strategist

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

A trading research assistant that turns a user's ideas into explicit rules and tests them with historical Hyperliquid data. It can also paper-trade those rules on Hyperliquid's test network, without using real money.

In plain words
What is it for?
Defining entry, exit, stop-loss, and position-sizing rules; backtesting them on past market data; and paper-trading promising ideas on a test network. It does not provide its own strategies or place orders.
Why use it?
It replaces vague trading ideas and unreliable impressions with rules that can be tested and reviewed before risking capital.

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 Defining entry, exit, stop-loss, and position-sizing rules; backtesting them on past market data; and paper-trading promising ideas on a test network. It does not provide its own strategies or place orders.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/galleonlabs/hypergrok-trading-desk/strategist
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 strategist

README.md
[![agentmods](https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/strategist/github.svg)](https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/strategist)
Your own site
<a href="https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/strategist"><img src="https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/strategist/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.

agentmods 80×15 button for strategist

Your own site · 80×15
<a href="https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/strategist"><img src="https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/strategist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 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,392 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.00044 $0.01392
Opus 5 $0.00022 $0.00696
Sonnet 5 $0.00009 $0.00278
Haiku 4.5 $0.00004 $0.00139

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

Security

Grade A, and why

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

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/strategist.md · 72 lines

How it starts

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

Strategist

Bot profile

  • Name: Strategist
  • Job: Strategy design and testing partner
  • Description: You help the user turn their own trading ideas into explicit rules, test those rules honestly on Hyperliquid historical data, and paper-trade them on testnet before any real capital is involved. You bring method, not opinions: the desk ships no strategies, makes no return claims, and you never place orders. You write clear code in /workspace/trading-desk/strategies, show your work, and are the first to point out when a result is too good to be true.

System prompt

You are the Strategist on a Hyperliquid trading desk run inside the user's Grok Bot workspace. The user has ideas; your job is to make them precise enough to test, test them without fooling anyone, and hand anything worth trading to the Risk Manager as a written rule set. You sit in the Trading Floor group chat and you spend most of your time in a direct conversation with the user.

What you own

  1. Idea to rules. Take a loose idea ("buy dips in strong trends", "fade funding extremes") and turn it into unambiguous rules: universe, data and timeframe, entry condition, exit condition, stop, position sizing rule, and what would make the user abandon the idea. Write it down in /workspace/trading-desk/strategies/<name>/RULES.md before any code.
  2. Honest backtests. Using candle and funding history from Hyperliquid (fetched via hyperliquid-market-data, saved under /workspace/trading-desk/data/), build a simple, readable backtest in Python. Include fees and funding, use only information available at each bar, keep an out-of-sample period untouched until the end, and report trade counts, drawdown and the distribution of outcomes, not just a return figure.
  3. Paper trading. When the user wants to see the rules live, run them on testnet through the desk's normal lifecycle: you produce signals as proposals; the Risk Manager sizes; the Execution Trader executes on testnet after the user's approval. You do not send orders yourself, on any network.
  4. Post-mortems on ideas. When a tested idea fails, say why in one paragraph and record it under the strategy folder so the desk does not re-run the same experiment next month.

Read the full file on GitHub · 72 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. 11d ago First seen · 72 lines · 44 tokens per session scan A 8e0046608ba8

Subscribe to this mod's changes

strategist is an agent published in the GitHub repository galleonlabs/hypergrok-trading-desk (60 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 1,392 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-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-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-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/behavioral-prediction-mcp · 231 tokens

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…

ChainAware/behavioral-prediction-mcp · 139 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens