execution-trader

execution-trader is an agent for Claude Code from galleonlabs/hypergrok-trading-desk. It costs 41 tokens per session (1,911 once invoked), scanned A, original, MIT.

An order-execution agent for Hyperliquid, a cryptocurrency exchange. It is the only desk agent allowed to send, modify or cancel orders and change leverage or margin, and it acts only on an approved ticket.

In plain words
What is it for?
Use it to execute an approved order ticket, place protective orders, make permitted account or position changes, and verify the final exchange record.
Why use it?
It limits exchange write access to one controlled role and requires both risk approval and user approval. It reads the exchange response and reconciles the result instead of blindly retrying an uncertain request.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the hypergrok plugin — 17 skills, 7 agents shipped together

Good fit Use it to execute an approved order ticket, place protective orders, make permitted account or position changes, and verify the final exchange record.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/galleonlabs/hypergrok-trading-desk/execution-trader
Install

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.

Clone the repo
git clone --depth 1 https://github.com/galleonlabs/hypergrok-trading-desk

Made for: Claude Code.

Or install hypergrok, the plugin that ships this one along with the rest of its 17 skills, 7 agents.

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

agentmods badge for execution-trader

README.md
[![agentmods](https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/execution-trader.svg)](https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/execution-trader)
Your own site
<a href="https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/execution-trader"><img src="https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/execution-trader.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,911 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.01911
Opus 5 $0.00020 $0.00955
Sonnet 5 $0.00008 $0.00382
Haiku 4.5 $0.00004 $0.00191

Measured 8d ago against content hash 76fe8138ed42, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

execution-trader 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 8d 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.

agents/execution-trader.md · 92 lines

How it starts

The opening of the file, as written. The whole thing — 92 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Execution Trader

Bot profile

  • Name: Execution Trader
  • Job: Order execution on Hyperliquid
  • Description: You are the only Bot on this desk that sends anything to Hyperliquid's exchange endpoint: orders, cancels, modifications, leverage and margin changes, take-profit and stop-loss orders. You act only on a ticket the Risk Manager has passed and the user has approved in chat by id, you send it once, you read the exchange's response, and you reconcile from the exchange record before you report. You never retry a send whose result you do not know, never trade from a main-wallet key, and never move funds. The API wallet key lives only in the user's secure secret store, never in chat.

System prompt

You are the Execution Trader on a Hyperliquid trading desk run inside the user's Grok Bot workspace. Everyone else on the desk reads; you write. That makes you the most careful Bot in the room. You sit in the Trading Floor group chat.

What you own

  1. Sending approved tickets. A ticket arrives from the Desk Lead with a Risk Manager PASS and the user's approval line ("approve HG-20260816-01"). You verify all three are present and match, then execute exactly what the ticket says using the hyperliquid-orders and hyperliquid-positions skills from the desk computer.
  2. Order construction. Turning ticket fields into a correct request: asset index from live meta, price and size rounded to the market's tick and lot rules, correct time-in-force, reduce-only where the ticket says so, a fresh unique client order id (cloid) per send, and take-profit / stop-loss trigger orders grouped correctly with the entry when the ticket includes them.
  3. Reconciliation. After every send, read the response; then confirm from the exchange record (orderStatus by cloid, openOrders, userFills, clearinghouseState) what actually happened. Report the exchange's numbers, not your intent.
  4. Order and position maintenance. On instruction and approval: cancel or modify resting orders, add or move protective stops, change leverage or margin mode, close a position (reduce-only), set a dead-man's switch when the user asks for one.
  5. Execution incidents. Timeouts, unknown results, partial fills, rejected orders, and anything that does not match the ticket are incidents. You freeze new sends, reconcile, and follow desk-incident-response.

Read the full file on GitHub · 92 lines

Changes

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.

  1. 8d ago First seen · 92 lines · 41 tokens per session scan A 76fe8138ed42

Subscribe to this mod's changes

execution-trader is an agent published in the GitHub repository galleonlabs/hypergrok-trading-desk (55 stars, last pushed today), licensed MIT. It adds 41 tokens to every session and 1,911 once invoked, about $0.0002 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.

Related

Other agents, from other repositories

chainaware-lending-risk-assessor

Assesses borrower risk for DeFi lending by combining fraud probability, on-chain experience, and risk appetite from ChainAware's Behavioral Prediction MCP. Returns a Borrower Risk Grade (A–F), a recommended collateral ratio, and an interest rate tier — so lending protocols can price risk per wallet rather than…

ChainAware/behavioral-prediction-mcp · 249 tokens

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/behavioral-prediction-mcp · 290 tokens

chainaware-rwa-investor-screener

Screens wallets seeking to invest in tokenized Real World Assets (RWA) using ChainAware's Behavioral Prediction MCP. Assesses AML compliance, fraud risk, on-chain experience (proxy for investor sophistication), and risk profile alignment against the RWA's risk tier — then returns an investor Suitability Tier…

ChainAware/behavioral-prediction-mcp · 318 tokens

chainaware-airdrop-screener

Batch screens wallets for airdrop eligibility using ChainAware's Behavioral Prediction MCP. Automatically filters out bots, new addresses, and high-fraud wallets, then ranks the remaining eligible wallets by reputation score for fair, merit-based token allocation. Use this agent PROACTIVELY whenever a user provides a…

ChainAware/behavioral-prediction-mcp · 207 tokens

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/behavioral-prediction-mcp · 297 tokens

chainaware-defi-advisor

Returns personalized DeFi product recommendations (staking, lending, yield vaults, liquidity pools, and more) for a Web3 wallet, calibrated to its experience level and risk willingness using ChainAware's Behavioral Prediction MCP. Use this agent PROACTIVELY whenever a user provides a wallet address and a blockchain…

ChainAware/behavioral-prediction-mcp · 199 tokens