Crypto Daily Dashboard
name: crypto-daily-dashboard
by dagangtj · published 2026-03-22
$ claw add gh:dagangtj/dagangtj-crypto-daily-dashboard---
name: crypto-daily-dashboard
description: All-in-one crypto dashboard showing Binance portfolio, BTC/ETH/SOL prices, Fear & Greed index, top funding rates, and economic tracking. Beautiful terminal UI. Configurable via environment variables.
metadata:
{
"openclaw": {
"requires": { "bins": ["node"] }
}
}
---
# Crypto Daily Dashboard
A comprehensive cryptocurrency financial dashboard that displays:
Features
Installation
No installation needed - just configure and run!
Configuration
Required (for Binance balance)
export BINANCE_API_KEY="your_api_key"
export BINANCE_API_SECRET="your_api_secret"Optional
The dashboard works without API keys - it will show crypto prices and market sentiment using public APIs.
Usage
Basic
node dashboard.jsFrom OpenClaw
exec node ~/.openclaw/workspace/skills/crypto-daily-dashboard/dashboard.jsAs a cron job
Add to your OpenClaw cron:
openclaw cron add "0 9 * * *" "node ~/.openclaw/workspace/skills/crypto-daily-dashboard/dashboard.js" --label "daily-crypto-dashboard"Output Example
╔══════════════════════════════════════════════╗
║ 💰 每日财务仪表盘 | 2026-02-26 09:00 ║
╚══════════════════════════════════════════════╝
📊 Binance 账户
────────────────────────────────────────
现货: $1,234.56
合约: $5,678.90
总计: $6,913.46 USDT
未实现盈亏: $123.45
📈 主要加密货币
────────────────────────────────────────
bitcoin $ 65432.10 +2.3%
ethereum $ 3456.78 -1.2%
solana $ 123.45 +5.6%
🎭 市场情绪
────────────────────────────────────────
😊 Greed: 67/100
💸 Funding Rate (负费率=做多赚钱)
────────────────────────────────────────
BTC -0.0123% 年化(3x): 13%
ETH -0.0089% 年化(3x): 9%
🏦 经济状态
────────────────────────────────────────
🟢 状态: THRIVING
💰 余额: $10,000.00
📈 总收入: $15,000.00
📉 总支出: $5,000.00
⏳ 跑道: 365 天
══════════════════════════════════════════════
💡 记住:不赚钱拔网线 | 安全第一 | 复利增长
══════════════════════════════════════════════Data Sources
Security
Troubleshooting
"无法获取" (Cannot fetch)
Rate limiting
The script uses multiple data sources with fallbacks. If one source is rate-limited, it automatically tries alternatives.
License
MIT
Author
Created for OpenClaw agent ecosystem
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...