multi-market-analysis

multi-market-analysis is a skill for Claude Code, Codex from Lzh-xbccz/hermes-finance. It costs 99 tokens per session (2,016 once invoked), scanned A, original, MIT.

A routing guide that identifies which market-specific analysis process fits a request. It distinguishes cryptocurrencies, Chinese shares, futures, forex, and U.S. stocks, ETFs, and indexes before passing the request to the relevant guide.

In plain words
What is it for?
Use it as the entry point for mixed or ambiguous market requests, such as BTC, EURUSD, gold, crude oil, AAPL, or SPY. It routes the request, identifies missing data, and applies the selected market guide’s analysis framework.
Why use it?
It prevents different markets from being analysed with the wrong assumptions or data. When the market or instrument is unclear, it requires clarification or a cautious result instead of guessing.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it as the entry point for mixed or ambiguous market requests, such as BTC, EURUSD, gold, crude oil, AAPL, or SPY. It routes the request, identifies missing data, and applies the selected market guide’s analysis framework.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lzh-xbccz/hermes-finance/multi-market-analysis
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.

Any agent
npx skills add Lzh-xbccz/hermes-finance --skill multi-market-analysis
Clone the repo
git clone --depth 1 https://github.com/Lzh-xbccz/hermes-finance

Made for: Claude Code, Codex.

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 multi-market-analysis

