
Use Ritmex Bot
- 29 installs
- 459 repo stars
- Updated July 29, 2026
- discountry/ritmex-bot
Runs the ritmex-bot CLI in an agent-safe way to query markets, accounts, and positions and to place or dry-run exchange orders with JSON output.
About
A skill for driving the ritmex-bot CLI safely from an agent to operate crypto exchanges: capability checks, market/account/position queries, order operations, strategy runs, and dry-run simulation, all with parseable JSON output. It enforces hard safety rules such as not rewriting env keys or symbols. A solo builder reaches for it to let an agent run and monitor an automated trading strategy without risky ad-hoc commands.
- Agent-safe ritmex-bot CLI execution with `--json`
- Market, account, and position queries
- Order operations plus `--dry-run` simulation
- Strict rules: never rename env keys, pass `--symbol` through exactly
Use Ritmex Bot by the numbers
- 29 all-time installs (skills.sh)
- Ranked #349 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Jul 30, 2026 (Skillselion catalog sync)
npx skills add https://github.com/discountry/ritmex-bot --skill use-ritmex-botAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 29 |
|---|---|
| repo stars | ★ 459 |
| Last updated | July 29, 2026 |
| Repository | discountry/ritmex-bot ↗ |
What it does
Runs the ritmex-bot CLI in an agent-safe way to query markets, accounts, and positions and to place or dry-run exchange orders with JSON output.
Who is it for?
builders running an automated crypto trading strategy via ritmex-bot
Skip if: anyone not using ritmex-bot or trading exchanges
When should I use this skill?
the user asks to run ritmex-bot commands or query exchange state
What you get
- market/account queries
- exchange orders or dry-run simulations
Related skills
FAQ
Can it place real orders?
Yes, and it supports `--dry-run` to simulate before any real write.
Does it change my env config?
No, it reads env vars as-is and never renames or invents keys.