Files
anythingllm-hub-cli/template/agent-skill/plugin.json
T
timothycarambat 0c14d271c9 Initial commit
2024-11-22 14:15:39 -08:00

19 lines
333 B
JSON

{
"name": "My Agent Skill",
"version": "1.0.0",
"description": "The template agent skill",
"author": null,
"license": "MIT",
"active": false,
"hubId": "my-agent-skill",
"examples": [
{
"prompt": "Do something",
"call": "{}"
}
],
"entrypoint": {
"file": "handler.js",
"params": {}
}
}