README.md
[![agentmods](https://agentmods.dev/badge/skills/lzh-xbccz/hermes-finance/multi-market-analysis/github.svg)](https://agentmods.dev/skills/lzh-xbccz/hermes-finance/multi-market-analysis)
Your own site
<a href="https://agentmods.dev/skills/lzh-xbccz/hermes-finance/multi-market-analysis"><img src="https://agentmods.dev/badge/skills/lzh-xbccz/hermes-finance/multi-market-analysis/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 multi-market-analysis

Your own site · 80×15
<a href="https://agentmods.dev/skills/lzh-xbccz/hermes-finance/multi-market-analysis"><img src="https://agentmods.dev/badge/skills/lzh-xbccz/hermes-finance/multi-market-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,016 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.00099 $0.02016
Opus 5 $0.00049 $0.01008
Sonnet 5 $0.00020 $0.00403
Haiku 4.5 $0.00010 $0.00202

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

Security

Grade A, and why

multi-market-analysis 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/route_market.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

6. **⚠️ 数据获取优先通过共享核心 `hermes_finance` 或 MCP tools;底层会调用各市场 fetch 脚本。禁止直接调 mcp_yfinance(429限流)或 curl Yahoo Finance API。** 宏观数据(VIX/DXY/TNX)不足时用 Tavily 搜索补充。
skills/multi-market-analysis/SKILL.md · 120 lines

How it starts

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

Multi-Market Analysis

⛔ 铁律:你不是在写行情播报,你是在做证据审计。每个方向判断必须回答"为什么",并先做反向审计。允许使用"证据不足"、"方向未确认"、"观望";禁止在证据冲突时硬给做多/做空。

这是总入口,不是最终分析模板。先分类,再转 skill。

何时使用

  • 用户给的是混合市场请求,例如 CLGCESEURUSDAAPLSPYBTC000001
  • 用户要统一入口,不想手动挑 skill
  • 用户的问题里存在市场歧义,需要先判断是 加密 / A股 / 外汇 / 期货 / 美股

铁律

  1. 这个 skill 只负责路由,不要在这里直接完成长篇分析,除非用户明确只要分类结果。
  2. 市场不明时先消歧义;不能把 黄金原油纳指 直接当唯一精确标的。
  3. 路由完成后,必须使用目标 skill 的八维映射;1-7 维先给各维度证据,第 8 维缠论只做确认/冲突/不足。方向由 AI 基于各维度证据综合判断,不要用投票计数或权重打分决定方向。
  4. 所有实时分析都必须使用最新数据。
  5. 缺少目标 skill 的关键数据块时,按目标 skill 的降级规则处理。
  6. ⚠️ 数据获取优先通过共享核心 hermes_finance 或 MCP tools;底层会调用各市场 fetch 脚本。禁止直接调 mcp_yfinance(429限流)或 curl Yahoo Finance API。 宏观数据(VIX/DXY/TNX)不足时用 Tavily 搜索补充。

路由流程

  1. 读取 references/routing.md
  2. 优先运行 python3 -m hermes_finance route "<user request or symbol>" 做第一轮分类;在 MCP 客户端中调用 route_market_tool
    • 兼容入口:python3 scripts/route_market.py "<user request or symbol>"
  3. 根据分类结果转入对应 skill:
  • crypto -> crypto-market-analysis
  • a_share -> a-share-market-analysis
  • futures -> futures-market-analysis
  • forex -> forex-market-analysis
  • us_equity -> us-equity-market-analysis
  1. 如果 route_market.py 返回 ambiguous,先向用户确认标的。
  2. 一旦进入目标 skill,就按目标 skill 的当前框架完成分析。不要把任何市场降级成快速摘要,也不要把其他市场硬套 crypto 链上/期权指标。

双入口执行

  • Skills/CLI:使用 python3 -m hermes_finance fetch <market> <symbol> 拉结构化数据,或 python3 -m hermes_finance analyze <market> <symbol> 生成 Markdown 摘要。
  • MCP:调用 fetch_market_data_toolanalyze_market_tool 或市场专用工具 analyze_crypto / analyze_futures / analyze_forex / analyze_us_equity / analyze_a_share
  • MCP resources:读取 finance://framework/{market} 获取目标市场 Skill 规则,读取 finance://routing 获取路由规则。

目标 Skill 映射

  • crypto-market-analysis
    • 加密货币八维分析:1-7 维先给 各维度证据,第 8 维 CZSC 只做确认/冲突/不足,最终 做多 / 做空 / 观望
  • a-share-market-analysis
    • A股八维分析,默认 偏多 / 偏空 / 震荡,强调 T+1
  • futures-market-analysis
    • 商品期货、股指期货、贵金属、能源、宏观期货
  • forex-market-analysis
    • 外汇货币对与美元指数相关分析
  • us-equity-market-analysis
    • 美股个股、ETF、全球主要现金指数

Read the full file on GitHub · 120 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 120 lines · 99 tokens per session scan A f3f1faf05d85

Subscribe to this mod's changes

multi-market-analysis is a skill published in the GitHub repository Lzh-xbccz/hermes-finance (24 stars, last pushed 2mo ago), licensed MIT. It adds 99 tokens to every session and 2,016 once invoked, about $0.0005 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 skills, from other repositories

tickdb-market-data

A real-time market-data API for foreign exchange, metals, indexes, stocks, and cryptocurrencies. An API is a service that software can call to request data.

TickDB/tickdb-unified-realtime-marketdata-api · 100 tokens

ask-a-legend

Get one legendary trader's read on a symbol — Wyckoff, Gann, Elliott Wave, Dow Theory, Livermore, DeMark, Wilder (RSI/ADX), Ichimoku (Hosoda), Weinstein stage analysis, or O'Neil CAN SLIM. Pass the legend and symbol, e.g. "gann on eurusd" or "what would Wyckoff say about AAPL?". Analysis and a second opinion, not a…

FXDavid-OffbeatForex/tlc-hermes-skills · 99 tokens

convene

Convene the Trading Legends Council — ten legendary traders (Dow, Wyckoff, Livermore, Elliott, Gann, DeMark, Wilder, Ichimoku, Weinstein, O'Neil) each vote blind on a symbol, then a deterministic Chairman aggregates their ballots into one verdict (LONG/SHORT/NOTRADE). Analysis and a second opinion, not signals.

FXDavid-OffbeatForex/tlc-hermes-skills · 79 tokens

forge-legend

Author a new trading legend/persona from a famous trader's name or a plain-English strategy description, then lint and live-audition it before it joins your roster. E.g. "make a trader who buys liquidity sweeps" or "add an ICT legend".

FXDavid-OffbeatForex/tlc-hermes-skills · 58 tokens

trade-memory

Compliance-grade decision audit trail for AI trading agents. Records every trading decision with full context (conditions, filters, indicators, risk state), SHA-256 tamper detection, and structured export for MiFID II / EU AI Act readiness. Works alongside Binance Spot, Futures, and Web3 skills — they execute trades…

mnemox-ai/tradememory-protocol · 68 tokens

evolution-engine

Domain knowledge for the Evolution Engine — LLM-powered autonomous strategy discovery from raw OHLCV data. Covers the generate-backtest-select-evolve loop, vectorized backtesting, out-of-sample validation, and strategy graduation. Use when discovering trading patterns, running backtests, evolving strategies, or…

mnemox-ai/tradememory-protocol · 94 tokens