This is a Claude skill for placing trades on centralized exchanges like Binance, OKX, and Bybit. It enforces a strict two-step confirmation flow: every order shows you a preview first, you confirm it, then it executes. The source material is unusually paranoid about safety, which is probably the right stance when you're moving real money. It handles spot and perpetual futures, supports leverage settings, and has a dedicated close_position command to avoid accidentally opening reverse positions when you meant to exit. The skill blocks you from writing custom trading code and forces everything through a single script interface. If you're building an AI agent that needs to execute CEX trades without shooting itself in the foot, this gives you guardrails.
npx skills add https://github.com/aicoincom/coinos-skills --skill aicoin-trading