What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "hello-plugin1",
"version": "0.1.0",
"description": "Demo plugin with a single skill.",
"author": {
"name": "Neel Thomas",
"email": "neeltom92@gmail.com"
},
"repository": "https://github.com/neeltom92/agent-plugin-marketplace",
"license": "MIT",
"keywords": ["demo", "example"]
}