Skip to content

Plugins API

List Plugins

GET /v1/plugins

Response

json
{
  "plugins": [
    {
      "name": "general",
      "description": "General purpose skills",
      "enabled": true,
      "skill_count": 7
    }
  ]
}

Toggle Plugin

POST /v1/plugins/toggle
Content-Type: application/json
json
{
  "name": "education",
  "enabled": true
}

SkillHub Marketplace

GET /api/skillhub/search?q=web+search&limit=20

Install

POST /api/skillhub/install
json
{
  "slug": "web-search-pro"
}

Uninstall

POST /api/skillhub/uninstall
json
{
  "slug": "web-search-pro"
}

© 2025 云鸢科技(青岛)有限公司 × Dream Lab