Files
last30days-skill/.agents/plugins/marketplace.json
2026-04-23 20:15:02 -04:00

21 lines
356 B
JSON

{
"name": "last30days-skill",
"interface": {
"displayName": "Last 30 Days"
},
"plugins": [
{
"name": "last30days",
"source": {
"source": "local",
"path": "./"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Research"
}
]
}