fundamental-research-engine

fundamental-research-engine is a skill for Claude Code, Codex from JansenAnalytics/claudex. It costs 87 tokens per session (456 once invoked), scanned A, original, MIT.

A market-research tool for studying the fundamental factors behind forex, metals, crypto, energy, and index instruments. It combines information such as interest rates, bond yields, trader positioning, retail sentiment, currency strength, and Fear and Greed readings, depending on the asset.

In plain words
What is it for?
Use it to research a specific instrument such as EURUSD, XAUUSD, BTCUSD, or BRENT, or to create a daily brief covering key instruments and broader economic data.
Why use it?
It brings several types of market context into one report when price data alone is not enough to understand an instrument.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to research a specific instrument such as EURUSD, XAUUSD, BTCUSD…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jansenanalytics/claudex/fundamental-research-engine
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 JansenAnalytics/claudex --skill fundamental-research-engine
Clone the repo
git clone --depth 1 https://github.com/JansenAnalytics/claudex

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 fundamental-research-engine

README.md
[![agentmods](https://agentmods.dev/badge/skills/jansenanalytics/claudex/fundamental-research-engine.svg)](https://agentmods.dev/skills/jansenanalytics/claudex/fundamental-research-engine)
Your own site
<a href="https://agentmods.dev/skills/jansenanalytics/claudex/fundamental-research-engine"><img src="https://agentmods.dev/badge/skills/jansenanalytics/claudex/fundamental-research-engine.svg" alt="Measured on agentmods" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 456 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.00087 $0.00456
Opus 5 $0.00044 $0.00228
Sonnet 5 $0.00017 $0.00091
Haiku 4.5 $0.00009 $0.00046

Measured 3d ago against content hash 2be682a2a932, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

fundamental-research-engine 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 3d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/research.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.

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.

skills/fundamental-research-engine/SKILL.md · 48 lines

What it actually says

Fundamental Research Engine

Quick Start

SKILL=${CLAUDE_SKILLS_DIR:-$HOME/.claude-agent/.claude/skills}/fundamental-research-engine/scripts

# Instrument research (auto-detects asset class)
python3 $SKILL/research.py EURUSD       # FX: rates + COT + retail + strength
python3 $SKILL/research.py XAUUSD       # Metal: COT + yields + F&G
python3 $SKILL/research.py BTCUSD       # Crypto: F&G
python3 $SKILL/research.py BRENT        # Energy: COT

# Daily market brief (all key instruments + macro)
python3 $SKILL/research.py --daily-brief

What Each Report Includes

Asset Class Data Points
Forex Price, rate differential, COT, retail sentiment, currency strength
Metals Price, COT, yield curve, Fear & Greed
Crypto Price, Fear & Greed
Energy Price, COT
Indices Price, Fear & Greed
All CB rates, US yields

Depends On

  • market-data-engine → price data, currency strength
  • economic-data-collector → rates, yields, calendar
  • sentiment-engine → COT, retail, Fear & Greed
  • macro-briefing → macro context
Files

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.

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. 3d ago First seen · 48 lines · 87 tokens per session scan A 2be682a2a932

Subscribe to this mod's changes

fundamental-research-engine is a skill published in the GitHub repository JansenAnalytics/claudex (5 stars, last pushed 2mo ago), licensed MIT. It adds 87 tokens to every session and 456 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

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

tradememory-bridge

Bridge between Binance trading events and TradeMemory Protocol. Automatically journals trades, recalls similar past setups, detects behavioral biases, and provides outcome-weighted recall for AI trading agents. Use this skill after executing Binance spot trades to build persistent memory.

mnemox-ai/tradememory-protocol · 53 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

risk-management

Risk management domain knowledge for trading agents — affective state monitoring, position sizing, drawdown management, tilt detection, and behavioral guardrails. Use when checking risk before trades, managing drawdowns, detecting behavioral drift, or enforcing discipline. Triggers on "risk", "drawdown", "tilt"…

mnemox-ai/tradememory-protocol · 89 tokens

trading-memory

Domain knowledge for AI trading memory — Outcome-Weighted Memory (OWM) architecture, 5 memory types, recall scoring, and behavioral analysis. Use when recording trades, recalling similar contexts, analyzing performance, or checking behavioral drift. Triggers on "record trade", "remember trade", "recall", "similar…

mnemox-ai/tradememory-protocol · 88 tokens

backtester

Backtest trading strategies with historical data. Calculate performance metrics and generate reports.

Signal-Execution-Labs/forex-trading-ai-agent · 18 tokens