← 返回 Skills 市场
1369
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install xapi123123
功能描述
Use xapi CLI to access real-time external data — Twitter/X profiles, tweets, and timelines, crypto token prices and metadata, web search, news, and AI text p...
安全使用建议
This skill appears to be a thin wrapper around the external xapi CLI and legitimately needs an XAPI_API_KEY and npx. Before installing or using it: (1) verify the xapi project and operator (visit https://xapi.to, inspect their docs and privacy policy); (2) prefer exporting your API key as an environment variable (XAPI_API_KEY) rather than using any automatic "register" flow that saves credentials to ~/.xapi/config.json — if you must use the file, inspect its contents and tighten permissions (chmod 600) and understand where the file is written; (3) be aware that the tool can discover and call arbitrary third‑party APIs (it can proxy requests), so avoid sending sensitive secrets or private data through it and consider a scoped or throwaway API key; (4) if you need higher assurance, ask the skill author for source code or a published package link (npm/github) and for a declared config path in the metadata (to match the README); and (5) monitor network use and audit the ~/.xapi directory after use. These clarifications would raise my confidence and could change the verdict to benign if answered satisfactorily.
功能分析
Type: OpenClaw Skill
Name: xapi123123
Version: 1.0.2
The xapi skill provides an interface for an AI agent to interact with external data services (Twitter, Crypto, Search, AI) via the `npx xapi-to` CLI. It includes comprehensive instructions for the agent, handles API key configuration in `~/.xapi/config.json`, and features explicit security warnings in `SKILL.md` to prevent the agent from leaking sensitive credentials to unauthorized domains. The functionality is consistent with its stated purpose as an API gateway, and no evidence of malicious intent or obfuscation was found.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md describes using the xapi CLI for Twitter/X, crypto, web/news search, and AI text actions. Declared runtime requirement (npx) and primary credential (XAPI_API_KEY) are consistent with a CLI that calls an external service. Minor mismatch: requires.env is empty in metadata even though a primaryEnv (XAPI_API_KEY) is declared — this is a bookkeeping inconsistency but not a major functional mismatch.
Instruction Scope
The instructions tell the agent to run npx xapi-to commands and to register or set an API key. They explicitly state the API key is saved automatically to ~/.xapi/config.json and also that XAPI_API_KEY env var may be used. The skill can discover and call arbitrary third‑party APIs (via --source api / services), which increases the risk that data could be relayed to endpoints beyond the user's immediate expectation. The SKILL.md also does not limit what data should or should not be sent to those APIs.
Install Mechanism
This is an instruction-only skill (no install spec, no code files). It uses npx to run a public CLI on-demand, which is a low-risk install model compared with downloading/extracting archives or running custom installers.
Credentials
Only one credential (XAPI_API_KEY) is declared as the primary credential, which is reasonable for a proxy/CLI to an external service. However, the SKILL.md indicates the credential will be persisted to ~/.xapi/config.json but the registry metadata lists no required config paths — this mismatch should be clarified. Consider whether you trust the service with any data you pass via the CLI.
Persistence & Privilege
The skill will cause the xapi CLI (when run) to persist the API key to ~/.xapi/config.json according to its instructions; the skill metadata did not declare any required config paths. The skill is not always:true (no global forcing), but the automatic on-disk persistence of credentials and the ability to call arbitrary third-party APIs raises persistence/privacy concerns.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xapi123123 - 安装完成后,直接呼叫该 Skill 的名称或使用
/xapi123123触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Updated all CLI usage instructions from npx @xapi-to/xapi to npx xapi-to for improved simplicity and clarity.
- Installation and setup commands now use the new xapi-to syntax everywhere.
- Expanded the API Services section to explicitly list several available third-party APIs.
- General rewording and improved consistency in reference blocks and example commands.
v1.0.1
xapi123123 1.0.1 — Major update: now uses agent-friendly xapi CLI for real-time data and external APIs.
- Transitioned from skill registration to direct CLI usage via `npx @xapi-to/xapi`.
- No code files changed; documentation completely rewritten for CLI workflow.
- Step-by-step instructions to query Twitter/X, crypto, web search, news, and AI text tools using CLI commands.
- Supports both "capability" and "api" sources with discoverable actions, all returning structured JSON.
- Documents OAuth workflow for Twitter write access.
- Advises to always inspect (`get`) action schemas before calling for parameters.
- New coverage for account management, service discovery, and third-party API access directly from the CLI.
v1.0.0
xapi v1.0.0 — Initial Release
- Adds the new xapi skill with a unified interface for over 50 third-party APIs, including Twitter, blockchain, AI services, and more, via MCP.
- Introduces agent self-registration flow, credential management, and secure API key handling.
- Provides clear instructions and guidelines for safe agent usage, security best practices, and registration reward claiming.
- Replaces previous skill (clawstead) with completely new infrastructure-focused functionality.
元数据
常见问题
xAPI 是什么?
Use xapi CLI to access real-time external data — Twitter/X profiles, tweets, and timelines, crypto token prices and metadata, web search, news, and AI text p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1369 次。
如何安装 xAPI?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xapi123123」即可一键安装,无需额外配置。
xAPI 是免费的吗?
是的,xAPI 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
xAPI 支持哪些平台?
xAPI 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 xAPI?
由 洛冰河(@glacier-luo)开发并维护,当前版本 v1.0.2。
推荐 Skills