Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

google-searchGoogle 搜索

Agent Skill

google-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

238

周安装

10

GitHub Stars

公开资料未说明

下载量

83
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:google-search(Google 搜索)
来源仓库:https://github.com/ocmrz/skills
仓库路径:skills/google-search
安装命令:
npx skills add https://github.com/ocmrz/skills --skill google-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/ocmrz/skills --skill google-search

简介

google-search 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词快速定位候选结果时使用。

  • 适用于通用信息搜索、网页内容抓取和外部资源引用等场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限范围和命令执行环境。
  • 安装前建议检查仓库维护状态,以及是否会触发联网或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Google Search Operators

Overview

Use these operators to refine search queries, filter results, and find specific information quickly. Stop guessing and start searching with precision.

Important: Use the native WebSearch tool to perform searches. Do NOT use browser automation (Playwright, navigate, browser tools) for searching.

Research Patterns by Source

Use site: to target specific platforms. Combine with other operators for precision.

Developer Communities

SourcePatternExample
Hacker Newssite:news.ycombinator.com {topic}site:news.ycombinator.com "vector database" after:2024
Stack Overflowsite:stackoverflow.com {error OR topic}site:stackoverflow.com "Cannot read property" react hooks
Redditsite:reddit.com {topic}site:reddit.com "best practices" typescript monorepo
Dev.tosite:dev.to {topic}site:dev.to "building cli tools" rust

Code & Issues

SourcePatternExample
GitHub Issuessite:github.com inurl:issues {topic}site:github.com inurl:issues memory leak nextjs
GitHub Discussionssite:github.com inurl:discussions {topic}site:github.com inurl:discussions "best approach" prisma
GitHub READMEsite:github.com inurl:blob {filename}site:github.com inurl:blob package.json "workspaces"
Gistsite:gist.github.com {topic}site:gist.github.com dockerfile python

Documentation & Learning

SourcePatternExample
MDNsite:developer.mozilla.org {api}site:developer.mozilla.org IntersectionObserver
Official Docssite:{library}.dev OR site:{library}.io {topic}site:react.dev useEffect cleanup
Wikipediasite:wikipedia.org {topic}site:wikipedia.org "distributed systems" consensus

Academic & Research

SourcePatternExample
arXivsite:arxiv.org {topic} {year..year}site:arxiv.org "transformer architecture" 2023..2025
Google Scholarsite:scholar.google.com {topic}site:scholar.google.com "retrieval augmented generation"
ACMsite:dl.acm.org {topic}site:dl.acm.org "program synthesis"
IEEEsite:ieeexplore.ieee.org {topic}site:ieeexplore.ieee.org "edge computing"

Product & Tool Research

SourcePatternExample
Product Huntsite:producthunt.com {category}site:producthunt.com "developer tools" api
AlternativeTosite:alternativeto.net {tool}site:alternativeto.net figma
G2/Capterrasite:g2.com OR site:capterra.com {tool}site:g2.com "project management" comparison

News & Analysis

SourcePatternExample
TechCrunchsite:techcrunch.com {company OR topic}site:techcrunch.com "series a" ai startup after:2024
The Vergesite:theverge.com {topic}site:theverge.com apple vision pro review
Ars Technicasite:arstechnica.com {topic}site:arstechnica.com security vulnerability

Common Research Scenarios

"What do people think about X?"

site:news.ycombinator.com OR site:reddit.com "{tool/library}" after:2024

"How do I fix this error?"

site:stackoverflow.com OR site:github.com inurl:issues "{exact error message}"

"What are alternatives to X?"

site:alternativeto.net OR site:reddit.com "{tool}" alternatives

"Latest research on X"

site:arxiv.org "{topic}" 2024..2025

"Official documentation for X"

site:{library}.dev OR site:{library}.io OR site:docs.{library}.com {feature}

"Real-world experience with X"

site:reddit.com OR site:news.ycombinator.com "{tool}" "in production" OR "experience"

source: https://docs.google.com/document/d/1ydVaJJeL1EYbWtlfj9TPfBTE5IBADkQfZrQaBZxqXGs/edit?tab=t.0

Content Operators

Target specific parts of a webpage (title, URL, text, or anchor links).

Behavior of allin... vs in... prefixes

  • allin... (e.g., allintitle:): Applies to all subsequent terms in the query. Do not mix with other operators.
  • in... (e.g., intitle:): Applies only to the term immediately following it.

Operators

OperatorScopeSyntax ExampleDescription
intitle: / allintitle:Page Titleintitle:help flu shotFinds "help" in the title and "flu", "shot" anywhere.
intext: / allintext:Page Textallintext:camping tent stoveFinds "camping", "tent", and "stove" in the body text.
inurl: / allinurl:URLallinurl:google faqFinds "google" and "faq" in the URL path.
inanchor: / allinanchor:Anchor Textallinanchor:best restaurantFinds pages linked to with the text "best restaurant".

