searching-web

Search the web via the gemini command-line interface and return cited Markdown results.

2|2|Updated Feb 9, 2017
One-click install
npx skills add https://github.com/sumik5/dotfiles --skill searching-web-sumik5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: searching-web
Source: https://github.com/sumik5/dotfiles/tree/main/claude-code/skills/searching-web
Command: npx skills add https://github.com/sumik5/dotfiles --skill searching-web-sumik5

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gemini, and includes scripts (resource) components.

What problem does it solve?

This Skill enables advanced web search using the gemini command to gather up-to-date and relevant information for complex questions, going beyond simple keyword queries.

Core Features & Use Cases

  • Advanced web search: leverages gemini for detailed information gathering and synthesis across multiple sources.
  • Source citation: clearly records sources to support answers.
  • Query refinement: can iterate with different queries to improve results and cover edge cases.

Quick Start

Run the web search script with a natural language query:

  • bash scripts/web-search.sh "<your query>"
  • Review the results and construct an answer with citations.
  • If results are insufficient, re-run with different queries or expanded terms.

Frequently Asked Questions about searching-web

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform web searches to gather current information for research?

Web search using the gemini command gathers up-to-date information from multiple sources and consolidates results with source citations. Run `bash scripts/web-search.sh "<your query>"` with natural-language queries to retrieve integrated, source-attributed answers in Markdown format.

Can I use web search to answer complex questions that require detailed information from multiple sources?

Yes. This Skill handles complex queries by consolidating results across multiple sources, citing URLs, and refining queries automatically. If initial results are insufficient, it re-searches with alternative query terms to ensure comprehensive coverage.

What's the best way to gather and cite sources when researching with automation tools?

Web search with gemini automatically records and cites sources alongside answers, returning complete source lists in Markdown. This eliminates manual attribution while ensuring transparency and traceability for research outputs.

Does gemini support iterative query refinement for better research results?

Yes. The Skill iterates with different query formulations when initial results are insufficient, covering edge cases and alternative search terms to improve result relevance and completeness without requiring manual re-runs.

Can I automate information retrieval for time-sensitive research without manual source verification?

The Skill automates information retrieval for complex queries and consolidates results from multiple sources with automatic citations. It requires no file writes and returns source-attributed outputs, enabling hands-off research workflows.