1363/hyperliquid-dashboard/SKILL.md
Real-time Hyperliquid wallet monitoring dashboard — positions, orders, and account stats in your browser. Supports native perps + all HIP-3 builder dex markets (stocks, RWA, commodities).
npx skillsauth add starchild-ai-agent/community-skills @1363/hyperliquid-dashboardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Real-time Hyperliquid wallet monitoring dashboard — positions, orders, and account stats in your browser.
Generates a clean, auto-refreshing dashboard showing:
Zero backend required — runs entirely in the browser using Hyperliquid's public API.
# From workspace root
cd skills/hyperliquid-dashboard
# Open index.html in browser or use preview_serve
# Install Vercel CLI (if needed)
npm i -g vercel
# Deploy
cd skills/hyperliquid-dashboard
vercel deploy --prod
Or: Drag the folder into vercel.com for one-click deploy.
# Push to GitHub
git add skills/hyperliquid-dashboard
git commit -m "Add HL dashboard"
git push
# Connect repo to Vercel for auto-deploys on push
Pro tip: Deploy to Vercel, bookmark the URL on your phone, and you've got a mobile position monitor.
https://api.hyperliquid.xyz/info)clearinghouseState + openOrders for native perps, plus same for each builder dex (xyz, flx, vntl, etc.)perpDexs endpointindex.html contains everything (HTML, CSS, JS)skills/hyperliquid-dashboard/
├── SKILL.md # This file
├── index.html # The dashboard (single-file app)
├── README.md # Deployment guide
└── vercel.json # Vercel config (optional)
Edit index.html directly to:
Account Summary: | Metric | Value | |--------|-------| | Account Value | $214.52 | | Unrealized PnL | +$22.15 | | Margin Used | $25.10 | | Available Margin | $189.42 | | Leverage | 1.12x |
Positions Table: | Coin | Side | Size | Entry | Mark | Liq Price | uPnL | ROE% | |------|------|------|-------|------|-----------|------|------| | BTC | Short | 0.01286 | $72,837 | $71,231 | $132,641 | +$21.73 | +23.2% |
Orders Table: | Coin | Side | Size | Limit Price | Reduce Only | Order ID | |------|------|------|-------------|-------------|----------| | BTC | Sell | 0.00235 | $73,800 | No | 1234567890 | | BTC | Sell | 0.00235 | $74,100 | No | 1234567891 |
@1363/position-snapshot — Generate OHLC charts with position overlays@1363/profit-poster — Create trade recap images with PnL summary@1363/hl-trader-rankings — Analyze and rank Hyperliquid traders@1363/copy-trade — Auto-mirror profitable trader positionsBlank screen / loading forever:
No positions showing:
Rate limit errors:
Install: Install @1363/hyperliquid-dashboard
Author: @1363
Version: 2.0.0
Last Updated: 2026-03-06
development
OpenSea API integration for NFT and token discovery, marketplace intelligence, and order/transaction workflows. Use when working with OpenSea data or trading flows (e.g. collection stats, trending collections/tokens, NFT metadata, listings/offers, swap quotes, transaction receipt polling).
development
Generate a warm, healing parallel-universe fairy tale (~1000 words) plus 3 cohesive storybook illustrations, themed "if this person had never been born, what would the world miss." Output is a polished HTML storybook that can be previewed and published. Use when the user wants a personalized "if I had never been born" / "如果我没出生" tale for a real person — input is a name, age, and 3 key life events. Great for birthdays, memorials, encouragement gifts, or healing keepsakes.
development
Onboard a user to Phala Cloud and deploy a verifiable Starchild TEE agent — a minimal FastAPI runtime running inside an Intel TDX confidential VM, plus a published chat dashboard with attestation verification. Use when the user wants to "try TEE", "run an agent in a confidential VM", "deploy to Phala", or replicate the internal Starchild TEE test setup.
tools
Trade on Polymarket prediction markets (CLOB V2) from a Privy EOA wallet. Search markets, place/cancel orders, manage positions. No private key handling. Use when the user wants to bet on event outcomes (e.g. "buy YES at 0.65 on the ceasefire market", "what are my open positions", "close my Trump bet").