← 返回 Skills 市场
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install x-trading
功能描述
Trade security tokens on the X platform — check balances, place orders, view market data, and review trade history.
安全使用建议
This skill appears internally consistent for trading on the X platform. Before installing: (1) confirm the API base URL (https://api.xtrading.com) and the GitHub homepage are legitimate for the service you expect; (2) provide a least-privilege API key (read-only or limited-order scopes) when possible; (3) be aware the agent can call the API autonomously (platform default) — require explicit confirmations for placing orders and consider testing with small/test account balances first; (4) if the registry metadata shows odd values (e.g., 'Required env vars: [object Object]'), prefer the SKILL.md authoritative list (X_TRADING_API_KEY) but verify in a trusted environment before use.
功能分析
Type: OpenClaw Skill
Name: x-trading
Version: 1.0.0
The x-trading skill is a well-structured trading assistant for the X platform (api.xtrading.com). It includes comprehensive modules for account management, market data, and order execution (api-orders.md, api-account.md). The instructions include security best practices, such as explicitly forbidding the AI from logging or exposing the API key, and safety protocols requiring explicit user confirmation before executing financial transactions.
能力评估
Purpose & Capability
Name/description (trade security tokens on X) match the requested capability: the SKILL.md declares a single X_TRADING_API_KEY and all modules are trading/account/market endpoints consistent with that purpose.
Instruction Scope
Instructions are scoped to calling the X trading API and include safety rules (explicit user confirmation before POST /orders, large-order warning). Minor presentation issues (a malformed HTTP error-table row in SKILL.md) and a registry metadata quirk ('Required env vars: [object Object]') are present but do not change runtime behavior.
Install Mechanism
No install spec and no code files — instruction-only skill (runs API calls). This minimizes risk because nothing is downloaded or written to disk by the skill package itself.
Credentials
Only one credential (X_TRADING_API_KEY) is requested in the skill doc, which is appropriate and proportionate for an API integration. No unrelated secrets, system paths, or extra credentials are requested.
Persistence & Privilege
always is false and the skill does not request system-wide config or additional privileges. Model invocation is permitted (platform default); nothing in the skill attempts to modify other skills or persist credentials beyond normal environment usage.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install x-trading - 安装完成后,直接呼叫该 Skill 的名称或使用
/x-trading触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the X Security Token Trading skill.
- Added four API module files: account, market data, order execution, and trade history.
- Removed the old script-based interface (`scripts/molt.py`).
- Updated documentation to focus on trading, balances, orders, and market data on the X platform.
- Introduced environment-based API key authentication.
- Provided detailed error handling and module usage guidelines.
元数据
常见问题
x-trading 是什么?
Trade security tokens on the X platform — check balances, place orders, view market data, and review trade history. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。
如何安装 x-trading?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install x-trading」即可一键安装,无需额外配置。
x-trading 是免费的吗?
是的,x-trading 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
x-trading 支持哪些平台?
x-trading 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 x-trading?
由 sss3000(@seineruo)开发并维护,当前版本 v1.0.0。
推荐 Skills