stats

star 38

Deterministic wallet dashboard. `/stats` shows live equity/exposure/positions/health for the user wallet (perps + builder/HIP3, live-first with DB fallback).

Degenapetrader By Degenapetrader schedule Updated 2/22/2026

name: stats description: "Deterministic wallet dashboard. /stats shows live equity/exposure/positions/health for the user wallet (perps + builder/HIP3, live-first with DB fallback)." user-invocable: true metadata: {"openclaw":{"requires":{"bins":["python3"]}}}

/stats (deterministic, live-first)

Goal: one-shot snapshot of the user wallet.

  • Live-first: fetch from Hyperliquid API.
  • DB fallback only when live fetch fails.

Run:

EVCLAW_ROOT="${EVCLAW_ROOT:-$HOME/.openclaw/skills/EVClaw}" \
python3 "$EVCLAW_ROOT/openclaw_skills/stats/scripts/generate_stats.py"

Options:

  • --wallet 0x... (defaults to HYPERLIQUID_ADDRESS)
  • --db /path/to/evclaw/ai_trader.db

Output: compact, actionable, normie-friendly.

Install via CLI
npx skills add https://github.com/Degenapetrader/EVClaw --skill stats
Repository Details
star Stars 38
call_split Forks 12
navigation Branch main
article Path SKILL.md
More from Creator
Degenapetrader
Degenapetrader Explore all skills →