minimax-web-search by imsus/pi-extension-minimax-coding-plan-mcp
npx skills add https://github.com/imsus/pi-extension-minimax-coding-plan-mcp --skill minimax-web-search当你需要查找自我的知识截止日期后可能已更新的当前、实时或权威信息时,请使用此技能。
直接调用 web_search 工具并附带查询:
web_search({ query: "your search query" })
在以下情况下使用 web_search:
在以下情况下不应使用 web_search:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
read 工具访问的文件web_search({
query: "your search query here"
})
端点:POST {api_host}/v1/coding_plan/search
请求体:
{
"q": "your search query"
}
响应格式:
{
"organic": [
{
"title": "Result Title",
"link": "https://example.com",
"snippet": "Brief description...",
"date": "2025-01-15"
}
],
"related_searches": [
{"query": "related query 1"},
{"query": "related query 2"}
],
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}
结果包括:
你可以使用这些建议来优化搜索,或者询问用户希望探索哪个方向。
每周安装数
116
代码仓库
GitHub 星标数
3
首次出现
2026年2月18日
安全审计
安装于
opencode114
github-copilot112
gemini-cli112
cursor112
codex112
kimi-cli111
Use this skill when you need to find current, real-time, or authoritative information that may have changed since my knowledge cutoff.
Call the web_search tool directly with a query:
web_search({ query: "your search query" })
Use web_search when:
Do NOT use web_search when:
read toolweb_search({
query: "your search query here"
})
Endpoint : POST {api_host}/v1/coding_plan/search
Request Body :
{
"q": "your search query"
}
Response Format :
{
"organic": [
{
"title": "Result Title",
"link": "https://example.com",
"snippet": "Brief description...",
"date": "2025-01-15"
}
],
"related_searches": [
{"query": "related query 1"},
{"query": "related query 2"}
],
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}
Results include:
You can use the suggestions to refine your search or ask the user which direction they'd like to explore.
Weekly Installs
116
Repository
GitHub Stars
3
First Seen
Feb 18, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode114
github-copilot112
gemini-cli112
cursor112
codex112
kimi-cli111
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
159,700 周安装