Files
maim-web_search_plugin/_manifest.json
2025-08-27 21:38:21 +08:00

45 lines
1.3 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"manifest_version": 1,
"license": "GPL-v3.0-or-later",
"name": "web_search_plugin",
"version": "1.0.0",
"description": "联网搜索和url获取",
"author": {
"name": "xingluo",
"url": "https://git.liulikeji.cn/xingluo"
},
"host_application": {
"min_version": "0.10.0"
},
"homepage_url": "https://git.liulikeji.cn/xingluo/maim-web_search_plugin",
"repository_url": "https://git.liulikeji.cn/xingluo/maim-web_search_plugin",
"keywords": ["web_search", "url"],
"categories": ["search", "get_html"],
"default_locale": "zh-CN",
"plugin_info": {
"is_built_in": false,
"components": [
{
"type": "tool",
"name": "ai_search",
"description": "使用AI模型进行智能搜索处理复杂查询。"
},
{
"type": "bing_search",
"name": "ai_search",
"description": "调用Bing搜索引擎只能提供参考链接并没有实际答案"
},
{
"type": "tool",
"name": "get_url_content",
"description": "获取指定URL链接的网页内容明确知道url链接时可以直接使用,"
}
],
"features": [
"ai搜索助手",
"扩展麦麦能获取到的信息",
"查询url内容",
"让麦麦更聪明"
]
}
}