DumplingAI Web Research
Allowed Commands
dumplingai catalog search <prompt>
dumplingai catalog details <type> <id>
dumplingai run <type> <id> --input '<json>'
Workflow
- Translate the task into a short keyword query such as
google search, web search, or perplexity search.
- Run
dumplingai catalog search "<job>".
- Inspect the best candidate with
dumplingai catalog details <type> <id>.
- Execute the search capability or endpoint with a focused query.
- Save large outputs under
.dumplingai/ and read them incrementally.
- If the user needs page-level content extraction after discovery, hand off to
dumplingai-scraping-extraction.
Search Phrases
google search
web search
serper search
perplexity search
news search
Output Strategy
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":"best AI meeting notes tools for startups"}' > .dumplingai/search-results.json
head -60 .dumplingai/search-results.json
rg '"title"|"url"|"snippet"|"results"' .dumplingai/search-results.json