Wraps Freqtrade's entire lifecycle inside CoinClaw containers: strategy creation, backtesting, hyperopt, and live deployment. The main trick here is daemon awareness. OpenClaw, Hermes, and Claude Code all run Freqtrade as a supervisord process on port 8080, so this skill never spawns competing instances. It auto-detects which engine you're in, finds the right config paths, and handles restarts through supervisorctl. Includes a quick strategy generator for common indicators (RSI, MACD, Bollinger) and integrates AiCoin's whale signals, funding rates, and liquidation data into custom Python strategies. Strong on guarding against common mistakes like forgetting to reload config or misreporting P&L by skipping the profit API.
npx skills add https://github.com/aicoincom/coinos-skills --skill aicoin-freqtrade