Logic & Filtering

Refine matches using logic, exclusion, and proximity.

Exact Match ("")

Forces an exact phrase match. Prevents synonym expansion (e.g., "ca" won't match "California").

  • Syntax: "search query"
  • Example: "Alexander Bell" (Excludes "Alexander G. Bell")

Wildcard (*)

Placeholder for any unknown term (up to 5 words) or URL token. Works best within quotes.

  • Syntax: term * term
  • Example: "Google * products" or site:www.*creative.com (matches prefixes like av-creative)

Exclusion (-)

Excludes pages containing a specific term or matching a specific operator. Place immediately before the term/operator.

  • Syntax: term -exclusion
  • Example: jaguar -cars -football or salsa -tomatoes

Boolean OR (OR)

Matches either term. Must be uppercase.

  • Syntax: term1 OR term2
  • Example: mesothelioma OR "lung disease"

Combinations

Combine operators for complex filtering.

  • Syntax: term OR term -exclusion site:domain
  • Example: salsa recipe -tomatoes -filetype:pdf (Salsa recipes without tomatoes, excluding PDFs)
  • Example: article security -site:wikipedia.org (Security articles excluding Wikipedia)

Proximity (AROUND)

Finds terms within a specified number of words of each other. Order is not preserved.

  • Syntax: term1 AROUND n term2
  • Example: search AROUND 3 engine

Number Range (..)

Finds numbers in a range (prices, years, measurements).

  • Syntax: number..number
  • Example: DVD player $50..$100 or 1950..1960

Metadata & Source Operators

Filter by domain, file type, date, or definition.

Site (site:)

Restricts results to a specific domain or TLD.

  • Syntax: site:domain.com
  • Example: tax site:.hk (Hong Kong TLD)

File Type (filetype:)

Restricts results to pages ending in a specific suffix.

  • Syntax: filetype:suffix query
  • Example: filetype:pdf "search engine guidelines"
  • Note: filetype:csv is deindexed (use Google Dataset Search). filetype:mp3 works via inurl:mp3.

Date (before: / after:)

Finds results published before or after a date (YYYY-MM-DD). Defaults to Jan 1 if only year provided.

  • Syntax: after:2020-01-01
  • Example: avengers after:2020

Definition (define)

Shows the dictionary definition of a word or phrase.

  • Syntax: define term
  • Example: define peruse or define Hobson's choice

Special Characters

Google supports specific special characters in search:

  • Symbols: $, %, #, (e.g., $50, 24%, #cute).
  • Time/Verses: : (e.g., 10:27).
  • Math: + at the end (e.g., C++, 40+), ½ (synonymized to 0.5).
  • Emoji: Fully searchable (e.g., 🍺 pub, I ❤ NY).

Powerful Search Idioms

Combine operators for precise extraction.

1. Find Subdomains

Exclude the www subdomain to find other hosts.

  • Query: site:nyc.gov -site:www.nyc.gov

2. Strict Pattern Matching

Use wildcards inside quotes to enforce word order with variable gaps.

  • Query: "whenever * says * whenever"

3. Wildcard Subdomains & Tokens

Find specific subdomain patterns. * matches any token or prefix string (except TLD).

  • Query: site:*.law.*.edu
  • Query: site:www.*creative.com (Matches av-creative.com)

Nuances & Limitations

  • Parentheses: Ignored by Google. Do not use for grouping logic (e.g., (A OR B) C is treated as A OR B C). Run separate searches instead.
  • Word Order: Matters. to be or not to be yields different results than be to not or be to.
  • Fraction Synonyms: Characters like ½ are synonymized (e.g., size 7½ matches 7.5). Use quotes for exact match: "size 7½".

Advanced Search UI

Some features are only available via the Advanced Search page and have no operator equivalents:

  • Usage Rights: Filter by Creative Commons license.
  • Reading Level: Filter by Basic, Intermediate, or Advanced.
  • Language: Filter by specific language (e.g., Spanish, Chinese).

Deprecated Operators (Do Not Use)

These operators no longer function or are unreliable:

  • related: (Deprecated June 2023)
  • link: (Removed 2016)
  • info: (Removed 2017)
  • + as a prefix (Use quotes for exact match)
  • ~ (Synonym operator - now automatic)
  • daterange: (Use before:/after:)

适合场景

01

研究助手

02

事实核查

03

知识库问答

04

带来源的搜索总结

能力概览

能力 1

组合搜索和大模型调用

能力 2

支持多来源检索和总结

能力 3

强调引用来源和事实核查

能力 4

适合研究型 Agent 流程

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.76%
按下载量换算30

Claude

27.14%
按下载量换算23

Cursor

19.35%
按下载量换算16

Gemini CLI

9.77%
按下载量换算8

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills