Claude
registry.plan
Plan a read-only Claude or Codex workflow toolbox from ranked HeyClaude registry entries. Each entry includes an inline install block (install command, config snippet, download URL) and the recommended stack is summarized as a copy-pasteable installPlan, alongside trust and follow-up guidance.
Remote heyclaude/heyclaude
Remote (network-hosted)
Other tools also called registry.plan?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"goal": {
"type": "string",
"maxLength": 240,
"minLength": 2,
"description": "Plain-language description of the workflow or goal to build a toolbox for."
},
"limit": {
"type": "integer",
"maximum": 10,
"minimum": 1,
"description": "Maximum number of recommendations to include (1–10, default 6)."
},
"category": {
"type": "string",
"pattern": "^[a-z0-9-]+$",
"maxLength": 120,
"minLength": 1,
"description": "Constrain recommendations to a single category (e.g. 'mcp', 'skills')."
},
"platform": {
"type": "string",
"maxLength": 80,
"minLength": 1,
"description": "Target platform or client for the toolbox (e.g. 'claude-desktop', 'cursor')."
}
}
}