← 返回 Skills 市场
goog

A google search powered by scrapingdog

作者 Jay · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
133
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install dog-search
功能描述
Search Google via the ScrapingDog API using the bundled search.py CLI script. Use this skill whenever the user wants to search the web, look something up on...
使用说明 (SKILL.md)

dog-search

Run Google searches from the command line using the ScrapingDog API.

Setup

Requires the SCRAPINGDOG_API_KEY environment variable to be set:

export SCRAPINGDOG_API_KEY=your_key_here

Install the dependency if not already present:

pip install requests

Script location

The search script is bundled at: scripts/search.py (relative to this SKILL.md).

When using this skill, resolve the absolute path to scripts/search.py from the skill directory and run it with python.

Usage

python scripts/search.py "your query"

python scripts/search.py "your query" --country uk --lang en
python scripts/search.py "your query" --json

Arguments

Argument Default Description
query required The search query string
--country us Country code (us, uk, de, fr, ...)
--lang en Language code (en, fr, de, ...)
--json off Print raw JSON response instead of formatted output

Workflow

  1. Check that SCRAPINGDOG_API_KEY is set in the environment. If not, tell the user to set it and stop.
  2. Resolve the path to scripts/search.py relative to this skill's directory.
  3. Run the script with python scripts/search.py "\x3Cquery>" plus any relevant flags.
  4. Parse and present the results clearly to the user.

Output format (default)

  Results for: "your query"

  ────────────────────────────────────────────────────────────

  [1] Result Title
      https://example.com/page
      Snippet describing the result...

  ────────────────────────────────────────────────────────────
  10 result(s)

Error handling

  • Missing API key → script exits with a clear message; tell the user to set SCRAPINGDOG_API_KEY
  • HTTP error → script prints the status code and response body
  • No results → script prints "No results found."
安全使用建议
This skill appears to do exactly what it says: run a bundled Python script that sends your query (and SCRAPINGDOG_API_KEY) to api.scrapingdog.com and returns results. Before installing: 1) Be comfortable providing your ScrapingDog API key (requests to the API include that key). 2) Avoid sending sensitive secrets or private data in queries because they will be transmitted to ScrapingDog. 3) Confirm you trust the skill source (homepage unknown) or review the included script — it's short and readable. 4) The SKILL.md suggests pip installing 'requests' if missing; prefer to install packages in a controlled environment (venv) rather than system-wide. If you want extra caution, rotate your ScrapingDog key after testing or create a restricted key on the ScrapingDog side if available.
功能分析
Type: OpenClaw Skill Name: dog-search Version: 1.0.2 The skill is a standard integration for the ScrapingDog Google Search API. The bundled Python script (scripts/search.py) uses the requests library to query the official API endpoint and format the results for the user. While the script contains a minor bug where it attempts to access a commented-out 'results' argument, there is no evidence of malicious intent, data exfiltration, or security vulnerabilities. The instructions in SKILL.md are appropriately scoped to the tool's functionality.
能力评估
Purpose & Capability
Name/description (Google searches via ScrapingDog) matches the included script and required environment variable. Required binary (python) and SCRAPINGDOG_API_KEY are appropriate and proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent only to check SCRAPINGDOG_API_KEY, resolve and run the bundled script, and present results. It does not instruct the agent to read unrelated files, other env vars, or send data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only). The SKILL.md suggests installing the well-known 'requests' Python package with pip if missing — this is a minimal, expected dependency.
Credentials
Only SCRAPINGDOG_API_KEY is required (declared as primaryEnv). That key is necessary to call the ScrapingDog API; no unrelated secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request elevated persistence or attempt to modify other skills or system-wide settings. Normal autonomous invocation is enabled by platform default and is not combined with other red flags.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dog-search
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dog-search 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Removed references to the -n/--results argument; result count is no longer configurable via CLI. - Updated usage instructions to reflect available arguments. - Cleaned up documentation for clarity and accuracy.
v1.0.1
- Added OpenClaw metadata to the SKILL.md, specifying required environment variable (SCRAPINGDOG_API_KEY) and dependency on the Python binary. - No changes to code or behavior; documentation now includes clearer requirements for automated workflows.
v1.0.0
Initial release of dog-search: a command-line Google search tool using the ScrapingDog API. - Search Google directly from the CLI via the `scripts/search.py` script. - Supports custom query, number of results, country, language, and JSON output. - Requires the `SCRAPINGDOG_API_KEY` environment variable. - Provides clear output formatting and error handling for missing key, HTTP errors, and no results. - Designed for seamless integration; use for any web or Google search task.
元数据
Slug dog-search
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

A google search powered by scrapingdog 是什么?

Search Google via the ScrapingDog API using the bundled search.py CLI script. Use this skill whenever the user wants to search the web, look something up on... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 A google search powered by scrapingdog?

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

A google search powered by scrapingdog 是免费的吗?

是的,A google search powered by scrapingdog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

A google search powered by scrapingdog 支持哪些平台?

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

谁开发了 A google search powered by scrapingdog?

由 Jay(@goog)开发并维护,当前版本 v1.0.2。

💬 留言讨论