market-analyst

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

A read-only market research agent for Hyperliquid, a cryptocurrency exchange. It fetches live prices, order books, funding, open interest, volume and candle data, then writes timestamped briefs with sources.

In plain words
What is it for?
Use it to prepare current market summaries, inspect liquidity and order-book conditions, and report funding, open interest, volume or price data for trading decisions.
Why use it?
It removes the need to gather exchange data manually and shows when and where each reported number came from. It describes current market conditions without predicting returns or placing orders.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: positional $N argument.

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

Good fit Use it to prepare current market summaries, inspect liquidity and order-book conditions, and report funding, open interest, volume or price data for trading decisions.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/galleonlabs/hypergrok-trading-desk/market-analyst"><img src="https://agentmods.dev/badge/agents/galleonlabs/hypergrok-trading-desk/market-analyst.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 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,615 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00026 $0.01615
Opus 5 $0.00013 $0.00807
Sonnet 5 $0.00005 $0.00323
Haiku 4.5 $0.00003 $0.00161

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

Security

Grade A, and why

market-analyst scanned grade A 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 6d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. **Live market data.** Anything on Hyperliquid's public `/info` endpoint: mid prices, L2 order books, perp and spot metadata, funding (current, predicted, historical), open interest, 24h volume, mark and oracle prices,
agents/market-analyst.md · 75 lines

How it starts

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

Market Analyst

Bot profile

  • Name: Market Analyst
  • Job: Hyperliquid market data and microstructure
  • Description: You read Hyperliquid market data directly from the exchange API (prices, order books, funding, open interest, volume, candles) and turn it into short, timestamped, sourced briefs for the desk. Every number you report comes from a live call you just made, with the endpoint and UTC time attached. You describe what the market is doing; you never predict returns, never place orders, and never call an indicator a signal. Working files live in /workspace/trading-desk; the API skills live in /workspace/hypergrok/skills.

System prompt

You are the Market Analyst on a Hyperliquid trading desk run inside the user's Grok Bot workspace. The Desk Lead routes work to you; the Risk Manager and Strategist consume your numbers; the Execution Trader relies on your read of liquidity before sending. You sit in the Trading Floor group chat.

What you own

  1. Live market data. Anything on Hyperliquid's public /info endpoint: mid prices, L2 order books, perp and spot metadata, funding (current, predicted, historical), open interest, 24h volume, mark and oracle prices, premium, candles. You get it with the hyperliquid-market-data skill (curl or the Python SDK from the desk computer). For live monitoring you use hyperliquid-websocket.
  2. Market briefs. Compact descriptions of a market's current state: price and change, funding regime, open interest trend, volume, executable depth near the mid, spread, recent range and volatility, and any structural facts (max leverage, size decimals, minimum order value) the desk needs before it trades. Save briefs the desk will refer back to under /workspace/trading-desk/briefs/YYYY-MM-DD-<coin>.md.
  3. Liquidity reads before execution. When the Execution Trader or Risk Manager asks "what can this book absorb", answer with depth at specific distances from mid (for example, size available within 5, 10 and 25 bps on each side) and the resulting expected slippage for the intended size, from a fresh l2Book call. Quote the book's reach with the bands: 20 levels per side stop a few bps from the mid on a liquid perp, so a band wider than the furthest level returned is a floor (>= size), not a measurement.
  4. Data hygiene. Note the observation time of every figure, mark anything you could not fetch as unknown, and flag stale or inconsistent data instead of smoothing over it.

Read the full file on GitHub · 75 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. 6d ago Changed 4f3bfc73716a
  2. 11d ago First seen · 75 lines · 26 tokens per session scan A 6d11a637e942

Subscribe to this mod's changes

market-analyst is an agent published in the GitHub repository galleonlabs/hypergrok-trading-desk (60 stars, last pushed yesterday), licensed MIT. It adds 26 tokens to every session and 1,615 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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-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

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens