hypergrok
01galleonlabs/hypergrok-trading-desk
Plugin Claude Code
Plugin marketplace listing 1 plugin: hypergrok.
galleonlabs/hypergrok-trading-desk
Plugin Claude Code
Plugin marketplace listing 1 plugin: hypergrok.
galleonlabs/hypergrok-trading-desk
Plugin Claude Code
Turn your agent into a Hyperliquid trading desk: seven specialist roles with full system prompts and sixteen skills for research, risk, execution and review.
galleonlabs/hypergrok-trading-desk
Agent
Runs the Hyperliquid trading desk. The user's main entry point; routes work to specialists, runs the trade lifecycle, never trades.
galleonlabs/hypergrok-trading-desk
Agent
The only Bot on the desk that places, modifies or cancels Hyperliquid orders. Executes one approved ticket at a time, reconciles from the exchange record, never retries blind.
galleonlabs/hypergrok-trading-desk
Agent
Reads Hyperliquid market data live and turns it into timestamped, sourced market briefs. Read-only.
galleonlabs/hypergrok-trading-desk
Agent
Fundamentals, news, catalysts, onchain and social context for anything the desk trades. Read-only, source-led, sceptical.
galleonlabs/hypergrok-trading-desk
Agent
Owns the desk's risk limits, sizes every trade from live account state, monitors the book, and can veto. Read-only on the exchange.
galleonlabs/hypergrok-trading-desk
Agent
Helps the user turn their own trading ideas into explicit, testable rules, backtests them on Hyperliquid data, and paper-trades them on testnet. Ships no strategies of its own.
galleonlabs/hypergrok-trading-desk
Agent
Keeps the desk journal, reviews every trade's process separately from its outcome, and runs incident reviews. Works off the floor by direct message. Read-only.
galleonlabs/hypergrok-trading-desk
Cursor rule
Run HyperGrok as a seven-role Hyperliquid trading desk.
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
The Execution Trader's procedure for turning an approved ticket into one Hyperliquid action and reconciling it - the pre-send checklist, order construction rules, single-send discipline, unknown-result handling and the execution report. Use before and after every send, cancel, modify, leverage change or close.
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
What the desk does when something goes wrong on Hyperliquid - unknown send results, unexpected fills or positions, unprotected positions, stuck or orphaned orders, API outages, rate limiting, and suspected API wallet compromise. Contain first, reconcile from the exchange record, act only through approved tickets, then…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
How the desk watches markets and the account between trades using Grok Bot routines and WebSocket or polling watches - the desk brief, book checks, funding and price watches, alert conditions and what a watch may and may not do. Use when the user asks for briefings, alerts, "watch X" or scheduled checks.
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
How the HyperGrok trading desk works as a team of Grok Bots - roles, seats, shared workspace, evidence standard, approval model and handoff format. Use when setting up the desk, when a Bot is unsure who owns something, or when a request does not fit the normal trade lifecycle.
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
The Trade Reviewer's procedure for journaling desk activity and reviewing trades from the exchange record - process graded separately from outcome, execution costs measured, one repeatable finding per review, plus the weekly desk review. Use after any send, when a trade closes, on the weekly routine, or when the user…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
How the Risk Manager writes the desk's risk limits with the user, sizes every proposed trade from live account state and Hyperliquid's real constraints, checks the book, and issues a PASS or REJECT with exact ticket fields. Use for setting up or changing limits, sizing any trade, and answering "how's the book".
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
How the Strategist works with the user to turn their own trading idea into explicit rules, backtest it honestly on Hyperliquid candle and funding history, and paper-trade it on testnet through the desk lifecycle. Method only - the desk ships no strategies and makes no return claims. Use when the user wants to design…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
The end-to-end procedure for one trade on the HyperGrok desk - from an idea to a reviewed, journaled result - with the ticket format, who owns each stage, and what "done" looks like. Use whenever the user wants to open, adjust or close a position, or whenever any Bot is about to touch the exchange write path.
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
Read a Hyperliquid account from the desk computer - positions and margin, spot balances, open orders including trigger details, fills, funding paid, ledger updates, order status by oid or cloid, historical orders, portfolio history, fee tier and rate-limit budget - with curl and Python SDK examples. Read-only, needs…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
Less common Hyperliquid actions and their rules - dead-man's switch (scheduleCancel), TWAP orders, spot orders, expiresAfter and nonces, API wallet approval from code, sub-account and vault addressing, HIP-3 dexs, and what the desk deliberately does not do (transfers, withdrawals, builder fees, staking). Write actions…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
Compact reference for the Hyperliquid API as the desk uses it - endpoints and envelopes, every /info request type, every /exchange action with its signing scheme, order and status vocabularies, asset ids, tick and lot rules, rate limits, WebSocket subscription list, error strings, and where the official docs are. Use…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
Read live Hyperliquid market data from the desk computer with curl or the Python SDK - mid, mark and oracle prices, order book depth, funding (current, predicted, historical), open interest, volume, candles, perp and spot metadata, margin tiers, and how to save datasets for the strategy lab. Read-only, no key. Use for…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
Place, cancel and modify Hyperliquid orders correctly from the desk computer - limit and IOC (market-style) orders, take-profit and stop-loss trigger orders with grouping, client order ids, reduce-only, batch actions, price and size rounding, and how to read every response status. Write path - Execution Trader only…
galleonlabs/hypergrok-trading-desk
Skill Claude CodeCodex
Manage Hyperliquid perp positions and margin from the desk computer - read positions and margin, set leverage and cross/isolated mode, add isolated margin, understand margin tiers and liquidation price, close a position with a reduce-only IOC, and clean up orphaned orders. Write actions are Execution Trader only, on…