create_skill
ActiveTool of SimpleFunctions
declared in 1.0.0
Create a custom agent skill — a reusable prompt/workflow that can be triggered via slash command.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"apiKey",
"name",
"trigger",
"description",
"prompt"
],
"properties": {
"auto": {
"type": "string",
"description": "Auto-trigger condition"
},
"name": {
"type": "string",
"description": "Skill name (e.g. \"precheck\")"
},
"tags": {
"type": "array",
"items": {
"type": "string"
},
"description": "Tags for discovery"
},
"apiKey": {
"type": "string",
"description": "SimpleFunctions API key. Get one at https://simplefunctions.dev/dashboard/keys"
},
"prompt": {
"type": "string",
"description": "The full prompt/instructions for the skill"
},
"trigger": {
"type": "string",
"description": "Slash command trigger (e.g. \"/precheck\")"
},
"category": {
"type": "string",
"description": "Category: custom, trading, research, monitoring"
},
"toolsUsed": {
"type": "array",
"items": {
"type": "string"
},
"description": "SimpleFunctions tools this skill uses"
},
"description": {
"type": "string",
"description": "What this skill does"
},
"estimatedTime": {
"type": "string",
"description": "Estimated run time"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
SimpleFunctions
https://github.com/spfunctions/simplefunctions-cli
2/7 registries