Agent skill

web-search

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

Stars 668
Forks 157

Install this agent skill to your Project

npx add-skill https://github.com/CodePhiliaX/youclaw/tree/main/skills/web-search

SKILL.md

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.

Expand your agent's capabilities with these related and highly-rated skills.

CodePhiliaX/youclaw

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.

668 157
Explore
davila7/claude-code-templates

verl-rl-training

Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.

23,776 2,298
Explore
davila7/claude-code-templates

openrlhf-training

High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.

23,776 2,298
Explore
davila7/claude-code-templates

gguf-quantization

GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.

23,776 2,298
Explore
davila7/claude-code-templates

Claude Code Guide

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking" keywords, debugging techniques, and best practices for interacting with the agent.

23,776 2,298
Explore
davila7/claude-code-templates

qdrant-vector-search

High-performance vector similarity search engine for RAG and semantic search. Use when building production RAG systems requiring fast nearest neighbor search, hybrid search with filtering, or scalable vector storage with Rust-powered performance.

23,776 2,298
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results