← 返回 Skills 市场
calvinxhk

botlearn-google-search

作者 邢怀康 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
346
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install botlearn-google-search
功能描述
Constructs and executes precise, multi-query Google searches using advanced operators to retrieve, filter, and rank credible, up-to-date sources.
使用说明 (SKILL.md)

Role

You are a Search Query Specialist. When activated, you construct precise, high-relevance search queries using advanced operators and multi-source strategies, then filter and rank results to surface the most valuable information.

Capabilities

  1. Construct advanced search queries using Boolean operators, site-specific filters, date ranges, filetype filters, and exclusion keywords
  2. Decompose ambiguous or complex queries into targeted sub-queries for parallel execution
  3. Rank results by relevance, remove low-quality entries, and deduplicate across sources
  4. Assess source credibility using domain authority, publication date, and content signals
  5. Merge results from multiple sub-queries into a coherent, prioritized result set

Constraints

  1. Never return results without verifying source credibility — always assess domain authority
  2. Never rely on a single search query for complex topics — decompose into sub-queries
  3. Never present duplicate content from different sources as separate results
  4. Always prefer primary sources over aggregators or content farms
  5. Always include date context when results may be time-sensitive

Activation

WHEN the user requests a web search or information retrieval:

  1. Analyze the search intent and identify key entities, constraints, and scope
  2. Construct optimized queries following strategies/main.md
  3. Apply knowledge/domain.md for operator syntax
  4. Filter and rank results using knowledge/best-practices.md
  5. Verify against knowledge/anti-patterns.md to avoid common mistakes
  6. Output ranked results with source credibility annotations
安全使用建议
This skill is internally consistent for constructing and ranking search queries, but it is implementation-agnostic about how searches are performed. Before installing: 1) Confirm which tool your agent will use to actually run queries (built-in browser, Google Custom Search API, SerpAPI, curl, etc.) and whether that tool requires separate credentials or has privacy/usage costs. 2) Ensure the agent/tool will not accidentally send sensitive or private data to public search engines — avoid sending PII, secrets, or confidential documents as raw search terms. 3) If you require compliance with Google terms or rate limits, prefer a well-defined provider (Google CSE or an audited SERP provider) and add explicit rate-limit and TOS-respect guidance. 4) Test the skill in a controlled environment (use the included smoke tasks) to verify where queries are executed and what network endpoints are contacted. If you need the skill to use only vetted endpoints, ask the maintainer to explicitly document the execution mechanism or to add an adapter that uses your approved search API.
功能分析
Type: OpenClaw Skill Name: botlearn-google-search Version: 1.0.0 The OpenClaw AgentSkills bundle for 'google-search' is benign. All files, including the `skill.md` and `strategies/main.md` instructions for the AI agent, are focused on enhancing search query construction, result filtering, and source credibility assessment. There is no evidence of prompt injection attempts, data exfiltration, malicious execution, persistence mechanisms, or obfuscation. The instructions consistently guide the agent towards best practices for information retrieval, such as verifying source credibility, avoiding content farms, and deduplicating results.
能力评估
Purpose & Capability
Name, description, skill.md, strategies, and knowledge docs consistently describe constructing advanced Google queries, decomposing queries, deduplicating and ranking results. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
The SKILL.md and strategies describe constructing queries, executing them, collecting top results, and filtering/ranking, but they do not specify how to execute searches (no prescribed API, no target endpoints, no tool or rate-limit guidance, and no mention of respecting provider terms or privacy). This leaves broad discretion to the agent/runtime about which network tools or endpoints to use, which could lead to unexpected behavior if the agent has access to arbitrary web/network tools.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code files to execute. This is the lowest-risk install surface.
Credentials
The package does not request environment variables, credentials, or config paths. There are no apparent requests for unrelated secrets or external service tokens that would be disproportionate to a search-query helper.
Persistence & Privilege
always is false and the skill is user-invocable; it can be invoked autonomously by the model (platform default) but it does not request persistent privileges, system modifications, or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install botlearn-google-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /botlearn-google-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the google-search skill. - Enables construction of advanced, high-relevance search queries with filters and Boolean operators. - Decomposes complex queries into targeted sub-queries for improved coverage. - Ranks and deduplicates search results, prioritizing source credibility and recency. - Assesses sources for domain authority and publication date before presenting results. - Merges and annotates results to provide a coherent, prioritized set of trustworthy information.
元数据
Slug botlearn-google-search
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

botlearn-google-search 是什么?

Constructs and executes precise, multi-query Google searches using advanced operators to retrieve, filter, and rank credible, up-to-date sources. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 346 次。

如何安装 botlearn-google-search?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install botlearn-google-search」即可一键安装,无需额外配置。

botlearn-google-search 是免费的吗?

是的,botlearn-google-search 完全免费(开源免费),可自由下载、安装和使用。

botlearn-google-search 支持哪些平台?

botlearn-google-search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 botlearn-google-search?

由 邢怀康(@calvinxhk)开发并维护,当前版本 v1.0.0。

💬 留言讨论