← Back to Skills Marketplace
xbos1314

web-search-minimax

by 深柒 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
959
Downloads
2
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install web-search-minimax
Description
网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install web-search-minimax
  3. After installation, invoke the skill by name or use /web-search-minimax
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug web-search-minimax
Version 1.0.0
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is web-search-minimax?

网络搜索技能,使用 Minimax Coding Plan Search API 进行网络搜索. It is an AI Agent Skill for Claude Code / OpenClaw, with 959 downloads so far.

How do I install web-search-minimax?

Run "/install web-search-minimax" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is web-search-minimax free?

Yes, web-search-minimax is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does web-search-minimax support?

web-search-minimax is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created web-search-minimax?

It is built and maintained by 深柒 (@xbos1314); the current version is v1.0.0.

💬 Comments