/install economic-calendar-pro
Skill: Economic Calendar
When to use
- The user wants the economic calendar for today, this week, or a custom date range.
- The user asks for upcoming macro events, scheduled releases, or high/medium/low impact events.
- The user wants a forward-looking list of calendar items before trading.
When NOT to use
- The user wants broad market news and sentiment only -> use
market-news-brief - The user wants a stock price or company-specific quote -> use
stock-price-checker-pro - The user wants company fundamentals -> use
stock-fundamentals
Authentication
- Preferred: set
TRADING_ECONOMICS_API_KEYto your TradingEconomics credential string - Supported value format:
client:secret - Optional: copy
.env.exampleto.envat the repo root and fill inTRADING_ECONOMICS_API_KEY - Fallback: if no API key is present, the script uses Yahoo Finance's economic calendar endpoint
- Important: Yahoo fallback can omit importance and market-expectation fields, and country values are returned as short codes like
US,EU, orJP
Commands
Get the default calendar window
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py
Defaults to 7 days inclusive from the query day.
Get a custom calendar window
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py \x3CSTART_DATE> \x3CEND_DATE>
Dates must use YYYY-MM-DD.
Examples
# Default window: query day plus the next 6 days
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py
# Start from a specific day and use 7 days inclusive
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py 2026-03-10
# Explicit date range
uv run /root/.openclaw/workspace/skills/economic-calendar-pro/src/main.py 2026-03-10 2026-03-24
Output
The command returns:
- Requested date range
- Auth source used (
TradingEconomics APIorYahoo Finance fallback) - Total event count and covered day count
- Events grouped by day
- For each event: UTC time, country, event name, and available actual / forecast / previous values
Notes
- The script reads
TRADING_ECONOMICS_API_KEYfrom the environment first. - If no env var is set, it also checks a repo-root
.envfile before falling back to Yahoo Finance. - Yahoo fallback is better than guest TradingEconomics for current/future windows, but it does not expose the same richness of metadata.
- Do NOT use the
economic-calendar-pro.shwrapper in normal skill execution - calluv run src/main.pydirectly as shown above. - Do NOT use web search for this workflow - use the script so the output is date-filtered and formatted consistently.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install economic-calendar-pro - After installation, invoke the skill by name or use
/economic-calendar-pro - Provide required inputs per the skill's parameter spec and get structured output
What is Economic Calendar Pro?
Run a local script to fetch economic calendar events for a date range. Defaults to 7 days inclusive from the query day. Uses TradingEconomics when TRADING_EC... It is an AI Agent Skill for Claude Code / OpenClaw, with 411 downloads so far.
How do I install Economic Calendar Pro?
Run "/install economic-calendar-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Economic Calendar Pro free?
Yes, Economic Calendar Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Economic Calendar Pro support?
Economic Calendar Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Economic Calendar Pro?
It is built and maintained by youpele52 (@youpele52); the current version is v0.1.1.