---
name: Web Search
slug: web-search-3
category: Automation
description: "Web Search uses MiniMax's web_search tool to find current information, news, and facts. Use it when you need up-to-date answers, live data, or sources for information that may have changed."
github: "https://github.com/OtterMind/youclaw/tree/main/skills/web-search"
language: TypeScript
stars: 725
forks: 171
install: "npx degit https://github.com/OtterMind/youclaw/tree/main/skills/web-search ~/.claude/skills/web-search"
installs_to: ~/.claude/skills/web-search
source_path: skills/web-search/SKILL.md
collection_size: 2
category_size: 1523
collection_url: "https://dirskills.com/collections/OtterMind/youclaw"
added: 2026-08-23T05:20:04.158Z
last_synced: 2026-08-23T05:20:04.158Z
canonical_url: "https://dirskills.com/skills/web-search-3"
---

# Web Search

Web Search uses MiniMax's web_search tool to find current information, news, and facts. Use it when you need up-to-date answers, live data, or sources for information that may have changed.

**Install:**

```bash
npx degit https://github.com/OtterMind/youclaw/tree/main/skills/web-search ~/.claude/skills/web-search
```

## README

# 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.
