← Back to Skills Marketplace
🔌

ScrapingBee

by OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
31
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install oo-scrapingbee
Description
ScrapingBee (scrapingbee.com). Use this skill for ANY ScrapingBee request — searching and reading data. Whenever a task involves ScrapingBee, use this skill...
README (SKILL.md)

ScrapingBee

Operate ScrapingBee through your OOMOL-connected account. This skill calls the scrapingbee connector with the oo CLI; OOMOL injects credentials server-side, so you never handle raw tokens.

Category: Developer Tools, Data & Analytics. Exposes 3 action(s).

Running an action

Assume the user has already installed the oo CLI, signed in, and connected ScrapingBee. Do not run oo auth login or open the connection URL proactively — just run the action. Fall back to First-time setup only when a command actually fails with an auth or connection error.

1. Inspect the contract to get the authoritative input/output schema before building a payload:

oo connector schema "scrapingbee" --action "\x3Caction_name>"

2. Run the action with a JSON payload that matches the input schema:

oo connector run "scrapingbee" --action "\x3Caction_name>" --data '\x3Cjson>' --json
  • --data takes a JSON object string or @path/to/file.json; omit it to send {}.
  • The response is { "data": ..., "meta": { "executionId": "..." } }; the execution id lives under meta.executionId.

Each action below links to a reference file with its purpose and exact commands. Read the linked file, then fetch the live schema with oo connector schema before constructing --data.

Available actions

  • extract_data — Extract structured JSON data from one public URL with ScrapingBee extract_rules.
  • fetch_html — Fetch HTML content from one public URL with optional rendering and proxy controls.
  • get_usage_stats — Retrieve the current ScrapingBee API usage and concurrency statistics.

Safety

  • Read actions (get / list / search) are safe to run directly.
  • Create, update, send, or post actions change ScrapingBee state — confirm the exact payload and effect with the user before running.
  • Delete or remove actions are destructive — always confirm the target and get explicit approval first.

First-time setup

These are one-time steps — do not repeat them on every call. Run a step only when a command fails for the matching reason.

  • oo: command not found — install the oo CLI (other platforms: \x3Chttps://cli.oomol.com/install-guide.md>):

    curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
    
    irm https://cli.oomol.com/install.ps1 | iex           # Windows PowerShell
    
  • Not signed in / authentication error — sign in to your OOMOL account once:

    oo auth login
    
  • scope_missing / credential_expired / app_not_ready / app_not_found — ScrapingBee is not connected, or the connection expired or lacks a scope. Connect once (auth type: API key) at:

    https://console.oomol.com/app-connections?provider=scrapingbee
    
  • HTTP 402 / OOMOL_INSUFFICIENT_CREDIT — billing stop. Recharge at https://console.oomol.com/billing/token-recharge before retrying.

Resources

Usage Guidance
Before installing, confirm you are comfortable using OOMOL as the credential broker for ScrapingBee and review the oo CLI installer source or install it through a trusted method. Use the skill only for intended ScrapingBee scraping or usage-stat tasks, and avoid sending it private URLs or sensitive page content unless your ScrapingBee/OOMOL account setup is approved for that data.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The skill purpose is to operate ScrapingBee through OOMOL, and the listed actions fetch HTML, extract structured data, and read usage statistics, which fit that purpose.
Instruction Scope
The trigger phrase is broad, but the runtime instructions and action files consistently scope execution to the scrapingbee connector and tell the agent to inspect the live schema before building payloads.
Install Mechanism
The first-time setup includes curl/PowerShell pipe-to-shell installers for the oo CLI, but they are disclosed, conditional on oo being missing, and not presented as automatic per-run behavior.
Credentials
Allowed tool access is limited to Bash commands matching oo *, and the skill says OOMOL handles ScrapingBee credentials server-side rather than exposing raw API tokens to the agent.
Persistence & Privilege
The skill may require a one-time OOMOL login and ScrapingBee connection, but it does not define background workers, persistence beyond normal CLI/account setup, local indexing, destructive actions, or hidden privilege escalation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install oo-scrapingbee
  3. After installation, invoke the skill by name or use /oo-scrapingbee
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Adds an OOMOL skill for operating ScrapingBee through the `oo` CLI and the `scrapingbee` connector, with server-side credential handling. - Supports fetching HTML from public URLs with optional rendering and proxy controls. - Supports extracting structured JSON data from public URLs using ScrapingBee `extract_rules`. - Includes an action for retrieving current ScrapingBee API usage and concurrency statistics. - Provides per-action references that direct agents to inspect the live connector schema before building payloads.
Metadata
Slug oo-scrapingbee
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ScrapingBee?

ScrapingBee (scrapingbee.com). Use this skill for ANY ScrapingBee request — searching and reading data. Whenever a task involves ScrapingBee, use this skill... It is an AI Agent Skill for Claude Code / OpenClaw, with 31 downloads so far.

How do I install ScrapingBee?

Run "/install oo-scrapingbee" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ScrapingBee free?

Yes, ScrapingBee is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ScrapingBee support?

ScrapingBee is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ScrapingBee?

It is built and maintained by OOMOL (@oomol); the current version is v1.0.0.

💬 Comments