DI
DuckDuckGo Instant Answers
/instant-answer
Instant answer
Abstract, infobox and related topics for a query. Good for entity lookups, not full web search.
liveverifieddegraded · 190ms
searchinstant answerentity
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run duckduckgo /instant-answer for me.
Input
| Field | Type | Description |
|---|---|---|
| query* | string | Query |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"duckduckgo","endpoint":"/instant-answer","input":{"query":"..."}}'cli
npx cracked-ai run -p duckduckgo -e /instant-answer -i '{"query":"..."}'mcp
run_tool({ provider: "duckduckgo", endpoint: "/instant-answer", input: {"query":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.