hummingbot-heartbeat by hummingbot/skills
npx skills add https://github.com/hummingbot/skills --skill hummingbot-heartbeat一个 OpenClaw 定时任务技能,每小时运行一次,向您连接的聊天频道(Telegram、Discord 等)发送格式化的 Hummingbot 状态报告。涵盖 API 健康状况、Gateway 容器、活跃的机器人/控制器、执行器以及投资组合余额。
clawhub install hummingbot-heartbeat
或者手动克隆到您的技能目录。
询问您的 OpenClaw 代理:
"设置 hummingbot-heartbeat 定时任务"
代理将解析技能路径并使用 openclaw cron 注册它。或者手动操作:
# 将 <SKILL_PATH> 替换为实际的安装路径
openclaw cron add \
--name "hummingbot-heartbeat" \
--description "Hourly Hummingbot status check" \
--every 1h \
--announce \
--channel telegram \
--message "Run this and send output verbatim: python3 <SKILL_PATH>/scripts/bot_status.py"
python3 scripts/bot_status.py
python3 scripts/bot_status.py --json
通过环境变量或技能目录中的 文件设置:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
.env# .env (可选 — 显示默认值)
HUMMINGBOT_API_URL=http://localhost:8000
API_USER=admin
API_PASS=admin
| 变量 | 默认值 | 描述 |
|---|---|---|
HUMMINGBOT_API_URL | http://localhost:8000 | Hummingbot API 基础 URL |
API_USER | admin | API 用户名 |
API_PASS | admin | API 密码 |
hummingbot-deploy 技能)🤖 Hummingbot Status — Feb 28, 2026 09:06 AM
**Infrastructure**
API: ✅ Up (v1.0.1)
Gateway: ✅ Up 17 hours
**Active Bots:** none
**Active Executors:** none
**Portfolio** (total: $187.23)
Token Units Price Value
------------ ----------- ---------- ----------
SOL 2.0639 $81.4996 $168.20
USDC 19.0286 $1.0000 $19.03
| 检查项 | 端点 | 备注 |
|---|---|---|
| API 健康状况 | GET / | 返回版本号 |
| Gateway | `docker ps | grep gateway` |
| 活跃机器人 | GET /bot-orchestration/status | 列出控制器配置 |
| 活跃执行器 | POST /executors/search | 过滤掉 CLOSED/FAILED 状态 |
| 投资组合 | POST /portfolio/history | 带价格的最新余额 |
每周安装量
122
代码库
GitHub 星标数
24
首次出现
Mar 1, 2026
安全审计
安装于
codex120
cursor119
opencode119
gemini-cli118
kimi-cli118
github-copilot118
An OpenClaw cron skill that runs every hour and delivers a formatted Hummingbot status report to your connected chat channel (Telegram, Discord, etc.). Covers API health, Gateway container, active bots/controllers, executors, and portfolio balances.
clawhub install hummingbot-heartbeat
Or manually clone into your skills directory.
Ask your OpenClaw agent:
"Set up the hummingbot-heartbeat cron job"
The agent will resolve the skill path and register it with openclaw cron. Or do it manually:
# Replace <SKILL_PATH> with the actual installed path
openclaw cron add \
--name "hummingbot-heartbeat" \
--description "Hourly Hummingbot status check" \
--every 1h \
--announce \
--channel telegram \
--message "Run this and send output verbatim: python3 <SKILL_PATH>/scripts/bot_status.py"
python3 scripts/bot_status.py
python3 scripts/bot_status.py --json
Set via environment variables or a .env file in the skill directory:
# .env (optional — defaults shown)
HUMMINGBOT_API_URL=http://localhost:8000
API_USER=admin
API_PASS=admin
| Variable | Default | Description |
|---|---|---|
HUMMINGBOT_API_URL | http://localhost:8000 | Hummingbot API base URL |
API_USER | admin | API username |
API_PASS | admin | API password |
hummingbot-deploy skill)🤖 Hummingbot Status — Feb 28, 2026 09:06 AM
**Infrastructure**
API: ✅ Up (v1.0.1)
Gateway: ✅ Up 17 hours
**Active Bots:** none
**Active Executors:** none
**Portfolio** (total: $187.23)
Token Units Price Value
------------ ----------- ---------- ----------
SOL 2.0639 $81.4996 $168.20
USDC 19.0286 $1.0000 $19.03
| Check | Endpoint | Notes |
|---|---|---|
| API health | GET / | Returns version |
| Gateway | `docker ps | grep gateway` |
| Active bots | GET /bot-orchestration/status | Lists controller configs |
| Active executors | POST /executors/search | Filters out CLOSED/FAILED |
| Portfolio | POST /portfolio/history | Latest balances with prices |
Weekly Installs
122
Repository
GitHub Stars
24
First Seen
Mar 1, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex120
cursor119
opencode119
gemini-cli118
kimi-cli118
github-copilot118
前端性能优化指南:识别瓶颈与优化策略,提升LCP、FID、CLS核心指标
42,500 周安装