← 返回 Skills 市场
959
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install web-search-minimax
功能描述
网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索
安全使用建议
This skill appears to simply POST search queries to https://api.minimaxi.com and return formatted results, which is consistent with its description and script. However: (1) the registry metadata incorrectly lists no required env vars while the script and SKILL.md require MINIMAX_API_KEY — treat that as a red flag for sloppy or incomplete packaging; (2) the publisher and homepage are missing, so you have no provenance for the API provider (verify the domain and the provider's reputation before supplying a real API key); (3) queries are sent to an external service, so avoid sending PII, secrets, or confidential queries. If you decide to use it, create or use a limited-scope API key (rotate/delete it after testing) and verify that the API host is legitimate and its privacy/terms meet your needs.
功能分析
Type: OpenClaw Skill
Name: web-search-minimax
Version: 1.0.0
The skill is a standard web search tool that interfaces with the Minimax Coding Plan Search API. The implementation in `scripts/search.cjs` correctly handles API authentication via environment variables, performs a legitimate POST request to `https://api.minimaxi.com`, and formats the results for the user without any signs of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
The skill name/description match the included script: it performs web searches via a Minimax Coding Plan Search API. However, registry metadata lists no required environment variables while both SKILL.md and scripts/search.cjs require MINIMAX_API_KEY. That metadata omission is an incoherence the user should notice.
Instruction Scope
SKILL.md instructs the agent to run the included Node script with a query and documents that the API key is read from MINIMAX_API_KEY and that requests are sent to https://api.minimaxi.com/v1/coding_plan/search. The runtime instructions and the script are consistent with each other and confined to calling that external API and printing results; they do not access other files or secrets. The main scope issue is the undocumented API key in the registry metadata.
Install Mechanism
No install spec (instruction-only plus one script). No downloads or archive extraction. Only requirement is the node binary, which is proportionate for a .cjs script.
Credentials
The code requires a single credential MINIMAX_API_KEY (read from environment) but the registry metadata claims none. Requiring an API key is expected for an external search API, but the metadata omission is misleading. Also the skill will send whatever query text to an external host (api.minimaxi.com), so users should avoid sending sensitive data unless they trust that provider.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system config, and only executes on explicit invocation (or autonomous invocation per platform defaults). No elevated persistence is requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-search-minimax - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-search-minimax触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of web-search-minimax skill.
- Enables web search using the Minimax Coding Plan Search API.
- Provides relevant results and related search suggestions for a given query.
- Supports searching real-time information, technical docs, news, and tutorials.
- API key is configured via the MINIMAX_API_KEY environment variable.
元数据
常见问题
web-search-minimax 是什么?
网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 959 次。
如何安装 web-search-minimax?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-search-minimax」即可一键安装,无需额外配置。
web-search-minimax 是免费的吗?
是的,web-search-minimax 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
web-search-minimax 支持哪些平台?
web-search-minimax 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 web-search-minimax?
由 深柒(@xbos1314)开发并维护,当前版本 v1.0.0。
推荐 Skills