{
"code": 0,
"data": {
"plugins": [
{
"author": "RockChinQ",
"config_schema": [],
"description": {
"en_US": "LangBot Plugin Reader",
"zh_CN": "LangBot Plugin Reader"
},
"enabled": true,
"event_handlers": {},
"label": {
"en_US": "LangBotPluginReader",
"zh_CN": "LangBotPluginReader"
},
"main_file": "plugins/PluginReader/main.py",
"name": "LangBotPluginReader",
"pkg_path": "plugins/PluginReader/",
"priority": 0,
"repository": "",
"status": "initialized",
"tools": [],
"version": "0.1"
},
{
"author": "RockChinQ",
"config_schema": [],
"description": {
"en_US": "发送图片测试",
"zh_CN": "发送图片测试"
},
"enabled": true,
"event_handlers": {
"GroupNormalMessageReceived": "group_normal_message_received",
"PersonNormalMessageReceived": "person_normal_message_received"
},
"label": {
"en_US": "SendingImageTest",
"zh_CN": "SendingImageTest"
},
"main_file": "plugins/SendingImageTestPlugin/main.py",
"name": "SendingImageTest",
"pkg_path": "plugins/SendingImageTestPlugin/",
"priority": 0,
"repository": "",
"status": "initialized",
"tools": [],
"version": "0.1"
},
{
"author": "RockChinQ",
"config_schema": [],
"description": {
"en_US": "基于GPT的函数调用能力,为QChatGPT提供联网功能",
"zh_CN": "基于GPT的函数调用能力,为QChatGPT提供联网功能"
},
"enabled": true,
"event_handlers": {},
"label": {
"en_US": "Webwlkr",
"zh_CN": "Webwlkr"
},
"main_file": "plugins/WebwlkrPlugin/main.py",
"name": "Webwlkr",
"pkg_path": "plugins/WebwlkrPlugin/",
"priority": 0,
"repository": "",
"status": "initialized",
"tools": [
{
"description": "Call this function to search about the question before you answer any questions.\n- Do not search through google.com at any time.\n- If you need to search somthing, visit https://www.sogou.com/web?query=<something>.\n- If user ask you to open a url (start with http:// or https://), visit it directly.\n- Summary the plain content result by yourself, DO NOT directly output anything in the result you got.",
"func": "handler",
"human_desc": "",
"name": "Webwlkr-access_the_web",
"parameters": {
"properties": {
"brief_len": {
"description": "max length of the plain text content, recommend 1024-4096, prefer 4096",
"type": "integer"
},
"url": {
"description": "url to visit",
"type": "string"
}
},
"required": [
"url",
"brief_len"
],
"type": "object"
}
}
],
"version": "0.1.1"
},
{
"author": "RockChinQ",
"config_schema": [
{
"description": {
"en_US": "Picture downloading may be failed if this is not provided",
"zh_CN": "如果不提供的话,获取图片可能会失败"
},
"label": {
"en_US": "GitHub Token",
"zh_CN": "GitHub 密钥"
},
"name": "github_token",
"required": false,
"type": "string"
}
],
"description": {
"en_US": "Send Nahida Images",
"zh_CN": "发送纳西妲图片"
},
"enabled": true,
"event_handlers": {},
"label": {
"en_US": "Nahida",
"zh_CN": "发纳西妲图片"
},
"main_file": "plugins/Nahida/main.py",
"name": "Nahida",
"pkg_path": "plugins/Nahida",
"priority": 0,
"repository": "https://github.com/RockChinQ/Nahida",
"status": "initialized",
"tools": [],
"version": "0.1.0"
}
]
},
"msg": "ok"
}