yield-curve-analyzer

yield-curve-analyzer is a skill for Claude Code, Codex from kayzaa/k.i.t.-bot. It costs 0 tokens per session (791 once invoked), scanned A, a copy of yield-curve-analyzer, MIT.

A tool for examining government bond interest rates across different loan periods and countries. A yield curve shows how rates change from short-term to long-term bonds.

In plain words
What is it for?
Use it to compare countries, study rate spreads and curve changes, review past inversions, and find fixed-income opportunities.
Why use it?
It brings current and historical rate data together and highlights unusual curve shapes, including inversions that can precede recessions.

Skill for Claude CodeCodex

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

Good fit Use it to compare countries, study rate spreads and curve changes, review past inversions, and find fixed-income opportunities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kayzaa/k.i.t.-bot/yield-curve-analyzer
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 kayzaa/k.i.t.-bot --skill yield-curve-analyzer
Clone the repo
git clone --depth 1 https://github.com/kayzaa/k.i.t.-bot

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 yield-curve-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/yield-curve-analyzer/github.svg)](https://agentmods.dev/skills/kayzaa/k.i.t.-bot/yield-curve-analyzer)
Your own site
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/yield-curve-analyzer"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/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.

agentmods 80×15 button for yield-curve-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/yield-curve-analyzer"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/yield-curve-analyzer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 791 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 100% copy Near-identical to another mod 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.00000 $0.00791
Opus 5 $0.00000 $0.00396
Sonnet 5 $0.00000 $0.00158
Haiku 4.5 $0.00000 $0.00079

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

Security

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 8d 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.

Origin

This is a copy

100% identical to yield-curve-analyzer — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/yield-curve-analyzer/SKILL.md · 89 lines

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' }

Read the full file on GitHub · 89 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. 8d ago First seen · 89 lines · 0 tokens per session scan A 18043c8e79df

Subscribe to this mod's changes

yield-curve-analyzer is a skill published in the GitHub repository kayzaa/k.i.t.-bot (5 stars, last pushed 6mo 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. It is 100% identical to yield-curve-analyzer, differing in 0 lines, and is treated as a copy.