This deploys the complete Hummingbot trading infrastructure: an API server for executing trades across exchanges, an MCP server so AI agents like Claude can interact with it, and Condor for Telegram bot control. The skill handles both regular machines and containerized environments differently, which is thoughtful since Docker-in-Docker needs volume tweaks instead of bind mounts. It walks through environment checks, sets up credentials, and patches configs automatically. The MCP installation is clever because it detects which AI CLI you're actually using rather than asking. You'd use this when you want to run trading bots but control them through AI agents instead of clicking through exchange UIs manually.
npx skills add https://github.com/hummingbot/skills --skill hummingbot-deploysickn33/antigravity-awesome-skills
supercent-io/skills-template
Tony363/SuperClaude