use-ritmex-bot

Installation
SKILL.md

Use ritmex-bot CLI

This skill is for running ritmex-bot in an agent-safe, exchange-compatible way.

Use This Skill When

  • The user asks to use ritmex-bot commands directly.
  • The user wants market data, account/position, or order operations from supported exchanges.
  • The user wants AI-agent-friendly CLI execution with --json output.
  • The user wants simulation with --dry-run before real writes.

Hard Rules

  1. Do not change environment-variable names and do not invent new env keys.
  2. Read config from the current shell environment as-is.
  3. Do not normalize or rewrite --symbol; pass it through exactly.
  4. If a feature is not supported by an exchange, return it as unsupported (UNSUPPORTED), do not fake behavior.
  5. For write actions (order create, order cancel, order cancel-all), prefer --dry-run first unless the user explicitly asks to skip simulation.
  6. Use --json whenever output must be consumed by another agent/tool.
Installs
29
GitHub Stars
442
First Seen
Feb 27, 2026