← 返回 Skills 市场
1049
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install xcrawl-search
功能描述
Use this skill for XCrawl search tasks, including keyword search request design, location and language controls, result analysis, and follow-up crawl or scra...
安全使用建议
This skill appears to do exactly what it says: read an XCrawl API key from ~/.xcrawl/config.json and call https://run.xcrawl.com/v1/search using curl or node, returning raw responses. Before installing: (1) Confirm you trust the XCrawl domain and service (https://run.xcrawl.com and https://www.xcrawl.com/) and understand that API calls consume credits; (2) Store only the XCrawl API key in ~/.xcrawl/config.json and restrict file permissions (e.g., chmod 600) to limit access; (3) Be aware the skill returns raw API responses (which may contain scraped content or billing details) and will not summarize results unless you ask; (4) Note the SKILL.md lists Write/Edit permissions even though it only needs to read — consider whether you want to grant file-write capability to the agent runtime. If you need greater assurance, request the maintainer provide a minimal example that omits write/edit permissions or show why they are necessary.
功能分析
Type: OpenClaw Skill
Name: xcrawl-search
Version: 1.0.2
The xcrawl-search skill is a standard API wrapper for the XCrawl search service. It provides instructions for the agent to interact with the https://run.xcrawl.com endpoint using curl or Node.js, specifically reading an API key from a local configuration file (~/.xcrawl/config.json). The logic is transparent, aligns with the stated purpose, and contains no evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The description promises XCrawl search capabilities and the SKILL.md instructs only how to call XCrawl's /v1/search endpoint. Required tools (curl/node) and the local API key file (~/.xcrawl/config.json) are coherent with that purpose.
Instruction Scope
Runtime instructions only read a local config file for 'XCRAWL_API_KEY' and perform POST requests to https://run.xcrawl.com/v1/search, returning raw API responses. This is within scope. Minor note: the allowed-tools list includes Write/Edit, but the instructions only show reading the config and making network calls — write/edit permissions appear broader than strictly needed.
Install Mechanism
There is no install spec and no code files; this is instruction-only, so nothing is written to disk by an installer. This is the lowest-risk installation posture.
Credentials
The skill requests no environment variables and uses a single local config file for the API key, which is proportionate. As a security consideration, storing the API key in plaintext under ~/.xcrawl/config.json is a user-side decision — the skill's behavior matches that requirement. Also note the examples access the user's HOME path; ensure that file contains only the intended key.
Persistence & Privilege
always:false and no install persistence requested. The skill does not request system-wide configuration changes or credentials belonging to other services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xcrawl-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/xcrawl-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Initial release of xcrawl-search skill.
- Supports XCrawl Search API for keyword searches with location and language controls.
- Reads API key only from local config file at ~/.xcrawl/config.json.
- Guides users to sign up and activate free credits if needed.
- Provides cURL and Node usage examples for making search requests.
- Allows use of curl and node tools exclusively (no Python or shell helpers).
- Returns endpoint, input payload, and raw response for every request; no summaries unless requested.
元数据
常见问题
XCrawl Search 是什么?
Use this skill for XCrawl search tasks, including keyword search request design, location and language controls, result analysis, and follow-up crawl or scra... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1049 次。
如何安装 XCrawl Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xcrawl-search」即可一键安装,无需额外配置。
XCrawl Search 是免费的吗?
是的,XCrawl Search 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
XCrawl Search 支持哪些平台?
XCrawl Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XCrawl Search?
由 wykings(@wykings)开发并维护,当前版本 v1.0.2。
推荐 Skills