standx-cli

Execute crypto trading commands via natural language through the StandX CLI.

17|4|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/wjllance/standx-cli --skill standx-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: standx-cli
Source: https://github.com/wjllance/standx-cli/tree/main/openclaw
Command: npx skills add https://github.com/wjllance/standx-cli --skill standx-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

StandX CLI converts natural-language trading intents into reliable command-line execution so agents can query markets, manage orders, and monitor accounts without custom API integrations or brittle parsing logic.

Core Features & Use Cases

  • Market data & streaming: Get tickers, order book depth, candlestick (kline) history, and funding rates plus WebSocket streams for real-time updates.
  • Account & trading operations: View balances, positions, trade history, create and cancel orders, manage leverage and margin modes.
  • Automation & safety: JSON/OpenClaw output modes, dry-run and watch dashboards, recommended authentication practices (JWT and optional Ed25519 key), and installation options (ClawHub/Homebrew).
  • Real-world example: Use an AI agent to check BTC-USD price, open a limit buy with a set stop loss, and verify the updated portfolio snapshot.

Quick Start

Set STANDX_JWT and ask the agent: Check BTC price for BTC-USD using the StandX CLI and return JSON output.

Frequently Asked Questions about standx-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I execute crypto trading commands using natural language without custom API integrations?

You can execute conversational crypto trading by setting the STANDX_JWT environment variable and asking your agent to perform tasks like checking BTC-USD price or creating orders, returning results in JSON output mode without custom API integrations.

Can I fetch real-time market data and WebSocket streams for crypto pairs?

Yes, fetching real-time market data and WebSocket streams for crypto pairs is supported. You can retrieve tickers, order book depth, candlestick kline history, funding rates, and stream live updates directly through the command line interface.

What authentication methods are required for executing crypto orders via command line?

JWT-based authentication is required for executing crypto orders via command line, with optional Ed25519 private key support for enhanced security. You must set the STANDX_JWT environment variable before running trading or account management commands.

Does the StandX CLI support JSON output modes for scripting automation?

Yes, JSON output modes are fully supported for scripting automation. The CLI provides JSON and OpenClaw output formats, command aliases, dry-run modes, and watch dashboards to facilitate automated crypto trading workflows.

How do I manage account balances and open limit orders across BTC, ETH, and SOL pairs?

You manage account balances and open limit orders across BTC, ETH, and SOL pairs by issuing conversational commands to view positions, create orders with set stop losses, and verify updated portfolio snapshots directly through the CLI.

What are the limitations of using a conversational CLI for crypto trading automation?

Limitations of using a conversational CLI for crypto trading automation include the reliance on proper JWT setup and the need for precise natural-language phrasing to avoid execution errors. It is not designed to replace custom low-latency API integrations for high-frequency algorithmic trading.