插件 API
列出插件
GET /v1/plugins启用/禁用插件
POST /v1/plugins/toggle
Content-Type: application/jsonjson
{
"name": "education",
"enabled": true
}技能市场
搜索
GET /api/skillhub/search?q=web+search&limit=20安装
POST /api/skillhub/installjson
{
"slug": "web-search-pro"
}卸载
POST /api/skillhub/uninstalljson
{
"slug": "web-search-pro"
}