← 返回 Skills 市场
900
总下载
0
收藏
9
当前安装
1
版本数
在 OpenClaw 中安装
/install xcrawl-map
功能描述
Use this skill for XCrawl map tasks, including site URL discovery, regex filtering, scope estimation, and crawl planning before full-site crawling.
安全使用建议
This skill appears to do what it claims: call XCrawl's map API and return the raw response. Before installing, confirm you trust https://www.xcrawl.com and are comfortable storing XCRAWL_API_KEY in plaintext at ~/.xcrawl/config.json (the skill will read and use that key to call run.xcrawl.com). Be aware that the skill returns upstream responses verbatim — discovered URLs and other mapping results will be surfaced unchanged. Limit API key privileges if possible, secure the config file (restrict filesystem permissions), monitor credit usage, and rotate the key if you stop using the skill.
功能分析
Type: OpenClaw Skill
Name: xcrawl-map
Version: 1.0.2
The xcrawl-map skill is designed to interface with the XCrawl Map API for site URL discovery. It uses standard methods to read an API key from a local configuration file (~/.xcrawl/config.json) and performs authorized API calls to https://run.xcrawl.com using curl or Node.js, with no evidence of malicious intent, data exfiltration, or unauthorized system access.
能力评估
Purpose & Capability
Name/description match the runtime instructions: the skill only documents how to call XCrawl's map endpoint. Requested tools (curl/node) and the local config file for an API key are appropriate and proportional to the stated functionality.
Instruction Scope
Instructions explicitly require reading ~/.xcrawl/config.json for XCRAWL_API_KEY and performing POST requests to https://run.xcrawl.com/v1/map, then returning the raw API response. Reading the local config and sending the API key to the provider is necessary for the task, but the skill will return raw upstream responses (possibly including discovered URLs), so users should expect the agent to surface that data unchanged unless they request summarization.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk-write risk; it relies on existing curl/node on PATH which matches the examples.
Credentials
No unrelated environment variables, system credentials, or config paths are requested. The only local secret is the XCrawl API key stored in ~/.xcrawl/config.json, which is justified by the need to authenticate with the XCrawl API.
Persistence & Privilege
always:false and normal agent invocation are used. The skill does not request persistent/privileged platform presence or modification of other skills; it merely reads a single user-local config file for the API key.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xcrawl-map - 安装完成后,直接呼叫该 Skill 的名称或使用
/xcrawl-map触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial release of xcrawl-map skill for site URL discovery and crawl planning:
- Supports XCrawl Map API for site URL mapping with regex filtering, subdomain inclusion, and optional query ignoring.
- Reads API key only from `~/.xcrawl/config.json`; no global environment variables required.
- Requires `curl` or `node` tools; no Python or extra scripts.
- Includes setup guidance for XCrawl account and free credits activation.
- Provides sample Bash (curl) and Node usage examples.
- Raw API responses are returned as-is unless a summary is explicitly requested.
元数据
常见问题
XCrawl Map 是什么?
Use this skill for XCrawl map tasks, including site URL discovery, regex filtering, scope estimation, and crawl planning before full-site crawling. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 900 次。
如何安装 XCrawl Map?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xcrawl-map」即可一键安装,无需额外配置。
XCrawl Map 是免费的吗?
是的,XCrawl Map 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
XCrawl Map 支持哪些平台?
XCrawl Map 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XCrawl Map?
由 wykings(@wykings)开发并维护,当前版本 v1.0.2。
推荐 Skills