Skip to content
Data
Skill

/eodhd-macro

Macro-economic dashboard using EODHD data — GDP, CPI, unemployment, interest rates, Treasury yield curve, real yields, and the economic events calendar. Invoke as /eodhd-macro [country or region].

From plugin
eodhd-api
3813 skills1 agent1 MCP
Install
$ npx -y skills add EodHistoricalData/eodhd-claude-skills --skill eodhd-macro --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/eodhd-macro

Context preview

The summary Claude sees to decide when to auto-load this skill.

Macro-economic dashboard using EODHD data — GDP, CPI, unemployment, interest rates, Treasury yield curve, real yields, and the economic events calendar. Invoke as /eodhd-macro [country or region].

SKILL.md

eodhd-macro.SKILL.md
name: eodhd-macro
description: >-
  Macro-economic dashboard using EODHD data — GDP, CPI, unemployment, interest
  rates, Treasury yield curve, real yields, and the economic events calendar.
  Invoke as /eodhd-macro [country or region].
argument-hint: "[country or region, e.g. USA, EU, G7]"

Generate a macro-economic dashboard using EODHD data.

Use the `macro-dashboard` skill workflow:

1. Fetch key macro indicators for USA (and other countries if specified in $ARGUMENTS):

  • GDP growth (gdp_growth_annual)
  • Inflation / CPI (inflation_consumer_prices_annual)
  • Unemployment (unemployment_total_percent)
  • Real interest rate (real_interest_rate)
  • Trade balance / net exports (net_trades_goods_services — absolute USD, not % of GDP)
  • Government debt (debt_percent_gdp — central govt debt, % of GDP)

2. Fetch US Treasury yield curve:

  • Bill rates (ust/bill-rates)
  • Yield curve rates (ust/yield-rates)
  • Real yield rates (ust/real-yield-rates)

3. Fetch upcoming economic events (`economic-events`). **Always pass an explicit date window and country** — e.g. `--from-date <today> --to-date <today+14d> --country US` — otherwise the API returns arbitrary far-future events with empty fields. Field mapping (the API does NOT use `event`/`forecast` keys):

  • event name → `type`
  • forecast/consensus → `estimate`
  • previous → `previous`, actual → `actual` (null for not-yet-released)

Present:

  • **Key Indicators Table** with latest value, previous, YoY change, trend arrow
  • **Yield Curve Table** with all standard maturities + 2Y-10Y spread + curve shape assessment
  • **Real Yields** — inflation-adjusted yields for 5Y, 10Y, 30Y
  • **Upcoming Economic Events** — next 10 events with date, country, forecast, previous
  • **Economic Narrative** — 3-5 bullet point summary of current economic state

If $ARGUMENTS specifies countries (e.g., "USA vs EU" or "G7"), include multi-country comparison.

Include disclaimer: "This is not financial advice. Data is for informational purposes only."

Read more
Ships witheodhd-api

Developer-first financial data for Claude — 150,000+ tickers across 70+ exchanges, powered by EODHD API and an OAuth-secured MCP Server. ⚠ Not financial advice. This plugin delivers AI-generated analysis on top of EODHD market data.

Get the whole plugin
Stats
39
Stars
10
Forks
Active
Maintenance
Python
Language
MIT
License
19d ago
Last commit
6mo ago
Created

Repo: EodHistoricalData/eodhd-claude-skills

Other skills on eodhd-api.