← 返回 Skills 市场
🔌

ScrapingBee

作者 OOMOL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
31
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oo-scrapingbee
功能描述
ScrapingBee (scrapingbee.com). Use this skill for ANY ScrapingBee request — searching and reading data. Whenever a task involves ScrapingBee, use this skill...
使用说明 (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

安全使用建议
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oo-scrapingbee
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oo-scrapingbee 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug oo-scrapingbee
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ScrapingBee 是什么?

ScrapingBee (scrapingbee.com). Use this skill for ANY ScrapingBee request — searching and reading data. Whenever a task involves ScrapingBee, use this skill... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。

如何安装 ScrapingBee?

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

ScrapingBee 是免费的吗?

是的,ScrapingBee 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ScrapingBee 支持哪些平台?

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

谁开发了 ScrapingBee?

由 OOMOL(@oomol)开发并维护,当前版本 v1.0.0。

💬 留言讨论