AI Worlds CLI Knowledge
AW
AI Worlds CLI Knowledge
/worlds_get_cli_workflow

Get a CLI Workflow

Find one provider-specific workflow and its recorded command steps without translating flags between providers.

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_get_cli_workflow for me.

Input

FieldTypeDescription
product*string (claude-code | codex | grok-build)
workflow*string

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_get_cli_workflow","input":{"product":"claude-code","workflow":"..."}}'
cli
npx cracked-ai run -p mcp-com-claude-world-worlds-knowledge -e /worlds_get_cli_workflow -i '{"product":"claude-code","workflow":"..."}'
mcp
run_tool({ provider: "mcp-com-claude-world-worlds-knowledge", endpoint: "/worlds_get_cli_workflow", input: {"product":"claude-code","workflow":"..."} })

Try it

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