Agent skill
web-search
Search the web using MiniMax web_search tool for real-time information, news, and facts.
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
- Craft effective keywords: Keep them short and precise, remove filler words. Prefer English for technical queries
- Add time constraints: Include the year or "latest" in keywords when seeking current information
- Multi-step search: Start with broad overview keywords, then refine based on results
- 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:
web_search("Bun latest release 2026")- If more details are needed, use
WebFetchto retrieve the release notes page
Response: Include version number, release date, key changes, and source links.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
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.
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.
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.
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.
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.
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.
Didn't find tool you were looking for?