AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Macro Dashboard

skill-eodhistoricaldata-eodhd-claude-skills-macro-dashboard · by EodHistoricalData

>-

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-eodhistoricaldata-eodhd-claude-skills-macro-dashboard

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-eodhistoricaldata-eodhd-claude-skills-macro-dashboard)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Macro Dashboard? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Skill: macro-dashboard

Purpose

Build a comprehensive macro-economic dashboard using EODHD data — combining macro indicators across countries, Treasury yield curves, and economic events calendar for a complete economic picture.

Trigger

Activate when the user asks for:

  • Macro-economic overview or dashboard
  • GDP, inflation, unemployment data
  • Interest rate trends or yield curve analysis
  • Economic calendar or upcoming events
  • Country economic comparison
  • "How's the economy?"
  • Trade balance or current account data
  • Central bank policy context

Workflow

  1. Determine scope — country/countries and indicators of interest
  2. Fetch macro indicatorsmacro-indicator for GDP, CPI, unemployment, etc.
  3. Fetch Treasury ratesust/yield-rates, ust/bill-rates, ust/long-term-rates, ust/real-yield-rates
  4. Fetch economic eventseconomic-events for upcoming releases. Always pass an explicit

--from-date/--to-date window (e.g. today → +14d) and --country — without them the API returns arbitrary far-future events with empty fields. Field mapping: event name = type (NOT event), forecast = estimate (NOT forecast), plus previous/actual (actual is null until released).

  1. Calculate trends — YoY changes, trends, inflection points
  2. Compile dashboard

Available Macro Indicators

Key indicators available via macro-indicator endpoint (codes below are verified valid — passing an unknown code returns Indicator or Country are Not Found or silently falls back to GDP):

  • gdp_current_usd — GDP in current USD
  • gdp_growth_annual — Annual GDP growth %
  • inflation_consumer_prices_annual — CPI annual %
  • unemployment_total_percent — Unemployment rate %
  • real_interest_rate — Real interest rate % (EODHD has no nominal policy-rate indicator)
  • net_trades_goods_services — Trade balance / net exports (absolute USD, not % of GDP)
  • merchandise_trade_percent_gdp — Merchandise trade as % of GDP (trade volume, not balance)
  • debt_percent_gdp — Central government debt as % of GDP
  • population_total — Total population
  • Many more (50+ indicators per country)

Country codes: USA, GBR, DEU, JPN, CHN, FRA, CAN, AUS, etc.

Output Structure

Macro Dashboard — [Country/Region] — [Date]

Key Economic Indicators | Indicator | Latest | Previous | YoY Change | Trend | |-----------|--------|----------|-----------|-------| | GDP Growth | — | — | — | ↑/↓/→ | | CPI (Annual) | — | — | — | ↑/↓/→ | | Unemployment | — | — | — | ↑/↓/→ | | Interest Rate | — | — | — | ↑/↓/→ | | Trade Balance | — | — | — | ↑/↓/→ | | Govt Debt/GDP | — | — | — | ↑/↓/→ |

US Treasury Yield Curve | Maturity | Current Yield | 1M Ago | 1Y Ago | |----------|--------------|--------|--------| | 1M | — | — | — | | 3M | — | — | — | | 6M | — | — | — | | 1Y | — | — | — | | 2Y | — | — | — | | 5Y | — | — | — | | 10Y | — | — | — | | 20Y | — | — | — | | 30Y | — | — | — |

  • 2Y-10Y Spread: — bps (normal/inverted)
  • Real yields (inflation-adjusted): 5Y —, 10Y —, 30Y —

Upcoming Economic Events | Date | Event | Country | Actual | Forecast | Previous | |------|-------|---------|--------|----------|----------|

Economic Narrative

  • Summary of current economic cycle phase
  • Key risks and tailwinds
  • Central bank policy outlook
  • Cross-country comparisons (if multi-country)

> This is not financial advice. Data is for informational purposes only.

Endpoints Used

| Endpoint | Purpose | Cost | |----------|---------|------| | macro-indicator | GDP, CPI, unemployment, etc. | 1 call each | | ust/yield-rates | Par yield curve | 1 call | | ust/bill-rates | Short-term Treasury rates | 1 call | | ust/long-term-rates | Long-term Treasury rates | 1 call | | ust/real-yield-rates | Inflation-adjusted yields | 1 call | | economic-events | Upcoming economic releases | 1 call |

References

  • ../eodhd-api/references/endpoints/macro-indicator.md
  • ../eodhd-api/references/endpoints/ust-yield-rates.md
  • ../eodhd-api/references/endpoints/ust-bill-rates.md
  • ../eodhd-api/references/endpoints/ust-long-term-rates.md
  • ../eodhd-api/references/endpoints/ust-real-yield-rates.md
  • ../eodhd-api/references/endpoints/economic-events.md

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.