skills_create
Creates a new Skill in a project by defining a markdown prompt template with {{variable}} placeholders for runtime input parameters.
Instructions
Create a new Skill in a project. The 'body' is a markdown prompt template that may use {{variable}} placeholders for input_params at run time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Markdown prompt template with optional {{var}} placeholders | |
| name | Yes | ||
| model | Yes | e.g., claude-sonnet-4-6 | |
| project_id | Yes | ||
| description | No | ||
| input_schema | No | Optional JSON Schema for input_params | |
| llm_provider | No | Default 'anthropic' | |
| save_to_space_id | No | Optional: save outputs as knowledge_items in this space |