← 返回 Skills 市场
279
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install skrape
功能描述
Ethical web data extraction with robots exclusion protocol adherence, throttled scraping requests, and privacy-compliant handling ("Scrape responsibly!").
安全使用建议
This appears to be a coherent, instruction-only scraper helper. Before you use it in production: (1) Treat code.md as example patterns, not a drop-in library — the workflow references require('./scrape') which isn't provided and robots parsing is simplified. (2) Replace the example contact email with a real contact or remove it as appropriate. (3) Consider tightening robots handling (be conservative on errors instead of assuming permission) and improve robots.txt parsing for complex rules. (4) Never feed or persist sensitive credentials or personal data unless you have lawful basis; the SKILL.md already warns about PII/GDPR. (5) If you incorporate the example into your system, review the code for correctness, add limits and audit controls, and run it in a controlled environment. Overall, there are no red flags that contradict the stated purpose.
功能分析
Type: OpenClaw Skill
Name: skrape
Version: 1.1.1
The 'Skrape' skill bundle is a well-documented and ethically designed web scraping utility. The code in code.md implements standard best practices including robots.txt verification, request throttling, exponential backoff for server errors, and proper handling of 429 rate-limit responses. The SKILL.md instructions explicitly guide the AI agent to respect copyright, privacy (GDPR/CCPA), and site-specific terms of service, showing no signs of malicious intent or prompt injection.
能力评估
Purpose & Capability
Name/description match the contents: SKILL.md and code.md focus on robots.txt checks, throttling/backoff, and privacy guidance. There are no unrelated env vars, binaries, or opaque network endpoints requested.
Instruction Scope
Runtime instructions stay within scraping responsibilities (check robots, prefer APIs, throttle, avoid PII). The example code is illustrative and consistent, but contains implementation simplifications (e.g., treating missing robots.txt and fetch errors as 'permitted', a basic robots.txt evaluator that may not fully implement precedence/longest-match rules). These are functional caveats rather than malicious behavior.
Install Mechanism
This is instruction-only with no install spec and no external downloads — lowest surface area. The code examples only use Node built-ins (http/https/url/console/process).
Credentials
No credentials, env vars, or config paths are requested. The sample uses a contact email in the User-Agent, which is appropriate for polite scraping but not a secret.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. It does not modify system or other-skill configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skrape - 安装完成后,直接呼叫该 Skill 的名称或使用
/skrape触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- Removed implementation and test files (`index.js`, `test.js`).
- No changes to documentation or skill description.
- Codebase now lacks executable or testable functionality; only guidance remains.
v1.1.0
- Added emphasis on respecting creative work, including not copying design or substantial text and properly attributing sources.
- Updated documentation (SKILL.md) to include new "Respect Creative Work" section.
- Improved clarity around copyright, ethical use, and creator impact.
- Added initial code files: index.js and test.js.
v1.0.0
- Initial release of Skrape, a Node.js/JavaScript tool for ethical web data extraction.
- Implements strict robots.txt checks and adherence to platforms' terms before extracting any data.
- Differentiates handling of public vs. personal data, with GDPR/CCPA safeguards for personal information.
- Includes request throttling, compliance with HTTP status codes, and mandatory use of authentic identification in requests.
- Enforces data minimization, prompt purging of personal information, and event logging for transparency.
- Includes a clear operational code of conduct and compliance guidance in documentation.
元数据
常见问题
Skrape 是什么?
Ethical web data extraction with robots exclusion protocol adherence, throttled scraping requests, and privacy-compliant handling ("Scrape responsibly!"). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 279 次。
如何安装 Skrape?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skrape」即可一键安装,无需额外配置。
Skrape 是免费的吗?
是的,Skrape 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skrape 支持哪些平台?
Skrape 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skrape?
由 X(@10oss)开发并维护,当前版本 v1.1.1。
推荐 Skills