Use Case
Stop doing repetitive finance & investment tasks manually. Hyperliquid lets your AI agent handle them automatically through natural conversation. Read-only Hyperliquid market data assistant (perps + spot optional) with support for natural-language requests and deterministic command parsing (terminal-style `hl ...` and slash-style `/hl ...`). Use to fetch quotes (mark/mid/oracle/funding/OI/volume), top movers, funding rankings, L2 order book, and candle snapshots via https://api.hyperliquid.xyz/info, and to format results for chat. This guide shows practical examples of using Hyperliquid to automate common finance & investment workflows and save hours every week.
Install Hyperliquid: npx clawhub@latest --dir ~/.claude/skills install hyperliquid
Identify the repetitive finance & investment tasks you want to automate
Describe the task to your AI in plain English
Hyperliquid will execute the task and return results directly in the chat
Chain multiple tasks: ask your AI to run a sequence of operations
Copy these prompts and use them with your AI agent after installing Hyperliquid
Automate my finance & investment tasks using Hyperliquid
What repetitive tasks can Hyperliquid handle for me?
Set up a workflow that runs Hyperliquid every morning
Select your agent
Option 1: Install via CLI (recommended)
Recommended (no pre-install needed)
npx clawhub@latest --dir ~/.claude/skills install hyperliquidOr via clawhub CLI (if already installed)
clawhub --dir ~/.claude/skills install hyperliquidβ οΈ Requires Node.js 18+. No Node? Use Option 2 below to download the ZIP instead. Install Node.js β
Option 2: Manual install (no Node required)
Download the ZIP, extract it, and place the folder at the path below. Restart your agent to activate.
Install path
~/.claude/skills/hyperliquid/π‘Extract and place the folder at the path above, then restart your agent.