← 返回 Skills 市场
114
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install scrapingbee-fetch
功能描述
Advanced JavaScript web page renderer using ScrapingBee API. Extracts main content and returns clean Markdown.
安全使用建议
This skill appears to do exactly what it claims: it sends the target URL (and options) to ScrapingBee and prints the extracted title and text. Before installing, verify you trust ScrapingBee (requests to a third‑party service mean the target URL and scraped content will be sent to that service). Provide the SCRAPINGBEE_API_KEY only if you accept that use, and store it securely (avoid committing .env to version control). Note the small metadata mismatch: the registry summary omitted the required env var; confirm the presence and legitimacy of the API key and consider running the script in an isolated environment or sandbox for additional assurance. Also ensure your web scraping complies with the target sites' terms of service and applicable law.
能力评估
Purpose & Capability
The name/description (ScrapingBee renderer + Markdown extraction) match the code and runtime instructions. Minor inconsistency: the registry metadata at the top says "Required env vars: none", while SKILL.md and fetch.py require SCRAPINGBEE_API_KEY — the key is appropriate and needed for the declared purpose.
Instruction Scope
SKILL.md directs the agent to set SCRAPINGBEE_API_KEY and call the included fetch.py with URL and options. The script only reads .env (via python-dotenv), the SCRAPINGBEE_API_KEY env var, and sends requests to ScrapingBee's API endpoint; it does not read unrelated files or exfiltrate data to unexpected endpoints.
Install Mechanism
No install spec is provided (instruction-only + a bundled script). Dependencies are standard (requests, python-dotenv) and the script runs locally; no downloads from untrusted URLs or archive extraction are present.
Credentials
Only SCRAPINGBEE_API_KEY is required and the script enforces its presence — this is proportional. Note the inconsistency where registry metadata omitted this requirement while SKILL.md declares it; verify you supply a valid ScrapingBee key and store it safely (e.g., .env or process env).
Persistence & Privilege
always:false and no special privileges are requested. The skill does not attempt to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install scrapingbee-fetch - 安装完成后,直接呼叫该 Skill 的名称或使用
/scrapingbee-fetch触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Update README to remove trigger words and fix repo URL
v1.0.1
Update description and metadata to remove trigger words and add API key requirement
v1.0.0
Initial release
元数据
常见问题
ScrapingBee Fetch 是什么?
Advanced JavaScript web page renderer using ScrapingBee API. Extracts main content and returns clean Markdown. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 114 次。
如何安装 ScrapingBee Fetch?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install scrapingbee-fetch」即可一键安装,无需额外配置。
ScrapingBee Fetch 是免费的吗?
是的,ScrapingBee Fetch 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
ScrapingBee Fetch 支持哪些平台?
ScrapingBee Fetch 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 ScrapingBee Fetch?
由 Flo(@flobo3)开发并维护,当前版本 v1.0.2。
推荐 Skills