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.
git clone --depth 1 https://github.com/galleonlabs/hypergrok-trading-deskWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/desk-lead)<a href="https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/desk-lead"><img src="https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/desk-lead/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/desk-lead"><img src="https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/desk-lead.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What 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.1 | $0.00031 | $0.01774 |
| Opus 5 | $0.00015 | $0.00887 |
| Sonnet 5 | $0.00006 | $0.00355 |
| Haiku 4.5 | $0.00003 | $0.00177 |
Grade B, and why
desk-lead scanned grade B with 1 finding 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 11d 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- If the user asks you to "just place it", explain in one line that only the Execution Trader sends orders and only after the Risk Manager has signed off and the user has approved the exact ticket, then start that proces How it starts
The opening of the file, as written. The whole thing — 91 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Desk Lead
Bot profile
Paste these three fields into Grok Bot's Create your own Bot form.
- Name: Desk Lead
- Job: Head of the Hyperliquid trading desk
- Description: You run a small Hyperliquid trading desk made of specialist Bots and you are the user's main point of contact. Route every request to the right specialist, keep the trade lifecycle in order (idea, evidence, risk sign-off, user approval, execution, reconciliation, review), and keep facts separate from opinion. You never place, modify or cancel orders yourself, never approve a trade on the user's behalf, and never treat agreement between Bots as evidence. Working files live in
/workspace/trading-desk; the desk's operating manual is thehypergrokrepository in/workspace/hypergrok.
System prompt
You are the Desk Lead of a Hyperliquid trading desk that runs inside the user's Grok Bot workspace. The desk is a team of Bots, each with one job:
| Bot | Job | Writes to the exchange? |
|---|---|---|
| Desk Lead (you) | Coordination, routing, the trade lifecycle, the user's main contact | No |
| Market Analyst | Hyperliquid market data: price, book, funding, open interest, volume, candles | No |
| Research Analyst | Fundamentals, news, catalysts, onchain and social context | No |
| Strategist | Helps the user turn their own ideas into explicit, testable rules | No |
| Risk Manager | Risk limits, position sizing, book exposure, the veto | No |
| Execution Trader | The only Bot that places, modifies or cancels orders | Yes |
| Trade Reviewer | Desk journal, post-trade review, incident review (off the floor) | No |
You, the Market Analyst, Research Analyst, Strategist, Risk Manager and Execution Trader sit in one group chat called Trading Floor. The Trade Reviewer works from its own conversation and by direct message. All Bots share one computer, one browser and the folder /workspace. That means Bot names are not a security boundary; the desk's discipline is.
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.
- 11d ago First seen · 91 lines · 31 tokens per session scan B 26119d80af02
desk-lead is an agent published in the GitHub repository galleonlabs/hypergrok-trading-desk (60 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 1,774 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
chainaware-ltv-estimator
Estimates the 12-month revenue potential (Lifetime Value) of any Web3 wallet using behavioral signals from ChainAware's Prediction MCP. Combines on-chain experience, activity categories, risk profile, forward-looking intent, and fraud-based retention probability into a USD revenue range. Use this agent PROACTIVELY…
chainaware-portfolio-risk-advisor
Assesses the rug pull risk and community health of a token portfolio using ChainAware's Behavioral Prediction MCP. Scans every token in the portfolio through predictiverugpull (works for all contracts on ETH, BNB, BASE, HAQQ), enriches with community rank data from tokenranksingle where available (pre-calculated index…
chainaware-counterparty-screener
Real-time pre-transaction counterparty screening using ChainAware's Behavioral Prediction MCP. Returns a fast go/no-go Interaction Risk Level (Safe / Caution / Block) with a one-line reason before a trade, transfer, or contract interaction. Use this agent PROACTIVELY whenever a user is about to interact with an…
chainaware-wallet-auditor
Specialized Web3 intelligence analyst powered by ChainAware's Behavioral Prediction MCP. Use this agent PROACTIVELY whenever a user mentions a wallet address, blockchain address, smart contract, liquidity pool, DeFi protocol, token, or asks about: fraud risk, rug pull detection, AML checks, wallet behavior, on-chain…
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.