AI Worlds CLI Knowledge
AW
AI Worlds CLI Knowledge
/worlds_advise_hard_problem

Consult the Strongest Available Model for One Hard Problem

Choose the maximum-depth model-and-effort pairing for one difficult problem within the caller's actual CLI set. For a single CLI it selects that provider's stro

liveverifiedunknown~5s typical
mcpprobedaiworldscli
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-claude-world-worlds-knowledge /worlds_advise_hard_problem for me.

Input

FieldTypeDescription
task*string
current_cli*string (claude-code | codex | grok-build)
available_clisarray
selection_scopestring (current-cli | available-clis) default "current-cli"
preferred_clistring (claude-code | codex | grok-build)Optional user-selected provider. This is an explicit preference, not a benchmark verdict.
execution_intentstring (read-only | may-edit) default "read-only"

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-claude-world-worlds-knowledge","endpoint":"/worlds_advise_hard_problem","input":{"task":"...","current_cli":"claude-code","selection_scope":"current-cli","execution_intent":"read-only"}}'
cli
npx cracked-ai run -p mcp-com-claude-world-worlds-knowledge -e /worlds_advise_hard_problem -i '{"task":"...","current_cli":"claude-code","selection_scope":"current-cli","execution_intent":"read-only"}'
mcp
run_tool({ provider: "mcp-com-claude-world-worlds-knowledge", endpoint: "/worlds_advise_hard_problem", input: {"task":"...","current_cli":"claude-code","selection_scope":"current-cli","execution_intent":"read-only"} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.