web-search-patterns

Structure web-search queries with boolean operators and domain filters.

13|1|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/d-oit/gemini-search-plugin --skill web-search-patterns
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-search-patterns
Source: https://github.com/d-oit/gemini-search-plugin/tree/main/skills/web-search-patterns
Command: npx skills add https://github.com/d-oit/gemini-search-plugin --skill web-search-patterns

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users in formulating highly effective web search queries, ensuring they get precise and relevant results quickly. It helps overcome the challenge of vague searches and information overload by teaching advanced search techniques and best practices.

Core Features & Use Cases

  • Query Optimization: Provides strategies for structuring queries with specific keywords, context, and direct questions.
  • Advanced Search Techniques: Teaches Boolean operations (AND, OR, NOT), exact phrase matching, wildcards, and source filtering (e.g., site:domain.com).
  • Best Practices: Offers guidance on clarifying search intent, verifying source reliability, and cross-referencing facts.
  • Use Case: A user needs to find a specific piece of information but is overwhelmed by irrelevant search results. This skill helps them refine their query using advanced operators and source filters to pinpoint the exact information needed.

Quick Start

Use exact phrases for precision

"Claude Code plugin development"

Filter by domain for official docs

"GitHub Actions workflow syntax site:docs.github.com"

Compare two options

"Python vs Bash for scripting"

Frequently Asked Questions about web-search-patterns

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

FAQPage Schema
How do I write web search queries that actually return relevant results?

Web search queries succeed when you structure them with specific keywords, context, and direct questions. Use exact phrases in quotes for precision, Boolean operators (AND, OR, NOT) to refine scope, and site: filters to target specific domains. This approach cuts through irrelevant results and surfaces authoritative sources faster.

What are Boolean operators and how do I use them in searches?

Boolean operators—AND, OR, NOT—let you combine or exclude search terms to narrow results. AND finds pages with all terms; OR returns pages with any term; NOT excludes unwanted terms. Combine them with quotes and site: filters to pinpoint exact information across domains.

How do I verify information I find online is reliable?

Verify source reliability by checking domain authority, cross-referencing facts across multiple sources, and assessing author credentials. Use site: filters to prioritize official documentation and established publications, then compare claims across independent sources to confirm accuracy before relying on the information.

Can I search within a specific website or domain?

Yes, use the site: operator to restrict searches to a single domain or website. For example, site:docs.github.com returns results only from GitHub's documentation. This technique is essential for finding official guides, API references, and authoritative content without filtering through unrelated results.

What's the difference between a broad web search and an optimized one?

Broad searches use generic terms and return thousands of results; optimized searches apply structured patterns—exact phrases, Boolean operators, domain filters, and question framing—to return precise, relevant answers. Optimization reduces search time and improves result quality by eliminating noise and targeting authoritative sources.

How do I find exact phrases or specific terms in search results?

Wrap terms in quotation marks to search for exact phrases. For example, "machine learning deployment" finds only pages containing that exact sequence, not pages with those words scattered separately. Combine exact phrases with Boolean operators and site: filters for maximum precision.