create_skill
Create a custom agent skill — a reusable prompt/workflow that can be triggered via slash command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| auto | No | Auto-trigger condition | |
| name | Yes | Skill name (e.g. "precheck") | |
| tags | No | Tags for discovery | |
| apiKey | Yes | SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys | |
| prompt | Yes | The full prompt/instructions for the skill | |
| trigger | Yes | Slash command trigger (e.g. "/precheck") | |
| category | No | Category: custom, trading, research, monitoring | |
| toolsUsed | No | SimpleFunctions tools this skill uses | |
| description | Yes | What this skill does | |
| estimatedTime | No | Estimated run time |