Skip to content
Automation
Skill

/web-search

Search the web using MiniMax web_search tool for real-time information, news, and facts.

From plugin
youclaw
7242 skills1 command
Install
$ npx -y skills add OtterMind/youclaw --skill web-search --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/web-search

Context preview

The summary Claude sees to decide when to auto-load this skill.

Search the web using MiniMax web_search tool for real-time information, news, and facts.

SKILL.md

web-search.SKILL.md
name: web-search
description: "Search the web using MiniMax web_search tool for real-time information, news, and facts."
tags:
  - search
  - web
priority: normal
dependencies:
  - uvx
install:
  curl: "curl -LsSf https://astral.sh/uv/install.sh | sh"
  brew: "brew install uv"
  powershell: "powershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\""
  winget: "winget install astral-sh.uv"

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.

Read more
Ships withyouclaw

🦞 Your AI Personal Assistant. An intelligent assistant with memory, skills, and scheduled tasks that truly understands you . Helping you tackle everything in work and life.

Get the whole plugin
Stats
724
Stars
168
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
4mo ago
Last commit
5mo ago
Created

Repo: OtterMind/youclaw