Install
openclaw skills install crypto-daily-dashboardAll-in-one crypto dashboard showing Binance portfolio, BTC/ETH/SOL prices, Fear & Greed index, top funding rates, and economic tracking. Beautiful terminal U...
openclaw skills install crypto-daily-dashboardA comprehensive cryptocurrency financial dashboard that displays:
No installation needed - just configure and run!
export BINANCE_API_KEY="your_api_key"
export BINANCE_API_SECRET="your_api_secret"
The dashboard works without API keys - it will show crypto prices and market sentiment using public APIs.
node dashboard.js
exec node ~/.openclaw/workspace/skills/crypto-daily-dashboard/dashboard.js
Add to your OpenClaw cron:
openclaw cron add "0 9 * * *" "node ~/.openclaw/workspace/skills/crypto-daily-dashboard/dashboard.js" --label "daily-crypto-dashboard"
╔══════════════════════════════════════════════╗
║ 💰 每日财务仪表盘 | 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 天
══════════════════════════════════════════════
💡 记住:不赚钱拔网线 | 安全第一 | 复利增长
══════════════════════════════════════════════
The script uses multiple data sources with fallbacks. If one source is rate-limited, it automatically tries alternatives.
MIT
Created for OpenClaw agent ecosystem