← 返回 Skills 市场
wykings

XCrawl

作者 wykings · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
1669
总下载
1
收藏
12
当前安装
1
版本数
在 OpenClaw 中安装
/install xcrawl
功能描述
Use this skill as the default XCrawl entry point for direct XCrawl requests, including single-URL fetch, format selection, sync or async execution, and JSON...
安全使用建议
This skill appears coherent and is limited to reading a local config (~/.xcrawl/config.json) and using curl/node to call XCrawl endpoints. Before installing: (1) verify you are comfortable storing XCRAWL_API_KEY at ~/.xcrawl/config.json and set restrictive file permissions (e.g., 600); (2) confirm the platform will not grant unnecessary file write/edit permissions (the skill only needs read access); (3) ensure curl and node are available on your agent host; and (4) verify the XCrawl homepage and account plan if you care about billing/credit usage. If any part of the skill asks to access additional files or credentials at runtime, treat that as suspicious and re-check the skill.
功能分析
Type: OpenClaw Skill Name: xcrawl Version: 1.0.0 The xcrawl skill is a standard API wrapper for the XCrawl scraping service, facilitating single-page extraction and data processing. It uses curl and node via Bash to interact with https://run.xcrawl.com and requires the user to store an API key in a local configuration file (~/.xcrawl/config.json). The code logic is transparent, lacks obfuscation, and does not attempt to access sensitive system files or exfiltrate data beyond the intended API interactions.
能力评估
Purpose & Capability
Name/description match the behavior: the skill issues HTTP requests to XCrawl endpoints and expects an XCRAWL_API_KEY stored in ~/.xcrawl/config.json. Requested binaries (curl, node) and the local config file requirement are appropriate for this purpose; there are no unrelated credentials or external services requested.
Instruction Scope
Runtime instructions are narrowly scoped to reading the user-local config (~/.xcrawl/config.json) and calling https://run.xcrawl.com via curl/node. One minor inconsistency: the allowed-tools header lists Read/Write/Edit/Grep (file write/edit capability), but the SKILL.md only needs to read the single config file. Confirm whether write/edit permissions will actually be requested by the platform, since they are broader than necessary.
Install Mechanism
No install spec or remote downloads — this is instruction-only. That minimizes installer risk (nothing is written to disk by an installer).
Credentials
No environment variables or external credentials are declared; the skill reads a single local config file for the XCRAWL_API_KEY as documented. This is proportionate to the stated API-calling functionality. Users should ensure the config file is protected (file permissions) since it contains an API key.
Persistence & Privilege
always:false and normal model invocation settings. The skill does not request persistent or cross-skill configuration changes and does not require elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xcrawl
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xcrawl 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
xcrawl 1.0.0 - Initial release as the default XCrawl entry point. - Supports direct requests for single-URL extraction via XCrawl Scrape APIs. - Enables sync and async operations, customizable output formats, and JSON extraction with prompt or schema. - Requires API key from local config file (`~/.xcrawl/config.json`); guides setup if missing. - Documents usage examples for cURL and Node, plus all request/response parameters. - Restricts tool usage to `curl` and `node` only.
元数据
Slug xcrawl
版本 1.0.0
许可证 MIT-0
累计安装 14
当前安装数 12
历史版本数 1
常见问题

XCrawl 是什么?

Use this skill as the default XCrawl entry point for direct XCrawl requests, including single-URL fetch, format selection, sync or async execution, and JSON... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1669 次。

如何安装 XCrawl?

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

XCrawl 是免费的吗?

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

XCrawl 支持哪些平台?

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

谁开发了 XCrawl?

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

💬 留言讨论