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-botcommands directly. - The user wants market data, account/position, or order operations from supported exchanges.
- The user wants AI-agent-friendly CLI execution with
--jsonoutput. - The user wants simulation with
--dry-runbefore real writes.
Hard Rules
- Do not change environment-variable names and do not invent new env keys.
- Read config from the current shell environment as-is.
- Do not normalize or rewrite
--symbol; pass it through exactly. - If a feature is not supported by an exchange, return it as unsupported (
UNSUPPORTED), do not fake behavior. - For write actions (
order create,order cancel,order cancel-all), prefer--dry-runfirst unless the user explicitly asks to skip simulation. - Use
--jsonwhenever output must be consumed by another agent/tool.