cURL
curl --request POST \ --url http://localhost:5300/api/v1/plugins/install/github \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "url": "https://github.com/rocksclawbot/langbot-community-plugins/tree/main/disaster-alert" } '
{ "code": 0, "data": { "task_id": 123 } }
从 GitHub 仓库安装插件。异步操作,返回任务 ID。
Documentation IndexFetch the complete documentation index at: https://docs.langbot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
Use this file to discover all available pages before exploring further.
GitHub 仓库 URL
"https://github.com/rocksclawbot/langbot-community-plugins/tree/main/disaster-alert"
成功
0
Show child attributes