MiniMax CLI Web Search
PassAudited by ClawScan on May 1, 2026.
Overview
This looks like a straightforward web-search helper, but it depends on your local mcporter/MiniMax setup and sends search queries through that service.
Before installing, make sure you trust the local mcporter installation and the MiniMax MCP server configured on your machine. Configure the API key safely, expect searches to use that provider, and avoid putting private or secret information into search queries.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may execute the local mcporter search command when using this skill.
The skill invokes a local CLI wrapper and an MCP tool using the user-provided search query. This is central to the stated web-search purpose and arguments are quoted, but users should understand that the agent can run this local command.
timeout "$TIMEOUT_SECONDS" mcporter call minimax.web_search query="$QUERY_EFF"
Install and configure mcporter only from a trusted source, and use the skill for intended web-search tasks.
Searches may use your configured MiniMax account or API quota.
The skill depends on a MiniMax API key through the local MCP configuration. This is expected for the service integration, and the artifacts instruct not to print key values.
Ensure MiniMax API key is configured for the minimax MCP server.
Use a dedicated or least-privileged API key where possible, and do not paste secrets into search queries.
Users may need to manually verify the local tooling and configuration before the skill works.
The registry metadata does not declare provenance, required binaries, or credential expectations even though the skill documentation and script rely on local mcporter/MiniMax configuration. This is an under-declaration note, not evidence of malicious behavior.
Source: unknown; Homepage: none; Required binaries (all must exist): none; Env var declarations: none; Primary credential: none
Confirm the mcporter installation and MiniMax MCP configuration are trusted and working before enabling the skill.
Anything included in a search query may be transmitted to the configured MiniMax MCP/web-search service.
The skill sends search queries through a configured MCP service. This is disclosed and purpose-aligned, but queries may leave the local environment via that provider.
Use this skill to run web search through MiniMax MCP from CLI, then return clean, source-first results.
Avoid including private, confidential, or credential-like data in search queries unless you intend to share it with the configured provider.
