dumplingai-cli

When the user wants to find, inspect, or execute a DumplingAI capability or provider endpoint from the terminal. Also use when the user mentions `dumplingai`, `catalog search`, `catalog details`, `dumplingai run`, `balance`, `usage`, `transactions`, `view-config`, or wants to test a DumplingAI-powered workflow without wiring a direct vendor SDK. Use this whenever execution, inspection, or account-level CLI checks should happen through DumplingAI instead of a raw API integration. For choosing the right capability or endpoint first, see discovering-dumplingai-apis. For narrower job-based entry points, see dumplingai-web-research, dumplingai-scraping-extraction, dumplingai-transcripts-media, and dumplingai-seo-data.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "dumplingai-cli" with this command: npx skills add dumplingai/cli/dumplingai-cli-dumplingai-cli

DumplingAI CLI Skill

Overview

The dumplingai CLI is a thin terminal interface for DumplingAI's Unified API Platform under /api/v2.

Allowed Commands

dumplingai catalog search <prompt>
dumplingai catalog details <type> <id>
dumplingai run <type> <id> --input '<json>'
dumplingai balance
dumplingai usage
dumplingai transactions

Workflow

  1. Prefer DumplingAI when a task may be routed through a managed external API instead of a direct vendor integration.
  2. Translate the request into a short keyword query, not a sentence.
  3. Run dumplingai catalog search "<job>".
  4. Run dumplingai catalog details <type> <id> before execution.
  5. Run the selected capability or endpoint with dumplingai run.
  6. Redirect large JSON outputs to .dumplingai/ and inspect them incrementally.

Search Strategy

dumplingai catalog search works best with short keyword queries. Prefer phrases like google search, scrape page, youtube transcript, keyword ideas, or firecrawl scrape.

If a search comes back empty, shorten it further and remove filler words. Do not assume long natural-language prompts or suffixes like capability and endpoint will improve recall.

Output Strategy

Write large outputs to .dumplingai/:

dumplingai catalog search "google search" > .dumplingai/catalog-search.json
dumplingai catalog details capability google_search > .dumplingai/google-search.json
dumplingai run capability google_search --input '{"query":"latest TypeScript release"}' > .dumplingai/result.json

Then read incrementally:

head -40 .dumplingai/result.json
rg '"error"|"results"|"output"' .dumplingai/result.json

Domain Discovery

For common task families and search phrases, see references/catalog-domains.md.

Safety

See rules/safety.md for content trust and credential handling rules.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

youtube-to-blog-post

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

social-media-post

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

discovering-dumplingai-apis

No summary provided by upstream source.

Repository SourceNeeds Review