← Back to Skills Marketplace
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xcard-trading
Description
Trade security tokens on the XCard platform — check balances, place orders, view market data, and review trade history.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xcard-trading - After installation, invoke the skill by name or use
/xcard-trading - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is xcard-trading?
Trade security tokens on the XCard platform — check balances, place orders, view market data, and review trade history. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install xcard-trading?
Run "/install xcard-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is xcard-trading free?
Yes, xcard-trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does xcard-trading support?
xcard-trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created xcard-trading?
It is built and maintained by sss3000 (@seineruo); the current version is v1.0.0.
More Skills