← 返回 Skills 市场
299
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install moochmaniac-firecrawl-scraper
功能描述
Web scraping, crawling, and search via Firecrawl API. Converts web pages to clean markdown/JSON optimized for AI consumption. Use when you need to extract co...
安全使用建议
This skill wraps the Firecrawl web-scraping API and will send URLs and scrape requests to https://api.firecrawl.dev, which is expected behaviour. Before installing: (1) verify you trust the publisher and the Firecrawl endpoint; (2) note the skill will look for an API key in FIRECRAWL_API_KEY or in files like workspace/secrets/firecrawl_api_key and a ~/.openclaw/... path — but the registry did not declare these secrets. Prefer providing the API key via an explicitly scoped secret (and avoid placing other sensitive secrets in those file paths); (3) inspect the script (which you've got) to confirm it only sends scrape targets and not arbitrary local files; (4) test with non-sensitive targets and a rotated/test API key to confirm behavior and credits used; (5) ask the publisher to update the manifest to declare the required env var and config paths so the access is transparent. If you can't confirm the publisher or the manifest, treat the skill cautiously and avoid putting production/privileged secrets in the referenced secret files.
功能分析
Type: OpenClaw Skill
Name: moochmaniac-firecrawl-scraper
Version: 1.0.0
The skill is a legitimate wrapper for the Firecrawl API, providing web scraping, crawling, and search capabilities. The Python script (scripts/scrape.py) securely retrieves API keys from designated workspace secret paths or environment variables and communicates exclusively with the official Firecrawl API endpoint (api.firecrawl.dev). No evidence of malicious intent, data exfiltration, or command injection was found in the code or the instructions (SKILL.md).
能力评估
Purpose & Capability
Name/description align with the code: the Python script talks to api.firecrawl.dev for scrape/crawl/search operations. However the registry metadata declares no required credentials or config paths while both SKILL.md and the script clearly require a Firecrawl API key and reference specific secret file locations (workspace/secrets/firecrawl_api_key, secrets/firecrawl_api_key, and a ~/.openclaw/... path). The missing declaration of that credential/config path is incoherent with the skill's purpose.
Instruction Scope
SKILL.md tells the agent to run scripts/scrape.py for scraping/crawling/searching, which is appropriate. But the runtime instructions and script explicitly look up secret files in 'workspace/secrets/...' and in the user's home directory for an API key. The script will send scraped URLs and related payloads to https://api.firecrawl.dev — expected — but it also reads local filesystem paths for secrets that were not declared in the registry, which broadens the skill's runtime access beyond what the manifest claims.
Install Mechanism
This is instruction-only with an included Python script and no install spec or external downloads. There is no package install or archive extraction. The script depends on the 'requests' module but no installer is invoked by the skill itself.
Credentials
The code requires a Firecrawl API key (it checks FIRECRAWL_API_KEY env var and several secret file paths), yet the registry metadata lists no required environment variables or primary credential. Requesting access to workspace secret file paths and a home-directory path without declaring them is disproportionate to what the manifest states and could unintentionally expose workspace secrets if those files exist.
Persistence & Privilege
The skill is not 'always: true' and does not attempt to modify other skills or system-wide settings. It only reads specified file paths and environment variables at runtime. Autonomous invocation is enabled (default) — expected for skills — but that alone is not flagged.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moochmaniac-firecrawl-scraper - 安装完成后,直接呼叫该 Skill 的名称或使用
/moochmaniac-firecrawl-scraper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Professional web scraping via Firecrawl API - single page scraping, full-site crawling, web search + scrape, 96% web coverage with JavaScript support
元数据
常见问题
Firecrawl Web Scraper 是什么?
Web scraping, crawling, and search via Firecrawl API. Converts web pages to clean markdown/JSON optimized for AI consumption. Use when you need to extract co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 Firecrawl Web Scraper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moochmaniac-firecrawl-scraper」即可一键安装,无需额外配置。
Firecrawl Web Scraper 是免费的吗?
是的,Firecrawl Web Scraper 完全免费(开源免费),可自由下载、安装和使用。
Firecrawl Web Scraper 支持哪些平台?
Firecrawl Web Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Firecrawl Web Scraper?
由 Patrick(@moochmaniac)开发并维护,当前版本 v1.0.0。
推荐 Skills