web-search
Search the web using MiniMax web_search tool for real-time information, news, and facts.
Best use case
web-search is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Search the web using MiniMax web_search tool for real-time information, news, and facts.
Teams using web-search should expect a more consistent output, faster repeated execution, less prompt rewriting, better workflow continuity with your supporting tools.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
- You already have the supporting tools or dependencies needed by this skill.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/web-search/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How web-search Compares
| Feature / Agent | web-search | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Search the web using MiniMax web_search tool for real-time information, news, and facts.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Web Search
Search the internet for real-time information using the `web_search` tool provided by MiniMax MCP Server.
## When to Use
Use web_search when the user needs:
- Latest news, events, or weather
- Real-time data (stock prices, exchange rates, sports scores, etc.)
- Facts that may be outdated in your training data
- Up-to-date information about specific products or services
- Latest versions of technical documentation
## Search Strategy
1. **Craft effective keywords**: Keep them short and precise, remove filler words. Prefer English for technical queries
2. **Add time constraints**: Include the year or "latest" in keywords when seeking current information
3. **Multi-step search**: Start with broad overview keywords, then refine based on results
4. **Cross-verify**: Confirm important facts from at least two sources
## Output Guidelines
- Cite sources (URLs) in your response
- Distinguish between facts and speculation
- If search results are insufficient to answer the question, state so honestly
- Do not copy-paste large blocks of search results; distill the key information
## Example
User: "What is the latest version of Bun?"
Search strategy:
1. `web_search("Bun latest release 2026")`
2. If more details are needed, use `WebFetch` to retrieve the release notes page
Response: Include version number, release date, key changes, and source links.Related Skills
edge-tts-uvx
Text-to-speech conversion using `uvx edge-tts` for generating audio from text. Use when: (1) User requests audio/voice output with the "tts" trigger or keyword. (2) Content needs to be spoken rather than read (multitasking, accessibility, driving, cooking). (3) User wants a specific voice, speed, pitch, or format for TTS output.
agent-browser
Browser automation CLI for direct website interaction. Use when the user needs to open URLs, click buttons, fill forms, take screenshots, log in, or test web apps. NOT for web search.
search-first
Research-before-coding workflow. Search for existing tools, libraries, and patterns before writing custom code. Systematizes the "search for existing solutions before implementing" approach. Use when starting new features or adding functionality.
market-research
Conduct market research, competitive analysis, investor due diligence, and industry intelligence with source attribution and decision-oriented summaries. Use when the user wants market sizing, competitor comparisons, fund research, technology scans, or research that informs business decisions.
exa-search
Neural search via Exa MCP for web, code, and company research. Use when the user needs web search, code examples, company intel, people lookup, or AI-powered deep research with Exa's neural search engine.
deep-research
Multi-source deep research using firecrawl and exa MCPs. Searches the web, synthesizes findings, and delivers cited reports with source attribution. Use when the user wants thorough research on any topic with evidence and citations.
hybrid-search-implementation
Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.
hig-components-search
Apple HIG guidance for navigation-related components including search fields, page controls, and path controls.
exa-search
Semantic search, similar content discovery, and structured research using Exa API. Use when you need semantic/embeddings-based search, finding similar content, or searching by category (company, people, research papers, etc.).
deep-research
Run autonomous research tasks that plan, search, read, and synthesize information into comprehensive reports.
context7-auto-research
Automatically fetch latest library/framework documentation for Claude Code via Context7 API. Use when you need up-to-date documentation for libraries and frameworks or asking about React, Next.js, Prisma, or any other popular library.
azure-search-documents-ts
Build search applications with vector, hybrid, and semantic search capabilities.