← 返回 Skills 市场
Web Scraper Skill
作者
Abhishekj9621
· GitHub ↗
· v1.0.0
· MIT-0
136
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install web-scraper-skill
功能描述
Use this skill to scrape, crawl, or extract data from websites using Apify or Firecrawl APIs. Trigger whenever the user wants to: scrape a URL, crawl a websi...
安全使用建议
This skill appears to do what it claims (drive Apify and Firecrawl). Before installing or using it, consider: (1) the agent will send URLs and scraped page content to third-party services — do not send private, behind-auth, or sensitive pages unless you trust those services and have permission; (2) the skill will ask you for API keys at runtime — treat those keys like secrets (use least-privilege tokens, rotate/revoke if needed, and avoid sharing long-lived account-wide keys); (3) if you don't want the agent to autonomously make scraping requests, restrict its ability to invoke the skill or require explicit confirmation before running; and (4) verify legal/robots/terms-of-service constraints for sites you plan to scrape.
功能分析
Type: OpenClaw Skill
Name: web-scraper-skill
Version: 1.0.0
The web-scraper-skill bundle provides legitimate documentation and code templates for integrating with the Firecrawl and Apify web scraping platforms. The instructions in SKILL.md and the code in references/code-templates.md are consistent with the stated purpose, use official API endpoints (api.firecrawl.dev and api.apify.com), and correctly instruct the agent to request API keys from the user rather than attempting to exfiltrate them.
能力评估
Purpose & Capability
Name and description match the SKILL.md and code templates: the skill is explicitly for driving Apify and Firecrawl APIs to scrape/crawl web pages. It does not request unrelated binaries, config paths, or credentials in the registry metadata.
Instruction Scope
Runtime instructions and templates focus on calling Firecrawl and Apify endpoints, starting/polling jobs, and saving results. They include concrete HTTP examples and code templates that post URLs and receive scraped content. The SKILL.md does not warn about sending potentially sensitive/private site content to third-party APIs (data exfiltration risk), and it instructs the agent to always use this skill for scraping tasks — which could cause automatic outbound requests if combined with autonomous invocation.
Install Mechanism
Instruction-only skill (no install spec, no code files executed on install). This is the lowest-risk install model — nothing is pulled or executed at install time.
Credentials
The registry lists no required environment variables, but the SKILL.md clearly expects the user to provide Firecrawl and Apify API keys at runtime. That is proportionate to the purpose (those APIs require keys), but the skill does not declare or manage any required env vars up-front which could be confusing. It does not request unrelated credentials.
Persistence & Privilege
always:false (normal). disable-model-invocation:false allows autonomous invocation (platform default). This is expected for a skill that performs network calls, but users should be aware that the agent could call the external APIs without additional prompts when it decides scraping is required.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install web-scraper-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/web-scraper-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the web-scraper-skill for website data extraction using Apify and Firecrawl APIs.
- Enables scraping, crawling, and mapping of websites, and extracting data and content in various formats.
- Supports both Firecrawl (single-page and site-wide scraping, markdown output) and Apify (specialized/pre-built actors for social, e-commerce, maps, etc.).
- Provides quick decision guidance for choosing the appropriate API based on user needs.
- Includes authentication instructions, API references, and example code patterns for common tasks.
- Outlines best practices and error handling for robust web data extraction workflows.
元数据
常见问题
Web Scraper Skill 是什么?
Use this skill to scrape, crawl, or extract data from websites using Apify or Firecrawl APIs. Trigger whenever the user wants to: scrape a URL, crawl a websi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 Web Scraper Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install web-scraper-skill」即可一键安装,无需额外配置。
Web Scraper Skill 是免费的吗?
是的,Web Scraper Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Web Scraper Skill 支持哪些平台?
Web Scraper Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Web Scraper Skill?
由 Abhishekj9621(@abhishekj9621)开发并维护,当前版本 v1.0.0。
推荐 Skills