一键导入
hummingbot
Control Hummingbot market-making bots — place orders, manage executors and strategies, deploy bots, get market data, run backtests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Control Hummingbot market-making bots — place orders, manage executors and strategies, deploy bots, get market data, run backtests.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Check eligibility for and claim token airdrops
Scan, audit, and revoke ERC-20 token approvals to manage wallet spending permissions
Set up automated server-side trading strategies (limit buys/sells) that execute on Base via Bankr
Deploy tokens on Base (Uniswap V4) or Solana (Raydium) via Bankr gas-sponsored launch API
Open leveraged long/short positions via Avantis on Base with up to 10x leverage
Access Polymarket prediction markets to search, place bets, view positions, and redeem winnings
| name | hummingbot |
| description | Control Hummingbot market-making bots — place orders, manage executors and strategies, deploy bots, get market data, run backtests. |
| metadata | {"openclaw":{"emoji":"🤖","requires":{"env":["HUMMINGBOT_API_URL"]}}} |
hummingbotRequires a running Hummingbot instance. Set HUMMINGBOT_API_URL, HUMMINGBOT_USERNAME, HUMMINGBOT_PASSWORD.
| Action | Description |
|---|---|
status | Health check — verify the Hummingbot instance is reachable |
portfolio | Balances, positions, and active orders across connected exchanges |
| Action | Params | Description |
|---|---|---|
order | connector, trading_pair, trade_type, amount, price, order_type | Place a limit or market order |
cancel_order | connector, order_id | Cancel a specific order |
active_orders | connector, trading_pair | List open orders |
Executors are automated trading primitives that run inside Hummingbot.
| Action | Description |
|---|---|
executor | Create a new executor (position, DCA, grid, order, arbitrage) |
stop_executor | Stop a running executor by ID |
executors | Search/list executors |
executor_types | List available executor types and their config schemas |
Executor types: position_executor, dca_executor, grid_executor, order_executor, arbitrage_executor
| Action | Params | Description |
|---|---|---|
market_data | connector, trading_pair | Current prices for one or more pairs |
candles | connector, trading_pair, interval, days | OHLCV candle data (1m, 5m, 15m, 30m, 1h, 4h, 1d) |
orderbook | connector, trading_pair | Current order book snapshot |
funding_rate | connector, trading_pair | Perps funding rate |
| Action | Params | Description |
|---|---|---|
bot_deploy | bot_name, controllers_config | Deploy a new bot with controller configs |
bot_status | — | Status of all running bots |
bot_stop | bot_name | Stop a specific bot |
bot_logs | bot_name, log_type, limit | View bot logs (error, general, all) |
bot_history | bot_name, days | Trade history for a bot |
| Action | Params | Description |
|---|---|---|
templates | template, template_overrides | List templates, view one, or build a config with overrides |
backtest | backtest_config, start_time, end_time | Run a historical backtest |
| Action | Description |
|---|---|
gateway_status | DEX gateway connection status |
gateway_start | Start the DEX gateway (needs passphrase + image) |
gateway_stop | Stop the DEX gateway |
leverage | Set position mode (HEDGE/ONE-WAY) and leverage multiplier |
connectors | List available exchange connectors |
accounts | List configured accounts |
scripts | List available scripts |
history | Search trade history with filters |
action: statusaction: portfolioaction: candles, connector: binance, trading_pair: ETH-USDT, interval: 1haction: templatesaction: bot_deploy, bot_name: my-mm, controllers_config: [...]action: bot_status and action: bot_logs, bot_name: my-mmaction: bot_stop, bot_name: my-mm| Variable | Required | Description |
|---|---|---|
HUMMINGBOT_API_URL | Yes | Hummingbot API endpoint (default: http://localhost:8000) |
HUMMINGBOT_USERNAME | Yes | API username (default: admin) |
HUMMINGBOT_PASSWORD | Yes | API password (default: admin) |
bot_deploy for persistent strategies, executor for one-off automated tradesbot_status before deploying to avoid conflicts