← 返回 Skills 市场
403
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xt-exchange
功能描述
XT.COM exchange CLI — spot & futures trading via progressive conversation. Market data, balance, orders, transfer, and withdrawal.
安全使用建议
This skill appears to be what it says: it runs the included Python CLI scripts and calls XT.COM API endpoints. Before installing, consider: 1) Only provide an API key with the minimum permissions needed (e.g., read-only for market data; separate trading key without withdrawal permission if possible). 2) Prefer environment variables over storing keys in ~/.xt-exchange/credentials.json; avoid echoing keys into chat or logs. 3) Review the included scripts yourself (they are bundled) and verify network hosts are sapi.xt.com / fapi.xt.com. 4) Be aware the skill will run Python and may run `pip3 install requests` — run in an isolated environment if you are cautious. 5) Test with a low-permission or small-balance account first. 6) The skill relies on conversational confirmations before executing trades/withdrawals — these are procedural (agent-enforced), not cryptographic safeguards; treat API keys as sensitive and assume actions could occur if the agent or environment is compromised.
功能分析
Type: OpenClaw Skill
Name: xt-exchange
Version: 1.0.0
The OpenClaw AgentSkills bundle provides legitimate CLI tools for interacting with the XT.COM cryptocurrency exchange's spot and futures APIs. The `SKILL.md` documentation includes robust safety instructions for the AI agent, explicitly requiring user confirmation before executing sensitive operations such as placing orders, transfers, or withdrawals. The Python scripts (`xt_spot.py`, `xt_futures.py`) handle API keys by prioritizing environment variables (`XT_ACCESS_KEY`, `XT_SECRET_KEY`) and falling back to a documented local file (`~/.xt-exchange/credentials.json`). All network communications are directed to legitimate XT.COM API endpoints (`https://sapi.xt.com`, `https://fapi.xt.com`). There is no evidence of intentional malicious behavior, unauthorized data exfiltration, persistence mechanisms, or obfuscation. The design choices, including explicit safety prompts for the agent, align with a benign and responsible implementation of a financial trading skill.
能力评估
Purpose & Capability
Name/description (XT.COM spot & futures CLI) matches the files and runtime instructions. Required binary (python3) and required env vars (XT_ACCESS_KEY, XT_SECRET_KEY) are appropriate and expected for an exchange CLI.
Instruction Scope
SKILL.md stays within the trading scope (market data, balance, orders, transfer, withdraw). It instructs the agent to check credentials via environment variables and ~/.xt-exchange/credentials.json and to run the included Python scripts. Caution: the examples use commands like `echo $XT_ACCESS_KEY` and `cat ~/.xt-exchange/credentials.json` which will print secrets to stdout/logs; the skill also suggests `pip3 install requests` which writes to disk. The skill relies on conversational confirmation before trades, but that confirmation is enforced by the agent workflow (not by external technical safeguards).
Install Mechanism
There is no opaque download/install step: this is instruction-plus-scripts. The SKILL.md includes an optional brew formula suggestion for python@3 only. The code files are included in the skill bundle and network calls go to XT.COM API hosts (sapi.xt.com, fapi.xt.com). No third-party or shortened URLs or archives are fetched by the install process.
Credentials
The skill requests only XT_ACCESS_KEY and XT_SECRET_KEY (primaryEnv XT_ACCESS_KEY) and will also read a local credentials file if present. No unrelated credentials, secrets, or system paths are requested. Note: storing keys in ~/.xt-exchange/credentials.json or echoing them to stdout can expose them to logs or other observers — the keys are powerful and should be scoped/restricted.
Persistence & Privilege
always:false and the skill is user-invocable. It does not request persistent platform-wide privileges or modify other skills. It can be invoked autonomously (platform default), which is normal; combined with trading permissions, that increases impact if keys are present, but that is an expected property of any trading skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install xt-exchange - 安装完成后,直接呼叫该 Skill 的名称或使用
/xt-exchange触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: XT.COM spot & futures trading via progressive conversation
元数据
常见问题
XT Exchange 是什么?
XT.COM exchange CLI — spot & futures trading via progressive conversation. Market data, balance, orders, transfer, and withdrawal. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 403 次。
如何安装 XT Exchange?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install xt-exchange」即可一键安装,无需额外配置。
XT Exchange 是免费的吗?
是的,XT Exchange 完全免费(开源免费),可自由下载、安装和使用。
XT Exchange 支持哪些平台?
XT Exchange 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XT Exchange?
由 0xH4rry(@realm520)开发并维护,当前版本 v1.0.0。
推荐 Skills