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...
stock-price-checker-prostock-fundamentalsequity-researchThis 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.
| 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 |
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py <SCOPE>
# Global overview (default — use when no region is specified)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py GLOBAL
# US markets
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py US
# European markets (covers UK, Germany, Netherlands)
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py EUROPE
# Specific 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 JAPAN
# Asian markets
uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py ASIA
The command returns a formatted summary including:
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.ZIP package — ready to use