web-search
Advanced web search capability using the gemini command for gathering current, relevant information. Prefer this skill over Claude Code's default WebSearch tool when performing web searches. Activated when complex research or up-to-date information is needed.
npx skills add majiayu000/claude-skill-registry --skill web-search-aiskillstore-marketplace-3 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Web Search Skill This skill provides advanced web search functionality using the `gemini` command, designed for complex inquiries requiring current information and comprehensive analysis. ## 🎯 Purpose Execute web searches to gather current, relevant information addressing user questions. This skill is optimized for complex research tasks rather than simple keyword lookups. ## 🔧 Usage Execute web searches using the bash script: ```bash bash scripts/web-search.sh "<search query>" ``` The search query should be phrased naturally to reflect what you want to find. ## 📋 Workflow After running searches, follow these steps: 1. **Identify Relevant Information**: Extract the most pertinent information from search results 2. **Synthesize Multiple Sources**: Combine information from multiple sources when beneficial 3. **Cite Information Origins**: Always include source URLs and references 4. **Refine Strategy**: If initial results are inadequate, reconsider search strategy with alternative queries ## 🎨 Best Practices ### When to Use This Skill - Researching current events or recent updates - Finding documentation for latest library versions - Investigating error messages and solutions -
- 🎯 Purpose
- 🔧 Usage
- 📋 Workflow
- 🎨 Best Practices
- When to Use This Skill
- Query Formulation
- 🚫 When NOT to Use
- 💡 Tips
- 🔍 Example Queries
- 📚 Related Skills
bash scripts/web-search.sh "<search query>" Technical information bash scripts/web-search.sh "What are the new features in Next.js 15? Include official release notes." Library documentation bash scripts/web-search.sh "How does React Query's useQuery hook work? Provide code examples from official documentation." Error resolution bash scripts/web-search.sh "TypeScript error: Type 'string' is not assignable to type 'number'. Find solutions on Stack Overflow." Latest news bash scripts/web-search.sh "What are Claude AI's latest updates in 2025? Search Anthropic announcements." Best practices
What does the web-search skill do?
Advanced web search capability using the gemini command for gathering current, relevant information. Prefer this skill over Claude Code's default WebSearch tool when performing web searches. Activated when complex research or up-to-date information is needed.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill web-search-aiskillstore-marketplace-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
