← 返回 Skills 市场
zhangss110

XCrawl Scraper

作者 zhangss110 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
412
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xcrawl-scraper
功能描述
XCrawl - AI-Powered Web Scraping API / AI 驱动网页爬虫,支持结构化数据提取
安全使用建议
This skill appears to be what it says: a client wrapper for the XCrawl scraping API. Before installing or running it: 1) Verify the xcrawl Python package (source repository, PyPI record) to ensure you trust the package and author; 2) Be aware the scraper sends page data to the XCrawl service (apiUrl run.xcrawl.com) — avoid using it with credentials or pages containing sensitive personal or proprietary data unless you trust the provider and its privacy policy; 3) The API key you set is stored in scripts/config.json inside the skill directory—treat it like any secret and don't check it into public repositories; 4) Installing via pip pulls third‑party code (supply‑chain risk), so prefer inspecting the package source first; 5) Confirm that crawling targets comply with terms of service and robots.txt. If you want extra assurance, review the xcrawl SDK source code and the network endpoints it contacts before use.
功能分析
Type: OpenClaw Skill Name: xcrawl-scraper Version: 1.0.0 The XCrawl Scraper skill is a legitimate wrapper for the XCrawl AI-powered web scraping API. The Python script (scripts/xcrawl_scraper.py) provides standard functionality for scraping, searching, and mapping websites by interfacing with an external API (run.xcrawl.com). No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description match the actual behavior: the files implement a Python client wrapper that calls an external XCrawl API (scrape/search/map/crawl). Required binaries (python, pip) and the xcrawl SDK are appropriate for a Python scraper client.
Instruction Scope
SKILL.md instructs installing the xcrawl SDK, configuring an API key, and running the included script. The runtime instructions and the script only access the included config.json and the XCrawl network endpoint (apiUrl). The instructions do not attempt to read unrelated host files or environment variables.
Install Mechanism
There is no automated install spec; SKILL.md recommends pip install xcrawl. Using pip is typical for Python SDKs but carries the usual supply‑chain risk of third‑party packages—verify the 'xcrawl' package source (PyPI/GitHub) before installing.
Credentials
No environment variables or unrelated credentials are requested. The only secret is an API key that the user explicitly sets via the provided set-key command and which is stored in scripts/config.json — behaviour consistent with a cloud scraping API client.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or cross-skill configuration. It persists only its own API key into scripts/config.json; autonomous invocation of the skill by the agent is allowed (platform default) but not excessive given the skill's function.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xcrawl-scraper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xcrawl-scraper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
XCrawl Scraper 1.0.0 – Initial Release - Launches an AI-powered web scraping tool supporting output in Markdown, HTML, JSON, and screenshots. - Enables structured data extraction using JSON Schema. - Features web crawling, site search, site mapping, and batch site scraping. - Supports global proxy and easy configuration via command line. - Provides simple installation and usage instructions for quick setup.
元数据
Slug xcrawl-scraper
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 1
常见问题

XCrawl Scraper 是什么?

XCrawl - AI-Powered Web Scraping API / AI 驱动网页爬虫,支持结构化数据提取. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 412 次。

如何安装 XCrawl Scraper?

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

XCrawl Scraper 是免费的吗?

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

XCrawl Scraper 支持哪些平台?

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

谁开发了 XCrawl Scraper?

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

💬 留言讨论