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.

242 stars

Best use case

web-search is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. 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.

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.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "web-search" skill to help with this workflow task. Context: 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.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/web-search/SKILL.md --create-dirs "https://raw.githubusercontent.com/aiskillstore/marketplace/main/skills/cain96/web-search/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/web-search/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How web-search Compares

Feature / Agentweb-searchStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this 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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# 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
- Comparing technologies or approaches
- Gathering best practices and recommendations

### Query Formulation

**Clear Questions**: Use explicit language
- ✅ "Please explain Next.js 15's new features"
- ❌ "Next.js 15"

**Source Specification**: Direct queries to specific sources
- ✅ "Find information from official Next.js documentation"
- ✅ "Search Stack Overflow for TypeScript error solutions"

**Response Format**: Request specific output formats
- ✅ "Provide code examples"
- ✅ "Present results in table format"

**Temporal/Conditional Modifiers**: Specify time or difficulty level
- ✅ "Latest React performance optimization techniques for 2025"
- ✅ "Beginner-friendly Python tutorials"

**Analysis Directives**: Request comparisons and evaluations
- ✅ "Compare Vite and Webpack, including pros and cons"
- ✅ "Analyze trade-offs between different state management solutions"

## 🚫 When NOT to Use

- Information available in local codebase
- Questions about code you've already read
- General programming knowledge that doesn't require current information
- Simple fact-checking that can be answered from existing context

## 💡 Tips

- **Be specific**: More detailed queries yield better results
- **Include context**: Mention your use case or constraints
- **Iterate**: Refine queries based on initial results
- **Verify sources**: Cross-reference information from multiple sources
- **Document findings**: Keep track of useful sources for future reference

## 🔍 Example Queries

```bash
# 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
bash scripts/web-search.sh "React performance optimization techniques. Include official documentation and community best practices."

# Comparative analysis
bash scripts/web-search.sh "Compare Vite and Webpack build tools. Include advantages, disadvantages, and use case recommendations."
```

## 📚 Related Skills

- **code-review**: Use after implementing solutions found through web search
- **doc-generator**: Document findings and integrate into project documentation
- **typescript-dev**: Apply TypeScript-specific findings to your projects

---

**Note**: This skill requires the `gemini` command to be installed and configured. Ensure you have proper API access and credentials set up.

Related Skills

zaker-news-search

242
from aiskillstore/marketplace

基于ZAKER权威资讯库进行关键词新闻检索,支持指定时间范围(30天内)。Use when the user asks about 搜索新闻, 某事件新闻, 某人物新闻, 某关键词相关新闻, 查新闻, 新闻检索, 相关新闻, 某时间段新闻.

github-repo-search

242
from aiskillstore/marketplace

帮助用户搜索和筛选 GitHub 开源项目,输出结构化推荐报告。当用户说"帮我找开源项目"、"搜一下GitHub上有什么"、"找找XX方向的仓库"、"开源项目推荐"、"github搜索"、"/github-search"时触发。

xiaohongshu-search

242
from aiskillstore/marketplace

小红书运营全链路数据工具|关键词监控+爆款挖掘+竞品分析+KOL筛选+趋势洞察,用数据驱动小红书流量增长,告别盲目创作

douyin-search-keyword

242
from aiskillstore/marketplace

抖音公开内容智能搜索,精准检索视频/图文/用户数据,支持多维度排序与时间筛选,输出结构化JSON/Markdown,助力短视频营销、竞品分析与热点追踪。

codebase-search

242
from aiskillstore/marketplace

Search and navigate large codebases efficiently. Use when finding specific code patterns, tracing function calls, understanding code structure, or locating bugs. Handles semantic search, grep patterns, AST analysis.

skywork-search

242
from aiskillstore/marketplace

Search the web for real-time information using the Skywork web search API. Use this skill whenever the user needs up-to-date information from the internet — for example, researching a topic, looking up recent events, finding facts or statistics, gathering material for a document or presentation, or answering questions that require current data. Also trigger when the user says things like "search for", "look up", "find information about", "what's the latest on", or any request that implies needing information beyond your training data.

wiki-researcher

242
from aiskillstore/marketplace

Conducts multi-turn iterative deep research on specific topics within a codebase with zero tolerance for shallow analysis. Use when the user wants an in-depth investigation, needs to understand how something works across multiple files, or asks for comprehensive analysis of a specific system or pattern.

search-specialist

242
from aiskillstore/marketplace

Expert web researcher using advanced search techniques and synthesis. Masters search operators, result filtering, and multi-source verification. Handles competitive analysis and fact-checking. Use PROACTIVELY for deep research, information gathering, or trend analysis.

research-engineer

242
from aiskillstore/marketplace

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal implementation across any required technology.

hybrid-search-implementation

242
from aiskillstore/marketplace

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

hig-components-search

242
from aiskillstore/marketplace

Apple HIG guidance for navigation-related components including search fields, page controls, and path controls. Use this skill when the user says "how should search work in my app," "I need a breadcrumb," "how do I paginate content," or asks about search field, search bar, page control, path control, breadcrumb, navigation component, search UX, search suggestions, search scopes, paginated content navigation, or file path hierarchy display. Cross-references: hig-components-menus, hig-components-controls, hig-components-dialogs, hig-patterns.

exa-search

242
from aiskillstore/marketplace

Semantic search, similar content discovery, and structured research using Exa API