hummingbot

Automates fleet-wide server and desktop deployments with remote-controlled agents.

31|8|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/hummingbot/skills --skill hummingbot-hummingbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hummingbot
Source: https://github.com/hummingbot/skills/tree/main/skills/hummingbot
Command: npx skills add https://github.com/hummingbot/skills --skill hummingbot-hummingbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires hummingbot_api_client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill provides programmatic access to Hummingbot CLI-like capabilities (connect, balance, create, start, stop, status, history) through the Hummingbot API, enabling automated agent workflows and remote bot management.

Core Features & Use Cases

  • Reproduce standard Hummingbot CLI commands via API calls for bot lifecycle, balance checks, and history retrieval.
  • Manage multiple accounts and connectors, deploy bots, and monitor status from automation scripts.
  • Use cases include remote bot orchestration, status dashboards, and automated reconciliation of balances and performance.

Quick Start

Run the provided management scripts with the installed Hummingbot API to interact with your bots and accounts.

Frequently Asked Questions about hummingbot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Hummingbot CLI commands for remote bot management?

You can automate Hummingbot CLI commands by using this Skill to expose API-driven bot management, balance, and history operations. It translates standard CLI actions into API calls, enabling remote bot orchestration and automated trading workflows.

What do I need to run Hummingbot API operations for trading automation?

Running Hummingbot API operations requires the hummingbot_api_client library and an active Hummingbot API server. These components provide the authenticated environment needed to execute bot lifecycle and balance management actions.

Can I monitor multiple trading accounts and connectors via the Hummingbot API?

Yes, the Skill supports multi-account and multi-connector scenarios via the Hummingbot API. You can manage multiple accounts, deploy bots, and monitor their status centrally from your automation scripts.

Does automating bot management through the API replace the Hummingbot CLI?

Automating bot management through the API mirrors the Hummingbot CLI rather than replacing it. It provides programmatic access to CLI-like capabilities for bot lifecycle and balance checks, specifically designed for automated agent workflows and remote orchestration.

How do I retrieve bot history and balance data for automated reconciliation?

You retrieve bot history and balance data by executing API-driven history retrieval and balance check operations provided by the Skill. This enables automated reconciliation of trading performance and account balances across your managed bots.