← 返回 Skills 市场
seineruo

xcard-trading

作者 sss3000 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xcard-trading
功能描述
Trade security tokens on the XCard platform — check balances, place orders, view market data, and review trade history.
安全使用建议
This skill appears to implement the expected XCard trading API and asks only for a single XCARD_API_KEY, which is appropriate. Before installing: (1) verify the skill's source — the homepage is a placeholder (github.com/YOUR_USERNAME/...), so confirm the repository and maintainer; (2) fix/confirm the env-var name (SKILL.md uses XCARD_API_KEY but some module files show XCard_API_KEY) and ensure the registry metadata correctly declares the required env var; (3) test with a read-only or limited-scope API key (or a sandbox account) before giving it access to a live trading-capable key; (4) confirm the agent will require explicit user confirmation before placing orders (the skill includes safety rules, but verify the running agent enforces them); (5) monitor and rotate the API key after initial use. These issues look like packaging sloppiness rather than malice, but do not give this skill full trading credentials until you verify the code/source and key scoping.
功能分析
Type: OpenClaw Skill Name: xcard-trading Version: 1.0.0 The xcard-trading skill is a well-structured trading assistant for the XCard platform. It includes proactive security and safety instructions for the AI agent, such as explicitly forbidding the leakage of the XCARD_API_KEY and requiring mandatory user confirmation before executing any trade orders (api-orders.md). All defined API endpoints are restricted to the official domain (api.xcard.com), and there are no signs of data exfiltration, malicious execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name/description (trade on XCard) aligns with the runtime instructions and the single required credential (an XCard API key). The documented endpoints cover account, market, orders, and history — all expected for a trading skill.
Instruction Scope
Instructions are narrowly scoped to calling the XCard API (base URL https://api.xcard.com/v1) and include sensible safety rules (explicit user confirmation, large-order warnings). They do not instruct reading unrelated files or exfiltrating data. Issues: some files use a different env-var placeholder ({XCard_API_KEY}) vs SKILL.md's declared XCARD_API_KEY (case inconsistency), and the error table in SKILL.md is malformed — these could lead to runtime confusion or misconfigured credentials.
Install Mechanism
Instruction-only skill with no install spec and no code files to write to disk, so there is no install-time code delivery risk.
Credentials
Only a single API key is required (appropriate for this purpose). However, the registry metadata shows 'Required env vars: [object Object]' and the skill's primary credential field is empty despite the SKILL.md declaring XCARD_API_KEY — this metadata mismatch is a packaging bug and should be resolved before trusting the skill. Ensure the key is scoped/minimal (ideally read-only for testing).
Persistence & Privilege
Skill is not always-included and uses default agent invocation settings. It does not request persistent system-wide privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xcard-trading
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xcard-trading 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the xcard-trading skill. - Trade security tokens on XCard: check balances, execute trades, access market data, and review trade history. - Divided into four modules for Account & Portfolio, Market Data, Order Execution, and Trade History. - Requires personal API key (XCARD_API_KEY) for all operations. - Built-in guidelines for response formatting, language, and error handling.
元数据
Slug xcard-trading
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

xcard-trading 是什么?

Trade security tokens on the XCard platform — check balances, place orders, view market data, and review trade history. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。

如何安装 xcard-trading?

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

xcard-trading 是免费的吗?

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

xcard-trading 支持哪些平台?

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

谁开发了 xcard-trading?

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

💬 留言讨论