Crypto Daily Dashboard
by @dagangtj
All-in-one crypto dashboard showing Binance portfolio, BTC/ETH/SOL prices, Fear & Greed index, top funding rates, and economic tracking. Beautiful terminal U...
clawhub install crypto-daily-dashboard๐ About This Skill
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.js
From OpenClaw
exec node ~/.openclaw/workspace/skills/crypto-daily-dashboard/dashboard.js
As 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
๐ก Examples
Basic
node dashboard.js
From OpenClaw
exec node ~/.openclaw/workspace/skills/crypto-daily-dashboard/dashboard.js
As 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"
โ๏ธ 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.
๐ Tips & Best Practices
"ๆ ๆณ่ทๅ" (Cannot fetch)
Rate limiting
The script uses multiple data sources with fallbacks. If one source is rate-limited, it automatically tries alternatives.