ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 4/5

crypto-daily-dashboard

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.

Why use this skill?

Monitor Binance balances, crypto prices, market sentiment, and financial runway with the Crypto Daily Dashboard for OpenClaw. Easy setup and terminal-ready UI.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dagangtj/crypto-daily-dashboard
Or

What This Skill Does

The crypto-daily-dashboard is a high-utility monitoring tool designed for OpenClaw agents to track financial health and market sentiment in a single glance. It aggregates data from multiple sources—including the Binance API for portfolio tracking, CoinGecko for real-time market pricing, and Alternative.me for the Fear & Greed index—to provide a comprehensive terminal-based dashboard. It is built as a zero-dependency Node.js script, making it lightweight and highly portable for any OpenClaw workspace. Beyond just showing price tickers, it calculates critical insights like unrealized PnL, runway projections, and funding rates, which are essential for traders looking to capitalize on negative funding rate opportunities.

Installation

To integrate this into your agent, simply ensure you have Node.js installed in your environment. You can install the skill by running the command: clawhub install openclaw/skills/skills/dagangtj/crypto-daily-dashboard. Once installed, you can configure your Binance API credentials by exporting BINANCE_API_KEY and BINANCE_API_SECRET as environment variables. If you choose not to provide these, the dashboard will gracefully degrade, continuing to display market prices, sentiment analysis, and general crypto news without account-specific data.

Use Cases

This skill is ideal for crypto enthusiasts and professional traders who rely on fast, reliable, and clean terminal output. It serves as a personal finance tracker, allowing users to keep an eye on their total asset runway and income/expense tracking alongside market activity. It is particularly effective when automated as a daily cron job, providing an automated morning briefing on the state of the crypto market and the user's personal portfolio status without requiring manual checking of multiple websites.

Example Prompts

  1. "OpenClaw, please run the crypto-daily-dashboard and show me my current portfolio balance and market sentiment."
  2. "Schedule a daily update for 9:00 AM using the crypto-daily-dashboard so I can review my financial runway."
  3. "Run the crypto-daily-dashboard to see which assets have negative funding rates for my current strategy."

Tips & Limitations

To maximize security, always ensure your Binance API keys have read-only permissions; never grant withdrawal access to your agent. Since the tool relies on public APIs for non-account data, it is generally stable, but API rate limits may be hit during periods of extreme market volatility if refreshed too rapidly. If data fails to load, verify your internet connection and ensure your environment variables are correctly sourced in your current shell session. Always prioritize using your own API credentials for accurate portfolio tracking.

Metadata

Author@dagangtj
Stars3409
Views1
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dagangtj-crypto-daily-dashboard": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#crypto#dashboard#finance#binance#trading
Safety Score: 4/5

Flags: network-access, external-api, code-execution