galleonlabs

26 mods across 1 repository, 24 stars between them.

hypergrok

02

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.

24 2d ago A tokens not measured original MIT

desk-lead

03

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.

24 2d ago B 31 tokens original MIT

execution-trader

04

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.

24 2d ago A 41 tokens original MIT

risk-manager

07

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.

24 2d ago A 33 tokens original MIT

strategist

08

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.

24 2d ago A 44 tokens original MIT

trade-reviewer

09

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.

24 2d ago A 36 tokens original MIT

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.

24 2d ago A 65 tokens original MIT

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…

24 2d ago A 78 tokens original MIT

desk-monitoring

13

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.

24 2d ago A 69 tokens original MIT

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.

24 2d ago A 66 tokens original MIT

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…

24 2d ago A 73 tokens original MIT

desk-risk-limits

16

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".

24 2d ago A 71 tokens original MIT

desk-strategy-lab

17

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…

24 2d ago A 82 tokens original MIT

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.

24 2d ago A 77 tokens original MIT

hyperliquid-account

19

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…

24 2d ago B 86 tokens original MIT

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…

24 2d ago A 105 tokens original MIT

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…

24 2d ago A 99 tokens original MIT

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…

24 2d ago B 89 tokens original MIT

hyperliquid-orders

23

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…

24 2d ago A 88 tokens original MIT

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…

24 2d ago B 85 tokens original MIT