get_skill_catalog
Retrieve the complete catalog of skills and tools for designing workflows, and use the returned names to create or update workflow drafts.
Instructions
[READ] Get the complete catalog of available skills and tools for workflow design.
Use this to understand what building blocks are available when designing a custom workflow, then feed the skill and tool names into create_workflow or update_draft steps. Note this is a static curated catalog, not a live query of each skill's registry, so it may lag a skill's actual tool list; pilot cannot call these tools itself — the calling agent does.
Returns: dict mapping skill name → {description, tools: {tool_name: {risk, desc}}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||