macro-calendar

Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.

202 stars

Best use case

macro-calendar is best used when you need a repeatable AI agent workflow instead of a one-off prompt. It is especially useful for teams working in multi. Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.

Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.

Users should expect a more consistent workflow output, faster repeated execution, and less time spent rewriting prompts from scratch.

Practical example

Example input

Use the "macro-calendar" skill to help with this workflow task. Context: Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.

Example output

A structured workflow result with clearer steps, more consistent formatting, and an output that is easier to reuse in the next run.

When to use this skill

  • Use this skill when you want a reusable workflow rather than writing the same prompt again and again.

When not to use this skill

  • Do not use this when you only need a one-off answer and do not need a reusable workflow.
  • Do not use it if you cannot install or maintain the related files, repository context, or supporting tools.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/macro-calendar/SKILL.md --create-dirs "https://raw.githubusercontent.com/TermiX-official/cryptoclaw/main/skills/macro-calendar/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/macro-calendar/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How macro-calendar Compares

Feature / Agentmacro-calendarStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Economic Calendar & Macro Data

Track macroeconomic events and economic indicators that impact crypto markets.

## Data Sources

### 1. FRED API (Federal Reserve Economic Data)

```
https://api.stlouisfed.org/fred/
```

Free API key: register at https://fred.stlouisfed.org/docs/api/api_key.html

If `FRED_API_KEY` is set, use it. Otherwise, note the data is unavailable and suggest the user register for a free key.

#### Key Series

| Series ID  | Description                    |
| ---------- | ------------------------------ |
| `FEDFUNDS` | Federal Funds Effective Rate   |
| `CPIAUCSL` | Consumer Price Index (CPI)     |
| `UNRATE`   | Unemployment Rate              |
| `GDP`      | Gross Domestic Product         |
| `DGS10`    | 10-Year Treasury Yield         |
| `DGS2`     | 2-Year Treasury Yield          |
| `T10Y2Y`   | 10Y-2Y Spread (yield curve)    |
| `M2SL`     | M2 Money Supply                |
| `WALCL`    | Fed Balance Sheet Total Assets |
| `DEXUSEU`  | USD/EUR Exchange Rate          |

#### Endpoints

Latest observation:

```
GET /fred/series/observations?series_id={id}&sort_order=desc&limit=1&api_key={key}&file_type=json
```

Historical data:

```
GET /fred/series/observations?series_id={id}&observation_start={YYYY-MM-DD}&api_key={key}&file_type=json
```

Series metadata:

```
GET /fred/series?series_id={id}&api_key={key}&file_type=json
```

### 2. Finnhub Economic Calendar

```
https://finnhub.io/api/v1/calendar/economic
```

Free API key: register at https://finnhub.io. Set `FINNHUB_API_KEY`.

#### Endpoint

```
GET /calendar/economic?from={YYYY-MM-DD}&to={YYYY-MM-DD}&token={key}
```

Returns upcoming economic events with:

- `event` — event name
- `country` — country code
- `impact` — `high`, `medium`, `low`
- `actual` / `estimate` / `prev` — data values
- `time` — event timestamp

## Key Events for Crypto

### High Impact

| Event                   | Frequency | Why It Matters                      |
| ----------------------- | --------- | ----------------------------------- |
| FOMC Rate Decision      | 8x/year   | Rate hikes → risk-off → crypto down |
| CPI (Inflation)         | Monthly   | High CPI → more hikes expected      |
| Non-Farm Payrolls (NFP) | Monthly   | Strong jobs → hawkish Fed           |
| GDP                     | Quarterly | Recession fears → flight to safety  |
| PCE Price Index         | Monthly   | Fed's preferred inflation gauge     |

### Medium Impact

| Event               | Frequency | Why It Matters             |
| ------------------- | --------- | -------------------------- |
| PMI (Manufacturing) | Monthly   | Economic health indicator  |
| Retail Sales        | Monthly   | Consumer spending strength |
| Jobless Claims      | Weekly    | Labor market pulse         |
| ISM Services        | Monthly   | Service sector health      |

## Impact on Crypto

General patterns (not financial advice):

- **Rate cuts / dovish Fed** → bullish for crypto (more liquidity)
- **Rate hikes / hawkish Fed** → bearish for crypto (less liquidity)
- **CPI above expectations** → bearish (more hikes coming)
- **CPI below expectations** → bullish (rate cuts possible)
- **Strong jobs data** → mixed (good economy but hawkish Fed)
- **Yield curve inversion** → recession signal, initially bearish then bullish

## Usage Notes

- Always note that macro-to-crypto correlation is not guaranteed
- Present event times in the user's timezone when possible
- For FOMC meetings, note both the date and the press conference time
- Combine with `crypto-news` for full market context
- If no API keys are available, summarize what data would be accessible and suggest registration

## Example Interactions

User: "When is the next Fed meeting?"
→ Check Finnhub calendar for FOMC events, report date and current rate expectations

User: "What's the current CPI?"
→ Fetch FRED series CPIAUCSL, report latest reading and YoY change

User: "Any major economic events this week?"
→ Fetch Finnhub calendar for current week, filter by high impact, list events

User: "How does the yield curve look?"
→ Fetch DGS10, DGS2, T10Y2Y from FRED, report current spread and inversion status

Related Skills

github

211
from TermiX-official/cryptoclaw

GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.

gifgrep

211
from TermiX-official/cryptoclaw

Search GIF providers with CLI/TUI, download results, and extract stills/sheets.

zkvm-evaluator

202
from TermiX-official/cryptoclaw

Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.

xurl

202
from TermiX-official/cryptoclaw

A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.

whale-watcher

202
from TermiX-official/cryptoclaw

Monitor large transactions and whale movements on-chain.

weather

202
from TermiX-official/cryptoclaw

Get current weather and forecasts via wttr.in or Open-Meteo. Use when: user asks about weather, temperature, or forecasts for any location. NOT for: historical weather data, severe weather alerts, or detailed meteorological analysis. No API key needed.

wallet-manager

202
from TermiX-official/cryptoclaw

Create, import, and manage blockchain wallets securely.

wacli

202
from TermiX-official/cryptoclaw

Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).

voice-call

202
from TermiX-official/cryptoclaw

Start voice calls via the OpenClaw voice-call plugin.

video-frames

202
from TermiX-official/cryptoclaw

Extract frames or short clips from videos using ffmpeg.

trello

202
from TermiX-official/cryptoclaw

Manage Trello boards, lists, and cards via the Trello REST API.

token-swap

202
from TermiX-official/cryptoclaw

Execute token swaps on Uniswap/PancakeSwap across multiple EVM chains.