Market News Brief
by @youpele52
Run a local script to fetch broad market news and tone. Use when: user asks about market conditions, macro news, what's happening in markets, or market senti...
clawhub install market-news-briefπ About This Skill
name: market-news-brief description: "Run a local script to fetch broad market news and tone. Use when: user asks about market conditions, macro news, what's happening in markets, or market sentiment for any region. Invoke by reading this SKILL.md then running: uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py
Skill: Market News Brief
When to use
When NOT to use
stock-price-checker-prostock-fundamentalsequity-researchβ οΈ Critical: Scope Words Only
This skill takes a market scope word as its argument β NOT a company ticker.
Passing AAPL, TSLA, or any bare ticker symbol will cause an error.
Always map the user's intent to a scope word from the table below.
Valid Scopes
| Scope | Coverage |
|---------------|-----------------------------------------------------|
| GLOBAL | All regions combined (default if nothing specified) |
| US | S&P 500, Nasdaq 100, Dow Jones, Russell 2000, VIX |
| EUROPE | UK + Germany + Netherlands combined |
| UK | FTSE 100 |
| GERMANY | DAX |
| NETHERLANDS | AEX / Euronext |
| ASIA | Japan + South Korea combined |
| JAPAN | Nikkei 225 |
| SOUTH_KOREA | KOSPI |
Commands
Get broad market news
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py
Examples
# Global overview (default β use when no region is specified)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py GLOBALUS markets
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py USEuropean markets (covers UK, Germany, Netherlands)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py EUROPESpecific countries
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py GERMANY
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py UK
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py JAPANAsian markets
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py ASIA
Output
The command returns a formatted summary including:
Notes
uv run internally β no manual pip install or venv setup needed.AAPL) β it will error. Use scope words only.RHM.DE, use EUROPE or GERMANY for market context.market-news.sh wrapper β call uv run src/main.py directly as shown above.β‘ When to Use
π‘ Examples
# Global overview (default β use when no region is specified)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py GLOBALUS markets
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py USEuropean markets (covers UK, Germany, Netherlands)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py EUROPESpecific countries
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py GERMANY
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py UK
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py JAPANAsian markets
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py ASIA
π Tips & Best Practices
uv run internally β no manual pip install or venv setup needed.AAPL) β it will error. Use scope words only.RHM.DE, use EUROPE or GERMANY for market context.market-news.sh wrapper β call uv run src/main.py directly as shown above.