A wiki entry, structured for language models.
Read the markdown.
Dwellir hyperliquid-skills
Open skill set for placing and managing Hyperliquid positions from an agent. Thin on backtest/deploy.
An open skill set for placing and managing Hyperliquid positions from an agent. It uses the agent-wallet delegation model so the bot can trade but not withdraw.
It is thin on backtest and deploy tooling, so it suits an agent that already has its own lifecycle.
Score breakdown
| Criterion | Score |
|---|---|
| Execution | 3 / 5 |
| Safety | 3 / 5 |
| Lifecycle | 2 / 5 |
| Agent-native | 4 / 5 |
| Openness | 5 / 5 |
| Weighted total | 3.30 / 5 |
Per the methodology. Estimates from public docs and code, not paid placements.
Related
- Hyperliquid An on-chain perpetuals venue with a fully on-chain order book, sub-second blocks, and gas-free order actions, unusually friendly to autonomous agents.
- MCP (Model Context Protocol) A standard way to hand an AI model a set of typed tools it can call. For trading, the server holds the keys and signs orders; the model only sees tools.
- Agent wallet A delegated key that can place and cancel orders for an account but cannot withdraw funds. If it leaks, the worst case is unwanted trades, not a drained account.