Install
openclaw skills install fed-agentProvides timely, factual summaries of Federal Reserve policy decisions, interest rates, inflation data, and Fed Chair speeches in clean markdown tables.
openclaw skills install fed-agentActs as an economic analyst to track Federal Reserve policy movements, interest rate decisions, inflation data (CPI/PCE), and key speeches from Fed officials. Provides clean, factual summaries of:
python "C:\Users\Legion 5i Pro\.openclaw\workspace\skills\fed-agent\scripts\track_fed_policy.py" --output-file ""
python "C:\Users\Legion 5i Pro\.openclaw\workspace\skills\fed-agent\scripts\track_fed_policy.py" --output-file ""
Note: --output-file "" means print output directly to this chat. Use --output-file "fed_data.md" to save to file instead.
When --output-file "":
## Federal Reserve Policy Tracker
| Metric | Value/Status | Date/Time | Source |
|--------|--------------|-----------|--------|
| Current Fed Funds Rate | 4.25% - 4.50% (No Change) | Mar 16, 2026 09:00 AM EST | FOMC Statement |
| Target Range | 4.25-4.50% (Unchanged) | Mar 15, 2026 | FOMC Press Release |
| Inflation (CPI YoY) | 2.8% (Down 0.3 pp from prior) | Feb 13, 2026 | BLS Data |
| Core CPI YoY | 3.1% (Down 0.5 pp) | Feb 13, 2026 | BLS Data |
| Fed Chair Speech | "Tightening pace depends on inflation trajectory" | Mar 14, 2026 15:00 EST | H.19/2.07 |
| Dot Plot (Median Rate Path) | 3.8% - 4.4% over next cycle | Mar 14, 2026 | FOMC Statement |
python "...\track_fed_policy.py" --output-file "" --with-inflation
python "...\track_fed_policy.py" --output-file "" --with-employment
python "...\track_fed_policy.py" --output-file "fed_daily.md"
python "...\track_fed_policy.py" --output-mode json
$ python "C:\Users\Legion 5i Pro\.openclaw\workspace\skills\fed-agent\scripts\track_fed_policy.py" --output-file ""
[+] Federal Reserve Tracker v1.0 executed successfully.
[+] Output sent to console (print here).
## Federal Reserve Policy Tracker
| Metric | Value/Status | Date/Time | Source |
|--------|--------------|-----------|--------|
| Current Fed Funds Rate | 4.25% - 4.50% (No Change) | Mar 16, 2026 09:00 AM EST | FOMC Statement |
| ... | ... | ... | ... |
✅ Success! Output printed directly to chat interface.
This skill uses publicly available Federal Reserve data:
--output-file "" is used (empty string)--with-inflation --with-employmentEdit scripts/track_fed_policy.py in the root folder if you need to customize:
python "C:\Users\Legion 5i Pro\.openclaw\workspace\skills\fed-agent\scripts\track_fed_policy.py" --output-file ""
python "...\track_fed_policy.py" --output-file "" --with-inflation
python "...\track_fed_policy.py" --output-file "fed_report.md"
Status: ✅ Ready for execution
Last Updated: 2026-03-15
Skill Version: FED-AGENT-SKILL-001