← Back to Skills Marketplace
wykings

XCrawl Map

by wykings · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
900
Downloads
0
Stars
9
Active Installs
1
Versions
Install in OpenClaw
/install xcrawl-map
Description
Use this skill for XCrawl map tasks, including site URL discovery, regex filtering, scope estimation, and crawl planning before full-site crawling.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xcrawl-map
  3. After installation, invoke the skill by name or use /xcrawl-map
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug xcrawl-map
Version 1.0.2
License MIT-0
All-time Installs 10
Active Installs 9
Total Versions 1
Frequently Asked Questions

What is XCrawl Map?

Use this skill for XCrawl map tasks, including site URL discovery, regex filtering, scope estimation, and crawl planning before full-site crawling. It is an AI Agent Skill for Claude Code / OpenClaw, with 900 downloads so far.

How do I install XCrawl Map?

Run "/install xcrawl-map" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is XCrawl Map free?

Yes, XCrawl Map is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does XCrawl Map support?

XCrawl Map is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created XCrawl Map?

It is built and maintained by wykings (@wykings); the current version is v1.0.2.

💬 Comments