← All plugins
my-plugin
v0.1.0Short description of what this plugin bundles and why.
Agent Plugins1 skill
by Luis RosetMIT0updated 2 days ago
Source
git clone https://github.com/luis-roset/agent-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is template/ inside the repository.
Layout
template/
├── plugin.json└── skills/example-skill/SKILL.md
Skills1
example-skillskills/example-skill/SKILL.md
Replace this with what the skill does AND when to use it, including trigger keywords an agent would see in a user request. Max 1024 characters.
Manifests1
template/plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "my-plugin",
"version": "0.1.0",
"description": "Short description of what this plugin bundles and why.",
"author": {
"name": "Luis Roset",
"email": "lrgimenez7@gmail.com"
},
"license": "MIT",
"keywords": []
}