google-search

Solid

Use when the user wants help finding information through Google or Google-style web search and expects more than raw links. Handle current facts, public-information lookups, official documents, tutorials, reports, tools, materials, or source discovery by classifying the search goal, generating precise queries, executing search, ranking sources, cross-checking key claims, and returning a concise conclusion plus reusable search strings. Also use for programmer-specific searches (error debugging, official docs, GitHub code search, Stack Overflow, RFC lookup, benchmarks).

AI & Automation 27 stars 5 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
48
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Google Search ## Quick Reference | If you need to… | Go to | |---|---| | Mode budgets: Quick (1–2 queries) / Standard (3–5) / Deep (5–8) | §6 Execution Mode Gate | | Search for Go / Python / JS errors, API docs, or RFCs | Load `references/programmer-search-patterns.md` | | Search Chinese-language sources (Baidu, Zhihu, WeChat) | Load `references/chinese-search-ecosystem.md` | | Search on a fast-changing / conflict-prone topic | Load `references/high-conflict-topics.md` | | Evaluate source quality or resolve conflicting sources | Load `references/source-evaluation.md` | ## Overview Use this skill to turn vague search requests into a disciplined search-and-verification workflow. Default to doing the search work for the user first, then give them the reusable Google queries and refinement strategy if they want to continue manually. ## Mandatory Gates Gates execute in strict serial order. Any gate failure blocks all subsequent steps. ``` 1) Scope 2) Ambiguity 3) Evidence 4) Language Classification → Resolution → Requirements → Detection │ │ │ │ category+goal unclear? what proof? EN/CN/Both? → classify → STOP+ASK → define chain → set strategy │ │ │ │ 5) Source 6) Mode 7) Budget 8) Execution Path → Selection → Control → Integrity │ │ ...

Details

Author
johnqtcg
Repository
johnqtcg/awesome-skills
Created
4 months ago
Last Updated
yesterday
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Featured

google-search-serp

Extracts Google Search results page (SERP) data including organic results, paid ads, related searches, People Also Ask questions, AI Overview text, and total result count from google.com. Use when user mentions Google search results, SERP scraping, google search data, search engine results page, organic rankings, keyword SERP, Google SERP extraction, scrape Google search, Google search API alternative, SEO ranking data, paid search ads, PPC ads on Google, Google search monitoring, keyword research, search results export, check Google rankings, what shows up on Google, search engine scraper, google results checker.

4,868 Updated 6 days ago
browser-act
Data & Documents Solid

search-first

Search npm / PyPI / MCP / GitHub / existing skills before writing code for any new feature, integration, library selection, or utility. Use whenever the user says 'add X functionality', 'implement Y', 'set up Z', 'integrate W', asks 'what library should I use for...', 'is there a package/client/MCP for...', proposes a specific tool while open to alternatives, or invokes planning.md Phase 0 External Research. Especially when the task adds a dependency, picks between tools, or builds a utility that likely already exists (parser, checker, converter, linter, CI step, E2E framework, payment / auth / API client). DO NOT use for bug fixes, refactoring, config value edits, file summarization, or throwaway scripts whose approach the user already fully specified.

2 Updated 2 days ago
shimo4228
API & Backend Listed

seo-skill-by-missing-intent

SEO analysis grounded in primary sources rather than industry folklore. Use for any question about how Google ranks, why a page does or does not rank, what the 2024 Google API leak actually says, or which patent describes a mechanism. Also use for concrete site decisions: update or delete old content, prune thin pages, structure internal links, choose subfolder or subdomain, plan a migration, diagnose a ranking drop, handle UGC or product pages or local or YMYL content, judge whether AI content is risky, evaluate an agency, vet a site before buying it, or set an author, date, or anchor text policy. Triggers on "audit this page", "why did my rankings drop", "should I delete this post", "does X matter for SEO", "what does the leak say about X", "explain NavBoost", "is this agency any good", and similar. Bundles the Content Warehouse leak (14,022 attributes) cross-referenced against 5,456 Google search patents, as a 12-stage pipeline with 26 decision playbooks.

14 Updated 2 days ago
thebigasif