hyperliquid
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/anajuliabit/hyperliquid-tradingWhat This Skill Does
The Hyperliquid Trading Skill is a robust interface for the Hyperliquid perpetual futures decentralized exchange, allowing OpenClaw agents to manage portfolios and execute trades programmatically. It handles everything from real-time monitoring of account balances, open positions, and unrealized P&L, to the execution of complex trading strategies including limit orders and market orders. By bridging the OpenClaw agent with the Hyperliquid API, this skill transforms your terminal into a powerful, automated trading desk that provides data-driven feedback on market conditions and current wallet status.
Installation
To integrate this skill into your environment, use the OpenClaw management utility:
clawhub install openclaw/skills/skills/anajuliabit/hyperliquid-trading
Once installed, navigate to the skill directory and ensure dependencies are met:
cd skills/hyperliquid/scripts && npm install
To enable trading capabilities, set your HYPERLIQUID_PRIVATE_KEY as an environment variable. For read-only insights, the HYPERLIQUID_ADDRESS suffices. For testnet environments, toggle the HYPERLIQUID_TESTNET=1 flag.
Use Cases
This skill is perfect for traders and developers building automated market-making or algorithmic strategies. Use it to:
- Monitor live crypto portfolios and track unrealized gains or losses.
- Automate entry and exit points for perpetual positions without manual GUI interaction.
- Perform bulk order cancellations during high-volatility events.
- Retrieve real-time asset pricing to inform automated decision-making processes.
Example Prompts
- "What is my current balance on Hyperliquid and do I have any open positions on BTC?"
- "Place a market buy order for 0.5 ETH at current prices."
- "Cancel all my open orders for SOL to clear the slate."
Tips & Limitations
Always exercise caution when automating financial transactions. This skill includes safety guardrails: it validates slippage on market orders and provides warnings if a trade exceeds 20% of your account equity. Before executing significant trades, the agent will prompt for confirmation. Ensure your environment variables are stored securely and never share your private keys. Remember that Hyperliquid operates on a non-custodial basis, and the agent acts as a client; thus, network connectivity is essential for live order management. Always cross-reference agent-calculated P&L with the exchange UI during early deployment phases.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-anajuliabit-hyperliquid-trading": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
mamo
Interact with Mamo DeFi yield strategies on Base (Moonwell). Deposit/withdraw USDC, cbBTC, MAMO, or ETH into automated yield strategies. Check APY rates and account status.
memoclaw
Memory-as-a-Service for AI agents. Store and recall memories with semantic vector search. 100 free calls per wallet, then x402 micropayments. Your wallet address is your identity.