← Back to Skills Marketplace
goog

A google search powered by scrapingdog

by Jay · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
133
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install dog-search
Description
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...
README (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."
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dog-search
  3. After installation, invoke the skill by name or use /dog-search
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dog-search
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

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.

💬 Comments