/install dog-search
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
- Check that
SCRAPINGDOG_API_KEYis set in the environment. If not, tell the user to set it and stop. - Resolve the path to
scripts/search.pyrelative to this skill's directory. - Run the script with
python scripts/search.py "\x3Cquery>"plus any relevant flags. - 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."
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dog-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/dog-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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。