/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."
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dog-search - After installation, invoke the skill by name or use
/dog-search - Provide required inputs per the skill's parameter spec and get structured output
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 133 downloads so far.
How do I install A google search powered by scrapingdog?
Run "/install dog-search" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is A google search powered by scrapingdog free?
Yes, A google search powered by scrapingdog is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does A google search powered by scrapingdog support?
A google search powered by scrapingdog is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created A google search powered by scrapingdog?
It is built and maintained by Jay (@goog); the current version is v1.0.2.