← 返回 Skills 市场
stevojarvisai-star

Phoenix Scraper

作者 stevojarvisai-star · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install phoenix-scraper
功能描述
Resilient multi-layer web scraper with automatic failover. Use when scraping web content that may be JS-rendered, behind bot protection, or on sites that blo...
安全使用建议
This skill appears to do what it says: it uses Brave Search, Bright Data, and Playwright to fetch pages. Before installing or running it, do the following: 1) Provide and protect the required API keys (BRIGHT_DATA_API_KEY and BRAVE_API_KEY) — the package metadata does not list these, so you must set them yourself. 2) Be aware of costs and rate limits (Bright Data premium domains and Brave quotas can cause unexpected charges). 3) If you plan to use Tier 3, install Playwright and any browser binaries (pip install playwright && playwright install chromium); playwright-stealth is optional. 4) Confirm you have the right to scrape your targets and that use of residential proxies or bypass techniques complies with legal and platform policies. 5) Note that the docs mention an X_BEARER_TOKEN for using the X API, but the shipped scraper code does not use that token; if you need X.com data, integrate the X API calls explicitly and review rate limits/permissions. If you want higher assurance, ask the publisher to update registry metadata to declare required env vars and to provide a formal dependency/install manifest.
功能分析
Type: OpenClaw Skill Name: phoenix-scraper Version: 1.0.0 The phoenix-scraper skill is a legitimate multi-tier web scraping utility designed for resilience using Brave Search, Bright Data, and Playwright. Analysis of scripts/phoenix_scraper.py and SKILL.md reveals no evidence of malicious intent, data exfiltration, or prompt injection; the code follows standard practices for API interaction and headless browser automation, using environment variables for authentication as expected.
能力标签
requires-oauth-token
能力评估
Purpose & Capability
The code and SKILL.md align with the stated purpose: Brave Search, Bright Data Web Unlocker, and Playwright are legitimate components for a resilient scraper. However, the registry metadata claims no required environment variables while both SKILL.md and the code clearly expect BRIGHT_DATA_API_KEY and BRAVE_API_KEY (and optionally BRIGHT_DATA_ZONE). This metadata omission is an incoherence that users should be aware of.
Instruction Scope
Runtime instructions and the code stay within the scraper's scope: they call Brave and Bright Data APIs and use Playwright as a last resort. The references/x-api.md correctly recommends using the X API v2 (bearer token) rather than scraping X.com directly. The SKILL.md does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints.
Install Mechanism
There is no formal install spec (instruction-only), which keeps disk footprint small. The code, however, depends on optional packages (playwright and optionally playwright-stealth) and Playwright requires installing browser binaries separately; SKILL.md mentions pip install commands but the skill does not declare these dependencies formally. Users should be prepared to install Playwright and run `playwright install chromium` if they intend to use Tier 3.
Credentials
The environment variables referenced in SKILL.md (BRIGHT_DATA_API_KEY, BRIGHT_DATA_ZONE, BRAVE_API_KEY, X_BEARER_TOKEN) are reasonable for this scraper. The code actively uses BRIGHT_DATA_API_KEY, BRIGHT_DATA_ZONE and BRAVE_API_KEY. X_BEARER_TOKEN is documented for X API usage but is not integrated into the scraper code provided. The metadata's failure to declare these required credentials is the main proportionality concern.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not modify other skills or agent-wide settings. Autonomous invocation is allowed by default (standard), but nothing in this package elevates its privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install phoenix-scraper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /phoenix-scraper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Three-tier failover scraper (Brave, Bright Data, Playwright) with X API v2 reference
元数据
Slug phoenix-scraper
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Phoenix Scraper 是什么?

Resilient multi-layer web scraper with automatic failover. Use when scraping web content that may be JS-rendered, behind bot protection, or on sites that blo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Phoenix Scraper?

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

Phoenix Scraper 是免费的吗?

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

Phoenix Scraper 支持哪些平台?

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

谁开发了 Phoenix Scraper?

由 stevojarvisai-star(@stevojarvisai-star)开发并维护,当前版本 v1.0.0。

💬 留言讨论