← 返回 Skills 市场
youpele52

Market News Brief

作者 youpele52 · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
294
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
This skill appears to do what it claims: it uses yfinance to pull Yahoo Finance quote snapshots and headline metadata and returns a small summary and tone. Before installing, verify you trust the 'uv' runner (it will be responsible for executing the script and may fetch dependencies like yfinance), and ensure network egress to Yahoo Finance is acceptable in your environment. If you need stricter guarantees, run the script in a sandboxed environment or inspect/execute the Python code locally (it contains no hidden exfiltration). Also note the skill expects scope words (not bare tickers) and will error on plain tickers unless they include an exchange suffix.
功能分析
Type: OpenClaw Skill Name: market-news-brief Version: 0.1.1 The market-news-brief skill is a legitimate tool designed to fetch and summarize financial market news and sentiment using the yfinance library. The code logic in src/service.py and src/main.py focuses on retrieving ticker data for established market proxies (e.g., SPY, ^FTSE) and parsing news headlines. There is no evidence of data exfiltration, unauthorized network activity, or malicious prompt injection instructions in SKILL.md.
能力评估
Purpose & Capability
Name/description match the implementation: the Python code uses yfinance to pull quote snapshots and Yahoo Finance headlines, and SKILL.md points to Yahoo Finance as the data source. The only external runtime requirement is the 'uv' binary used to run the script, which aligns with the SKILL.md note about 'uv run'. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script with a scope argument and explicitly forbids web-search/curl. The implementation only accesses Yahoo Finance via yfinance to retrieve quotes and headline metadata and does not read system files, environment variables, or contact unexpected endpoints. The SKILL.md uses an absolute workspace path which is brittle but consistent with provided files.
Install Mechanism
There is no install spec; this is instruction + code. main.py lists yfinance as a dependency (in a comment block) but relies on the 'uv' runner to handle dependency resolution. That is coherent but means installing/running the skill depends on the trustworthiness of the 'uv' binary and its network access to fetch packages like yfinance.
Credentials
The skill requires no environment variables or credentials. It does not attempt to access unrelated secrets or config paths; use of yfinance (public data) requires no API keys, so requested environment access is proportionate.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system-wide privileges or modify other skills. It only runs as a user-invoked script and prints output; nothing indicates it persists state or elevates privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install market-news-brief
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /market-news-brief 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
**Market News Brief 0.1.1 — major documentation update** - Clarified when and when NOT to use the skill (e.g., not for single-stock or fundamentals inquiries). - Added a detailed, bold warning to only use predefined market scope words (never bare ticker symbols). - Introduced a clear table of supported market scopes and regional coverage. - Updated all usage examples to use explicit scope words and new invocation path. - Provided guidance for mapping user queries to valid scopes. - Streamlined instructions on output format and usage, removing ambiguity around arguments.
v0.1.0
Initial release: Summarize broad market news and tone using Yahoo Finance data, no API key needed. - Provides quick market briefs (market snapshot, top headlines, dominant themes) by region or globally. - Supports inferring market scope from country/region name or exchange-suffixed tickers. - Uses yfinance to fetch quotes and news for broad-market proxies. - Clearly notes when headline coverage is limited for the chosen market. - Simple CLI interface; outputs a concise, human-readable brief to stdout.
元数据
Slug market-news-brief
版本 0.1.1
许可证
累计安装 1
当前安装数 1
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。

如何安装 Market News Brief?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install market-news-brief」即可一键安装,无需额外配置。

Market News Brief 是免费的吗?

是的,Market News Brief 完全免费(开源免费),可自由下载、安装和使用。

Market News Brief 支持哪些平台?

Market News Brief 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Market News Brief?

由 youpele52(@youpele52)开发并维护,当前版本 v0.1.1。

💬 留言讨论