Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/alsk1992/cloddsbot/hyperliquidnpx skills add alsk1992/CloddsBot --skill hyperliquidgit clone --depth 1 https://github.com/alsk1992/CloddsBotWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00019 | $0.01605 |
| Opus 5 | $0.00010 | $0.00803 |
| Sonnet 5 | $0.00004 | $0.00321 |
| Haiku 4.5 | $0.00002 | $0.00161 |
Grade A, and why
hyperliquid scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 201 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Hyperliquid
Full integration with the dominant perpetual futures DEX. 130+ perp markets, spot trading, HLP vault, TWAP orders.
Quick Start
# Set credentials
export HYPERLIQUID_WALLET="0x..."
export HYPERLIQUID_PRIVATE_KEY="0x..."
# Check balance
/hl balance
# Open a position
/hl long BTC 0.1
/hl short ETH 1 3000
# Close position
/hl close BTC
Commands
Market Data
| Command | Description |
|---|---|
/hl stats |
HLP TVL, APR, top funding rates |
/hl markets [query] |
List perp/spot markets |
/hl price <coin> |
Get current price |
/hl book <coin> |
Show orderbook depth |
/hl candles <coin> [1m|5m|15m|1h|4h|1d] |
OHLCV candle data |
/hl funding [coin] |
Funding rates (current + predicted) |
Account
| Command | Description |
|---|---|
/hl balance |
Positions, balances, margin |
/hl portfolio |
PnL breakdown (day/week/month/all) |
/hl orders |
List open orders |
/hl orders cancel <coin> [orderId] |
Cancel orders |
/hl orders cancelall |
Cancel all orders |
/hl fills [coin] |
Recent trade fills |
/hl history |
Order history |
Trading
| Command | Description |
|---|---|
/hl long <coin> <size> [price] |
Open long position |
/hl short <coin> <size> [price] |
Open short position |
/hl close <coin> |
Close position at market |
/hl closeall |
Close all positions |
/hl leverage <coin> <1-50> |
Set leverage |
/hl margin <coin> <amount> |
Add/remove isolated margin |
Examples:
/hl long BTC 0.1 # Market long 0.1 BTC
/hl long BTC 0.1 45000 # Limit long at $45,000
/hl short ETH 1 # Market short 1 ETH
/hl close BTC # Close BTC position
/hl leverage BTC 10 # Set 10x leverage
TWAP Orders
Execute large orders over time to minimize slippage.
| Command | Description |
|---|---|
/hl twap buy <coin> <size> <minutes> |
Start TWAP buy |
/hl twap sell <coin> <size> <minutes> |
Start TWAP sell |
/hl twap cancel <coin> <twapId> |
Cancel TWAP |
/hl twap status |
Show active TWAP fills |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 201 lines · 19 tokens per session scan A df5b3801e590
hyperliquid is a skill published in the GitHub repository alsk1992/CloddsBot (821 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 1,605 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
agent-uat
AI 에이전트가 마크다운 시나리오를 읽고 사용자와 인터랙티브하게 실행하여 WAIaaS 기능을 메인넷/테스트넷에서 검증하는 시스템이다.
aomi-transact
Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…
aomi-transact
Build natural-language crypto agents, web3 assistants, and trading bots that read and write EVM chain state. Aomi turns prompts ("swap 1 ETH for USDC", "open a 3x GMX long", "bet $100 on Polymarket") into wallet-signed transactions on Ethereum, Base, Arbitrum, Optimism, Polygon, Linea — non-custodial, fork-simulated.…
binance-tokenized-securities-info
Query Ondo tokenized US stock data on Binance Web3. Covers: supported stock token list, RWA metadata (company info, attestation reports), market and per-asset trading status (with corporate action codes for earnings, dividends, splits), real-time on-chain data (token price, holders, circulating supply, market cap), US…
payment-assistant
Binance Pay Assistant - Send and Receive crypto payments. Send: QR code payment from Funding Wallet (C2C + PIX). Use when user wants to buy/purchase/pay/transfer/send, confirm/cancel payment, or query order status. Requires QR code data. PIX QR codes (pix, br.gov.bcb.pix) are auto-detected. Receive: Generate QR codes…
ccxt-cli
CCXT command-line interface (ccxt-cli) for interacting with 100+ cryptocurrency exchanges directly from the terminal — no code required. Covers installing the CLI, calling any unified CCXT method (fetchTicker, fetchOHLCV, createOrder, fetchBalance), passing arguments and exchange-specific params, authenticating with…