rey-web-search
Quick web search for information. Returns top results with summaries. Use when user says "search", "look up", "find info about".
Why use this skill?
Optimize your OpenClaw agent with rey-web-search. Instantly retrieve top-tier information, technical documentation, and news summaries with this efficient search skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/web-search-quickWhat This Skill Does
The rey-web-search skill is a high-performance web search engine designed for the OpenClaw agent architecture. It enables your agent to perform rapid information retrieval, providing concise, summarized answers from the top search results. Unlike deep-research tools, this skill is optimized for speed, delivering immediate results from the most relevant 3-5 sources. It acts as an essential bridge between a user's intent and verified online information, allowing the agent to handle general queries, news updates, and technical troubleshooting efficiently.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/sa9saq/web-search-quick
Use Cases
- Fact-Finding: Quickly verify definitions, dates, or current weather conditions.
- News Briefing: Gather current status on breaking events or industry-specific news stories.
- Technical Assistance: Resolve coding errors or understand documentation by fetching snippets from platforms like GitHub and Stack Overflow.
- Trend Tracking: Monitor real-time public sentiment or recent announcements from verified sources.
Example Prompts
- "Look up the current stock price for TSLA and summarize the latest market news."
- "Search for the latest documentation on React useEffect and show me how to use it with dependency arrays."
- "Find out what the weather is in Tokyo today and if there are any travel alerts."
Tips & Limitations
- Optimization: Keep queries specific. Instead of searching "AI," use "AI 2026 technological trends" to improve result relevance.
- Speed vs. Depth: This skill is built for speed. If you require an extensive report or a detailed analysis of a topic, consider using
deep-researchinstead. - Source Trust: The skill automatically filters results based on security protocols. It will flag potential phishing or malicious links to protect the user environment.
- Technical Nuance: When searching for code, the skill prioritizes official documentation and developer-community hubs like GitHub Issues, ensuring higher-quality technical solutions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-web-search-quick": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.