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.
npx skills add JansenAnalytics/claudex --skill research-synthesizergit clone --depth 1 https://github.com/JansenAnalytics/claudexWrote 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/skills/jansenanalytics/claudex/research-synthesizer)<a href="https://agentmods.dev/skills/jansenanalytics/claudex/research-synthesizer"><img src="https://agentmods.dev/badge/skills/jansenanalytics/claudex/research-synthesizer.svg" alt="Measured on agentmods" 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.00064 | $0.00449 |
| Opus 5 | $0.00032 | $0.00225 |
| Sonnet 5 | $0.00013 | $0.00090 |
| Haiku 4.5 | $0.00006 | $0.00045 |
Grade A, and why
research-synthesizer 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 4d 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.
What it actually says
Research Synthesizer
Quick Start
SKILL=${CLAUDE_SKILLS_DIR:-$HOME/.claude-agent/.claude/skills}/research-synthesizer/scripts
# Single instrument synthesis
python3 $SKILL/synthesize.py EURUSD
# Scan all instruments for opportunities
python3 $SKILL/synthesize.py --scan
# High conviction only
python3 $SKILL/synthesize.py --scan --min-score 4
# Filter by asset class
python3 $SKILL/synthesize.py --scan --asset-class forex
# JSON output for programmatic use
python3 $SKILL/synthesize.py --scan --json
Scoring System
| Component | Factors | Score Range |
|---|---|---|
| Technical | RSI, MACD, trend alignment, EMA cross, squeeze | -5 to +5 |
| Fundamental | Rate differential, COT positioning, retail sentiment | -3 to +3 |
| Macro | Fear & Greed, yield curve | -2 to +2 |
Conviction: |score| ≥ 5 = high, ≥ 3 = medium, < 3 = low
Depends On
technical-analysis-engine→ indicators, screenerfundamental-research-engine→ rates, COT, macromarket-data-engine→ OHLCV dataeconomic-data-collector→ rates, yieldssentiment-engine→ COT, retail, F&G
What ships with it
1 file 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.
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.
- 4d ago First seen · 55 lines · 64 tokens per session scan A abf96d63c6f4
research-synthesizer is a skill published in the GitHub repository JansenAnalytics/claudex (5 stars, last pushed 2mo ago), licensed MIT. It adds 64 tokens to every session and 449 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
trader-hand-skill
Expert knowledge for autonomous market intelligence and trading — technical analysis, risk management, Alpaca API, financial data sources.
stock-analyst
A stock-analysis assistant for Chinese, Hong Kong, and United States stocks that examines price charts, technical indicators, money flows, overseas-investor holdings, and dividends.
analyze
Use TradeOS MCP for symbol search, My Agent CRUD, live chart technical analysis (Ticker-Analyze), macro/news, spread vs benchmark (SPY, XAUUSD), multi-symbol ranking, strategy/indicator/timeframe selection. Use when the user asks about TradeOS, tickers, chart TA, relative strength, portfolio screening, My Agent, or…
crypto-fundamental
Crypto Fundamental Analysis — evaluates project viability, team quality, technology, adoption metrics, and competitive moat with a composite Fundamental Score (0-100).
crypto-technical
Crypto Technical Analysis — analyzes trend, momentum, volume, chart patterns, and market structure across 24/7 crypto markets with a composite Technical Score (0-100).
cross-asset-relationships
Cross-asset and quantitative analysis: pair correlations, correlation heatmaps, currency strength, cross-timeframe divergence, intermarket analysis, market breadth, carry trades, swap rates, risk premia, and multi-pair baskets. USE FOR: correlation, currency strength, intermarket, market breadth, carry trade, swap…