Minimax Web Search

🌐Community
by imsus · vlatest · Repository

Helps with web development, search as part of developing backend services and APIs workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add minimax-web-search npx -- -y @trustedskills/minimax-web-search
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "minimax-web-search": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/minimax-web-search"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill enables AI agents to perform web searches using the Minimax API, allowing them to retrieve real-time information from the internet. It integrates directly into coding workflows to fetch external data without manual browser intervention.

When to use it

  • Gathering current market trends or news for a project's context window.
  • Verifying facts or finding specific documentation links during code generation.
  • Researching competitor features or API specifications before writing integration logic.
  • Fetching live data points (e.g., stock prices, weather) to inform dynamic application behavior.

Key capabilities

  • Executes web queries via the Minimax backend infrastructure.
  • Returns search results directly accessible by the AI agent for reasoning.
  • Supports natural language input to formulate and execute search requests.

Example prompts

  • "Search for the latest release notes on the React 19 stable version."
  • "Find current pricing details for AWS Lambda in the Asia-Pacific region."
  • "Look up recent security vulnerabilities reported in the Python cryptography library this week."

Tips & gotchas

Ensure your Minimax API credentials are correctly configured in your agent's environment variables, as the skill relies on external authentication. Search results are only as fresh as the underlying Minimax service allows; for highly volatile data, verify timestamps if available in the response.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
imsus
Installs
45

🌐 Community

Passed automated security scans.