mirror of
https://github.com/Mintplex-Labs/anythingllm-hub-cli.git
synced 2026-07-01 07:14:57 -04:00
19 lines
333 B
JSON
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": {}
|
|
}
|
|
} |