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 Signal-Execution-Labs/forex-trading-ai-agent --skill yield-curve-analyzergit clone --depth 1 https://github.com/Signal-Execution-Labs/forex-trading-ai-agentWrote 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/signal-execution-labs/forex-trading-ai-agent/yield-curve-analyzer)<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/yield-curve-analyzer"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/yield-curve-analyzer/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.
<a href="https://agentmods.dev/skills/signal-execution-labs/forex-trading-ai-agent/yield-curve-analyzer"><img src="https://agentmods.dev/badge/skills/signal-execution-labs/forex-trading-ai-agent/yield-curve-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00000 | $0.00791 |
| Opus 5 | $0.00000 | $0.00396 |
| Sonnet 5 | $0.00000 | $0.00158 |
| Haiku 4.5 | $0.00000 | $0.00079 |
Grade A, and why
yield-curve-analyzer 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 9d 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.
Copies of this mod
1 near-identical copy found in the catalogue:
- yield-curve-analyzer — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Yield Curve Analyzer
Monitor and analyze yield curves across 40+ global economies. Identify inversions, predict recessions, and find fixed income opportunities.
Category
Analysis
Inspired By
- TradingView Yield Curve
- FRED Economic Data
- Bloomberg Terminal
- Gurufocus Yield Curve
Features
Global Coverage
- 40+ Countries: US, UK, Germany, Japan, China, Australia, etc.
- Real-Time Updates: Live yield data
- Historical Data: 20+ years of history
- Multiple Tenors: 1M, 3M, 6M, 1Y, 2Y, 3Y, 5Y, 7Y, 10Y, 20Y, 30Y
Yield Curve Analysis
- Current Shape: Normal, Flat, Inverted
- Spread Analysis: 2s10s, 3m10y spreads
- Steepness: Measure of curve slope
- Convexity: Curvature analysis
- Term Premium: Risk compensation
Inversion Detection
- Alert on Inversion: 2s10s, 3m10y crossovers
- Historical Inversions: Past events and outcomes
- Recession Indicator: Lead time analysis
- Uninversion Alert: Signal when curve normalizes
Comparison Tools
- Cross-Country: Compare US vs Germany vs Japan
- Time Travel: View any historical date
- Animation: Watch curve evolve over time
- Spread Charts: Track spreads historically
Trading Signals
- Curve Steepener: Long short-end, short long-end
- Curve Flattener: Opposite trade
- Carry Trade: Cross-currency opportunities
- Duration Management: When to extend/reduce
Macro Integration
- Fed Funds Expectations: Implied rate path
- Inflation Breakevens: TIPS spread analysis
- Real Yields: Nominal minus inflation
- Central Bank Meetings: Policy impact prediction
Usage
import { YieldCurveAnalyzer } from 'kit-trading/skills/yield-curve-analyzer';
const analyzer = new YieldCurveAnalyzer();
// Get current US yield curve
const curve = await analyzer.getCurve('US');
// {
// tenors: ['3M', '2Y', '5Y', '10Y', '30Y'],
// yields: [5.25, 4.85, 4.55, 4.65, 4.80],
// shape: 'inverted',
// spread2s10s: -0.20
// }
// Check for inversions
const inversions = await analyzer.checkInversions('US');
// { inverted: true, spreads: { '2s10s': -0.20, '3m10y': -0.60 } }
// Compare countries
const comparison = await analyzer.compare(['US', 'DE', 'JP', 'UK']);
// Get recession probability
const recession = await analyzer.recessionProbability('US');
// { probability: 0.45, model: 'NY Fed', leadTime: '12-18 months' }
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.
- 9d ago First seen · 89 lines · 0 tokens per session scan A 18043c8e79df
yield-curve-analyzer is a skill published in the GitHub repository Signal-Execution-Labs/forex-trading-ai-agent (136 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 791 tokens. 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
cost-efficiency-analyzer
Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…
onboarding
First-time user onboarding to set up investment profile, watchlists, portfolio, and preferences.
equity-risk-reviewer
Use for portfolio-facing stock risk briefs that separate market facts, interpretation, and non-investment-advice boundaries.
stock-valuation
Multi-method stock valuation using DCF, comparable company analysis, EV multiples, and residual income models.
technical-analysis
Technical analysis of US stocks using charts and indicators.
chart-master
Generate professional financial charts in Mermaid, ASCII, or HTML/Chart.js — MA lines, histograms, candlestick, volume, RSI/MACD, and more for markdown reports.