Total 57,735 skills
Showing 12 of 57735 skills
Manage App Store product page promoted purchase slots using the `asc` CLI tool. Use this skill when: (1) Listing slots: "asc promoted-purchases list --app-id ID" (2) Promoting an IAP or subscription: "asc promoted-purchases create --app-id ID (--iap-id ID | --subscription-id ID)" (3) Updating visibility / enabled state: "asc promoted-purchases update --promoted-id ID --visible|--hidden --enabled|--disabled" (4) Deleting a slot: "asc promoted-purchases delete --promoted-id ID" (5) User says "promoted purchase", "promoted IAP", "feature on App Store", "App Store product page promotion", "promoted slot"
Convert an HTML document supplied in the request body to clean Markdown, stripping scripts and styles. Called as POST /v1/doc/html-to-markdown, it takes html and returns markdown, characters, inputBytes. A research agent handed raw HTML must reduce it to readable text before it can reason over it, and passing full markup through a model wastes most of the context window. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.
Pulls DOIs, arXiv ids, PMIDs, PMCIDs and ISBNs out of free text, deduplicated and normalized, with the character offset of each first occurrence. Called as POST /v1/text/extract-citations, it takes text, kinds and returns count, citations, byKind. An agent handed a references section, an email or a PDF dump has to find the identifiers before it can look any of them up, and a model asked to do it by reading invents DOIs that resolve to nothing. The catalog already answers `crossref.doi-metadata` and `pubmed.citation-search`; neither could tell you what to ask them about. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.
Use when planning to rank for a specific keyword. The agent Googles it, reads the top 10, classifies intent, reads the top 3 competitor pages, and produces a 90-day ranking plan with intent, SERP analysis, and content recommendations.
Fetch a public web page and return it as clean Markdown with its title. Capped at 2 MB. Called as GET /v1/doc/url-to-markdown, it takes url and returns sourceBytes, title, markdown, characters. This is the third-highest-demand category observed on-chain: an agent given a link needs the readable text, not the markup, and cannot run a browser itself. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.
Build a Niwo short-video asset bundle from a conversation. Finalize the narration script with the user, download real images and B-roll footage from the web, trim clips with ffmpeg, write content.json and manifest.json, then deliver a zip the user uploads to Niwo for rendering. Requires downloading files to local disk, shell access with ffmpeg and ffprobe, and zip. Use when the user wants to turn a topic, news story, or finished script into a short video, or asks to gather footage and stills to match a narration.
Create a structured ticket in the project management system. Use when user requests ticket or issue creation.
The Treasury's official quarterly 'Reporting Rates of Exchange' for a country's currency, as required for federal financial reporting. Called as GET /v1/treasury/reporting-rate, it takes country, currency, asOf and returns found, exchangeRate, recordDate, fiscalQuarter. Distinct from the neighbouring services in this domain by: official, rates, required, financial. Federal grantees, contractors and anyone filing in USD must convert at the Treasury rate rather than a market rate, and using the wrong one makes the filing wrong. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.003, paid in USDC on Base over x402.
Deploy browser games to here.now (default), GitHub Pages, or other hosting. Use when deploying a game, setting up hosting, or publishing a game build. Do NOT use for local development servers (use npm run dev).
Generate, derive, optimize, and diagnose structured AI image prompts for luminous cinematic Eastern xianxia environments under one inherited master canon with measurable divine scale, fixed five-layer space, 40–60% content-bearing breathing air, monumental Eastern architecture, railing-free edges, and coherent immortals and costume. Cover one-location scenic landmarks, immense inhabited celestial realms, cloud-borne palace cities, high-key Eastern sky-megastructure imagery, and the explicit `仙界大境原典` creative route. Use for Chinese fantasy scenery, places where immortals live, heavenly capitals, colossal celestial gates, architectural fragments above cloud seas, measurable divine scale, unusual framing, color and lighting direction, style-preserving variants, prompt rewrites, diagnosis, or direct image generation. Support 16:9, 21:9, 4:3, 3:2, 4:5, and 9:16; default to 16:9 for one prompt and never infer a nine-image series from a vertical ratio.
Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in FrameVideo HTML. Use when asked to build any HTML-based video content, add captions or subtitles synced to audio, generate text-to-speech narration, create audio-reactive animation (beat sync, glow, pulse driven by music), add animated text highlighting (marker sweeps, hand-drawn circles, burst lines, scribble, sketchout), or add transitions between scenes (crossfades, wipes, reveals, shader transitions). Covers composition authoring, timing, media, and the full video production workflow. For dev-loop CLI commands (init, lint, inspect, preview, render) see the framevideo-cli skill; for asset preprocessing commands (tts, transcribe, remove-background) see the framevideo-media skill; for Chanjing digital humans, OAuth, and website-project synthesis see the chanjing-digital-human skill.
Score text from -1 (strongly negative) to +1 (strongly positive) with a label, handling negation, intensifiers and emphasis. Called as POST /v1/text/sentiment, it takes text and returns score, label, matches, positiveTerms. A support-triage or review-monitoring agent must decide whether a message is a complaint before it routes or escalates it, and a model call for one number costs more than this and is not reproducible. Reading this schema and dry-running the call are free and need no wallet; a real call costs $0.004, paid in USDC on Base over x402.