π¦ ClawHub
Hummingbot
by @fengtality
Agent skill that faithfully reproduces Hummingbot CLI commands (connect, balance, create, start, stop, status, history) via Hummingbot API. V1 focuses on cor...
βοΈ Configuration
http://localhost:8000 (deploy with /hummingbot-deploy)hummingbot-api-client installed: pip3 install hummingbot-api-clientπ Tips & Best Practices
| Error | Cause | Fix |
|-------|-------|-----|
| Cannot connect to API | API not running | cd ./hummingbot-api && make deploy |
| 401 Unauthorized | Bad credentials | Check ./hummingbot-api/.env |
| Connector not found | Invalid exchange name | Run python scripts/connect.py to list valid names |
| No credentials | Exchange not connected | Run python scripts/connect.py |
TERMINAL
clawhub install hummingbot