| name | finance-news |
| description | Market news briefings with AI summaries and price alerts. Aggregates headlines from US/Europe/Japan markets. Use when: 'stock news', 'market updates', 'morning briefing', 'evening market wrap', 'financial headlines', 'price alerts', 'what happened in the market'. Supports WhatsApp delivery and English/German output. NOT for fundamental analysis or scoring (use equity-research). NOT for raw financial data queries (use openbb). |
Finance News Skill
AI-powered market news briefings with configurable language output and automated delivery via WhatsApp/Telegram.
First-Time Setup
Run the interactive setup wizard:
finance-news setup
The wizard configures RSS feeds, markets (US/Europe/Japan/Asia), delivery channels (WhatsApp/Telegram), language (English/German), and cron schedule.
Configure individual sections:
finance-news setup --section feeds
finance-news setup --section delivery
finance-news setup --section schedule
finance-news setup --reset
Verify setup completed correctly:
finance-news config
finance-news briefing --morning
Quick Start
finance-news briefing --morning
finance-news briefing --evening --send --group "Market Briefing"
finance-news market
finance-news portfolio
finance-news news AAPL
See COMMANDS.md for the full CLI reference including portfolio management, cron setup, and configuration details.
Cron Jobs
openclaw cron add --schedule "30 6 * * 1-5" \
--timezone "America/Los_Angeles" \
--command "bash ~/clawd/skills/finance-news/cron/morning.sh"
openclaw cron add --schedule "0 13 * * 1-5" \
--timezone "America/Los_Angeles" \
--command "bash ~/clawd/skills/finance-news/cron/evening.sh"
Verify cron jobs are active:
openclaw cron list
bash ~/clawd/skills/finance-news/cron/morning.sh
Integration
Combine with OpenBB for detailed quotes before news:
openbb-quote AAPL && finance-news news AAPL
Run briefings via Lobster for approval gates and resumability — see workflows/README.md for full documentation:
lobster "workflows.run --file workflows/briefing.yaml"
Troubleshooting
| Issue | Fix |
|---|
| Gemini not working | Run gemini and follow the login flow to authenticate |
| RSS feeds timing out | Check network; WSJ/Barron's may need subscription cookies; CNBC/Yahoo always work |
| WhatsApp delivery failing | Verify group exists and bot has access; run openclaw doctor |