← 返回
效率工具 中文

Market News Brief

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...
运行本地脚本获取市场新闻与情绪。当用户询问市场状况、宏观新闻、市场动态或市场情绪时使用。
youpele52
效率工具 clawhub v0.1.2 2 版本 100000 Key: 无需
★ 0
Stars
📥 617
下载
💾 18
安装
2
版本
#latest

概述

Skill: Market News Brief

When to use

  • The user wants to understand current market sentiment and news trends.
  • The user wants broad market news and macro tone for a region or country.
  • The user asks "what's happening in the market?" or "any market news today?"
  • The user asks about US markets, European markets, Asian markets, or global markets.
  • The user wants a news digest before making a trading or investment decision.

When NOT to use

  • The user wants the current price of a specific stock → use stock-price-checker-pro
  • The user wants fundamentals (P/E, EPS, margins) for a company → use stock-fundamentals
  • The user wants a full equity research report → use equity-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

ScopeCoverage
--------------------------------------------------------------------
GLOBALAll regions combined (default if nothing specified)
USS&P 500, Nasdaq 100, Dow Jones, Russell 2000, VIX
EUROPEUK + Germany + Netherlands combined
UKFTSE 100
GERMANYDAX
NETHERLANDSAEX / Euronext
ASIAJapan + South Korea combined
JAPANNikkei 225
SOUTH_KOREAKOSPI

Commands

Get broad market news

uv run /root/.openclaw/workspace/skills/market-news-brief/src/main.py <SCOPE>

Examples

# 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

Output

The command returns a formatted summary including:

  • Index / ETF snapshot for the selected scope (price, change, % change)
  • Market tone assessment (risk-on / risk-off / neutral)
  • Dominant news themes (e.g. Central banks, Inflation, Tech, Energy, Geopolitics)
  • Top headlines with source, publish timestamp, and link

Notes

  • Uses uv run internally — no manual pip install or venv setup needed.
  • Do NOT pass a bare company ticker (e.g. AAPL) — it will error. Use scope words only.
  • For a user asking about a German stock like RHM.DE, use EUROPE or GERMANY for market context.
  • Do NOT use web search or curl to fetch market news — always use this script.
  • Do NOT use the market-news.sh wrapper — call uv run src/main.py directly as shown above.

版本历史

共 2 个版本

  • v0.1.2 当前
    2026-05-28 13:06
  • v0.1.1
    2026-03-30 16:28 安全 安全

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 225,996
productivity

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 437 📥 146,879
data-analysis

Stock Fundamentals

youpele52
使用 yfinance 在本地运行脚本分析股票基本面(P/E、EPS、利润率、负债、ROE、分析师目标),通过 exec 工具执行:uv run /root/.openclaw/w...
★ 0 📥 1,129