galleonlabs
OrganizationTurn your Grok Bot into a 7-agent Hyperliquid trading desk. Roles, system prompts and skills your Bots use to research, size, execute and review.
Categories
Indexed Skills (46)
hyperliquid-market-data
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 any market brief, depth read, funding question or data pull.
hypergrok-bootstrap
Build and verify a HyperGrok trading desk from the pinned public release. Use for first-run setup, repair, or a readiness check. Starts with a live zero-key Opening Bell, installs the seven role profiles and seventeen shared skills, prepares the Trading Floor, and returns an evidence receipt. Read-only by default; never requests a wallet or places an order.
desk-operating-model
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.
desk-risk-limits
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".
hyperliquid-api-reference
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 to look up an exact field, request type or limit before writing a call, and to map an error string to its cause.
hyperliquid-websocket
Subscribe to live Hyperliquid data over WebSocket from the desk computer - mids, order book, trades, candles, best bid/offer, and per-account fills, order updates and events - with raw JSON, Python SDK and TypeScript examples, plus how to run a supervised watch that logs to a file and alerts. Read-only. Use for monitoring, fill notifications and any watch that polling would make expensive.
desk-execution-protocol
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.
desk-incident-response
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 review. Use the moment anything does not match the ticket.
desk-monitoring
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.
desk-post-trade-review
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 asks "how did that go".
desk-strategy-lab
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, test, compare or paper-trade an idea.
desk-trade-lifecycle
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.
hyperliquid-advanced
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 are Execution Trader only, on an approved ticket. Use when a ticket asks for one of these or when a user asks whether the desk can.
hyperliquid-orders
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, on an approved ticket. Use for any order action and for reconciling by cloid.
hyperliquid-positions
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 an approved ticket. Use for leverage changes, closes, protection checks and margin questions.
hyperliquid-account
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 only the account address. Use for sizing inputs, book checks, reconciliation and reviews.
hyperliquid-setup
Prepare the desk computer to work with Hyperliquid - install the SDKs, pick testnet or mainnet, verify connectivity, and (only when the user asks) provision a trade-only API wallet through the secure secret store and verify it is approved. Use during desk setup, when moving between research, testnet and mainnet levels, when a key is rotated, or when any Hyperliquid call fails with an environment problem.
sell-unused-tokens
List leftover LLM API credits on tokensto.cash and cash out USDC. Use when the user wants to sell unused OpenRouter, OpenAI, Anthropic, Gemini, Venice, Capminal, DeepSeek, Groq, Mistral, or other provider credits, recover prepaid or included API capacity for cash, cash out tokensto.cash USDC, or list on Surplus Intelligence through tokensto.cash.
galleon-defi-data
Connect official CoinGecko, DefiLlama and AIXBT data tools and evaluate prices, protocol metrics, crypto narratives and yield evidence. Use when configuring data access, researching DeFi markets, or reconciling source identity, freshness and coverage.
galleon-defi-derivatives
Assess perpetuals, options and funding-rate derivatives, prepare bounded exposure plans, and reconcile order and margin state. Use when comparing GMX, Drift, Derive, Jupiter Perps or Boros, planning hedges, monitoring positions or recovering orders.
galleon-defi-governance
Use when researching DAO proposals, checking voting power, preparing votes or delegation, or tracking timelock and treasury execution. Separate governance analysis from public actions and use official Snapshot, Governor, Cactus and Safe interfaces.
hyperliquid-analyze
Assess Hyperliquid markets, funding, liquidity, catalysts, venue mechanics, account modes, and strategy evidence before a trade is planned. Use when the user asks what is happening, whether an opportunity or claim is credible, how a market works, or how to test an idea. Read-only; not for sizing an exact order, account monitoring, or execution.
hyperliquid-engineer
Implement or review Hyperliquid market-data, account, order, signing, WebSocket, risk, reconciliation, and automation software. Use when the user asks for an SDK integration, adapter, bot, watcher, test suite, signature debugging, account-mode support, or production hardening. Not for choosing a trade or executing a user's account action.
hyperliquid-execute
Safely carry out a user-requested Hyperliquid trading action through a trusted signer, then reconcile the exchange record. Use only when the user explicitly asks to place, cancel, modify, reduce, close, set a trigger or TWAP, change leverage, or change isolated margin and an exact reviewed ticket exists. Requires fresh approval by ticket ID.
hyperliquid-monitor
Reconcile a Hyperliquid account, position, order, fill, funding stream, liquidation buffer, or watch from current exchange data. Use when the user asks what is open, whether protection exists, whether an order filled, how close liquidation is, what changed, or to watch and alert on a condition. Read-only; not for placing, changing, or canceling orders.
hyperliquid-plan
Build an exact unsigned Hyperliquid ticket for an entry, exit, reduction, cancel, modify, trigger order, TWAP, leverage change, or isolated-margin change. Use when the user has chosen an intent and asks for size, limits, order fields, risk checks, or a preflight plan. Planning only; not for market selection, live monitoring, signing, or submission.
hyperliquid-review
Journal and review Hyperliquid orders, fills, positions, funding, fees, incidents, and trading process from the exchange record. Use when an action or trade has completed, for a daily or weekly review, or when the user asks what execution cost, outcome, or control failure occurred. Read-only; not for market research, planning, or execution.
galleon-defi-infra
Set up and diagnose DeFi agent infrastructure, RPC access, managed wallets, payment permissions and Hermes tool connections. Use when onboarding or resolving connection failures before protocol-specific activity; market-data methodology belongs to the data workflow.
lp-analyze
Assess and compare Uniswap v2, v3, or v4 and Aerodrome or Slipstream liquidity pools before capital is deployed. Use when the user asks which pool to choose, whether LP yield is real, how fees compare with incentives and loss versus rebalancing, or whether token, pool, hook, gauge, and exit risks are acceptable. Read-only; not for building transactions or managing an existing position.
lp-engineer
Implement or review software for Uniswap v2, v3, or v4 and Aerodrome or Slipstream liquidity provision. Use when the user asks for adapters, live-state and freshness contracts, quotes, range math, transaction builders, simulations, keepers, position accounting, curation, recovery, or protocol-aware tests. Not for choosing an investment or executing a user's wallet action.
lp-execute
Safely carry out a user-requested Uniswap v2, v3, or v4 or Aerodrome or Slipstream liquidity action through a user-controlled wallet. Use only when the user explicitly asks to open, increase, decrease, collect, recenter, stake, unstake, claim, or exit and a trusted wallet execution tool is available. Requires exact confirmation, one-step receipt checks, and chain-state reconciliation.
lp-monitor
Evaluate an existing Uniswap v2, v3, or v4 or Aerodrome or Slipstream liquidity position. Use when the user asks whether it is in range, what it earned, how it performed versus HOLD, who controls it, whether automation is active, or whether to hold, collect, recenter, restake, reduce, or exit. Produces a current recommendation only; not transaction execution.
lp-plan
Design or backtest an exact unsigned liquidity plan for a chosen Uniswap v2, v3, or v4 or Aerodrome or Slipstream pool. Use when the user asks for position size, token amounts, range or ticks, historical range performance, fee tier, staking route, approvals, slippage limits, deadlines, transaction order, or preflight checks. Planning only; not for selecting an unassessed pool, signing, or submitting.
lp-setup
Set up and diagnose an agent's LP data and tool capabilities before its first liquidity task. Use when the user installs LP Skills, asks how to connect RPC or wallet tools, or needs missing/stale connection diagnostics. Produces a read-only readiness report; not pool selection, wallet authorization, or transaction execution.
galleon-defi-payments
Use when planning or reconciling stablecoin transfers, paid x402 requests, token streaming, vesting or airdrop distribution. Match the payment obligation to official wallet and protocol tools; distinguish authorization, settlement and service delivery.
galleon-defi-portfolio
Reconcile cross-chain DeFi holdings, protocol positions, debt and cash flows into a sourced portfolio report or rebalance plan. Use when assessing exposure, net asset value, performance or treasury monitoring while avoiding receipt-token double counts and confusing price changes with investment profit.
galleon-defi-routing
Compare token swaps and cross-chain routes, prepare reviewed transaction handoffs, and track destination delivery or refunds. Use when comparing DEX quotes, selecting bridges, preparing CCTP transfers, investigating stuck transfers, or recovering partial routes.
galleon-defi-security-token-diligence
Investigate an exact EVM token's controls, launch allocations, liquidity custody, sellability and treasury flows, or compare it with a prior review. Use when assessing token risks or reviewing earlier diligence; transaction-payload review remains a separate workflow.
galleon-defi-security
Review DeFi transactions, typed signatures, token allowances and smart-account policies using official decoding, simulation and risk tools. Use when reviewing consequential wallet actions or inspecting a suspicious approval; distinguish verified effects, unresolved behavior and actual authorization.
hyperliquid-setup
Connect an agent's available tools to Hyperliquid workflows and complete a first public market read. Use when installing this pack, asking how to get started, diagnosing missing data or tools, or checking whether analysis, account monitoring, planning, or execution is available. Setup does not authorize trading or configure private keys.
lp-operate
Deprecated install name for lp-execute. Use only when the user, a saved prompt, or a marketplace listing still says lp-operate. Prefer lp-execute for explicit wallet liquidity actions.
lp-research
Deprecated install name for lp-analyze. Use only when the user, a saved prompt, or a marketplace listing still says lp-research. Prefer lp-analyze for pool comparison and risk assessment before capital is deployed.
galleon-defi-lending
Use when researching lending markets, planning supply, borrow, repay or withdrawals, or monitoring liquidation risk across Aave, Morpho, Compound, Euler and Spark.
galleon-defi-staking
Use when planning liquid staking, wrapping, restaking, delegation or queued exit claims for Lido, Rocket Pool, EigenLayer and Symbiotic.
galleon-defi-tokenized-assets
Use when researching tokenized Treasury or securities eligibility, custody, subscriptions, transfers and redemption settlement for Ondo and OpenEden.
galleon-defi-yield
Use when comparing savings and strategy vaults, planning deposits or exits, or evaluating principal/yield tokens and maturity across Pendle, Yearn, Spark, Morpho, Euler and Ethena.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.