stats

Generate a live trading wallet dashboard with equity, exposure, and open positions.

40|12|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/Degenapetrader/EVClaw --skill stats-degenapetrader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stats
Source: https://github.com/Degenapetrader/EVClaw/tree/main/openclaw_skills/stats
Command: npx skills add https://github.com/Degenapetrader/EVClaw --skill stats-degenapetrader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires urllib3, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a clear, real-time overview of your trading wallet's financial status, including equity, open positions, and recent activity.

Core Features & Use Cases

  • Live Equity & Exposure: Fetches current wallet equity and net/long/short notional exposure directly from the Hyperliquid API.
  • Position Overview: Lists open positions with their notional value, current mid-price, and unrealized PnL.
  • Recent Activity: Shows recent profitable closes from the last hour as a fallback.
  • Use Case: Check your overall trading performance and risk exposure at a glance before making new trading decisions.

Quick Start

Run the stats skill to get a summary of your wallet's current financial status.

Frequently Asked Questions about stats

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track live trading equity and exposure on Hyperliquid?

To track live trading equity and exposure on Hyperliquid, you can generate a dashboard that fetches current wallet equity and net/long/short notional exposure directly from the API to display your financial status.

Can I view open positions and unrealized PnL for my wallet?

Yes, you can view open positions and unrealized PnL for your wallet. The dashboard lists open positions with their notional value, current mid-price, and unrealized PnL to provide a complete position overview.

What happens to wallet stats if the live API is unavailable?

If the live API is unavailable, wallet stats fall back to database snapshots. This fallback mechanism displays recent profitable closes from the last hour to ensure continuous reporting.

How do I generate a trading dashboard for a specific wallet address?

To generate a trading dashboard for a specific wallet address, you can supply the optional wallet address and database path arguments. This allows for flexible reporting tailored to your specific Hyperliquid account.

Does this wallet dashboard tool support custom database paths?

Yes, this wallet dashboard tool supports custom database paths. By providing an optional database path argument, you can configure the fallback data source for flexible reporting when live API data is inaccessible.