一键导入
macro-calendar
Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Trustless ERC-8183 job evaluation — run Client's verification program inside a zkVM with ZK proof.
Binance official spot trading skill — place orders, manage accounts, and access real-time market data via Binance Spot API. Sourced from github.com/binance/binance-skills-hub.
Create, fund, and settle on-chain agent jobs via ERC-8183 Agentic Commerce Protocol.
Binance Web3 official skill — query any wallet address for token holdings, balances, and portfolio data across BSC, Base, and Solana. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — crypto market rankings including trending tokens, smart money inflow, social hype, meme ranks, and top trader PnL leaderboards. Sourced from github.com/binance/binance-skills-hub.
Binance Web3 official skill — real-time meme token launchpad tracking and AI-powered trending topic discovery on Solana and BSC. Sourced from github.com/binance/binance-skills-hub.
基于 SOC 职业分类
| name | macro-calendar |
| description | Track macroeconomic events, Fed rates, CPI, and economic indicators affecting crypto. |
| metadata | {"cryptoclaw":{"emoji":"📅","always":true}} |
Track macroeconomic events and economic indicators that impact crypto markets.
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.
| 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 |
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
https://finnhub.io/api/v1/calendar/economic
Free API key: register at https://finnhub.io. Set FINNHUB_API_KEY.
GET /calendar/economic?from={YYYY-MM-DD}&to={YYYY-MM-DD}&token={key}
Returns upcoming economic events with:
event — event namecountry — country codeimpact — high, medium, lowactual / estimate / prev — data valuestime — event timestamp| 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 |
| 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 |
General patterns (not financial advice):
crypto-news for full market contextUser: "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