← Back to Skills Marketplace
seineruo

x-trading

by sss3000 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install x-trading
Description
Trade security tokens on the X platform — check balances, place orders, view market data, and review trade history.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install x-trading
  3. After installation, invoke the skill by name or use /x-trading
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug x-trading
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is x-trading?

Trade security tokens on the X platform — check balances, place orders, view market data, and review trade history. It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install x-trading?

Run "/install x-trading" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is x-trading free?

Yes, x-trading is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does x-trading support?

x-trading is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created x-trading?

It is built and maintained by sss3000 (@seineruo); the current version is v1.0.0.

💬 Comments