← 返回 Skills 市场
190
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bloomberg-headlines
功能描述
读取彭博社(Bloomberg)最新头条新闻。当用户想查看彭博社新闻、财经头条、Bloomberg headlines、最新市场资讯时使用此skill。
使用说明 (SKILL.md)
彭博社头条新闻
读取彭博社最新的头条新闻。
使用方法
执行以下命令获取新闻:
bbgwire
该命令返回JSON格式的新闻列表,每条新闻包含:
Content: 新闻标题(中文)URL: 新闻链接Published: 发布时间(ISO 8601格式)
输出格式
将新闻整理为易读的格式呈现给用户:
- 标题: 新闻标题内容
- 链接: URL
- 发布时间: 本地化时间显示
默认显示最新的50条新闻。
示例输出
彭博社最新头条 (共50条)
1. 雪佛龙表示,惠特斯通天然气设施受损将影响重启
链接: https://www.bloomberg.com/news/articles/...
发布: 2026-03-29 17:36
2. 美国在导弹袭击中首次损失一架珍贵的E-3预警机
链接: https://www.bloomberg.com/news/articles/...
发布: 2026-03-29 17:28
...
注意事项
- 新闻内容为中文翻译版本
- 时间会转换为本地时区显示
安全使用建议
This skill appears to do what it says (run a CLI that returns Bloomberg headlines), but installing it compiles a third‑party Go package from github.com/8treenet/bbgwire. Before installing: (1) inspect the GitHub repo source (8treenet/bbgwire) for unexpected behavior (network calls, data exfiltration, shelling out), (2) verify the repo's reputation, recent commits, and license, (3) run the build/install in a sandboxed environment or container if possible, (4) confirm you are comfortable with a binary that will fetch content from the network and whether that could violate Bloomberg's terms, and (5) if you need stronger assurance, ask the publisher for a signed release or prefer an official Bloomberg client. If you cannot review the code or sandbox the binary, treat the install as potentially risky.
功能分析
Type: OpenClaw Skill
Name: bloomberg-headlines
Version: 1.0.0
The skill is designed to fetch Bloomberg news headlines using a Go-based utility. It installs the 'bbgwire' binary from a public GitHub repository (github.com/8treenet/bbgwire) and executes it to retrieve JSON-formatted news data. The instructions in SKILL.md are consistent with the stated purpose, and there are no indicators of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The skill declares it will fetch Bloomberg headlines and requires a binary named 'bbgwire' to do so. Requiring a CLI client that returns JSON for this purpose is coherent.
Instruction Scope
SKILL.md only instructs the agent to run a single command ('bbgwire') and format its JSON output for the user. It does not request unrelated files, environment variables, or transmit data to unexpected endpoints in the instructions.
Install Mechanism
Install spec uses the Go module github.com/8treenet/bbgwire@latest to produce the 'bbgwire' binary. Fetching and compiling a third‑party Go module from GitHub is a standard workflow but executes arbitrary code at install time — a moderate supply‑chain risk. No homepage or publisher details are provided in the skill metadata to help assess provenance.
Credentials
The skill declares no environment variables, credentials, or config paths. This is proportionate for a read-only headline fetcher; nothing in SKILL.md attempts to access other credentials or system files.
Persistence & Privilege
always is false, the skill does not request persistent system‑wide privileges, and there are no instructions to modify other skills or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bloomberg-headlines - 安装完成后,直接呼叫该 Skill 的名称或使用
/bloomberg-headlines触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of bloomberg-headlines skill:
- Provides the latest Bloomberg top headlines in Chinese.
- Outputs news with title, link, and localized publish time.
- Uses the bbgwire Go module for fetching news.
- Returns up to 50 recent headlines in an easy-to-read format.
- Requires macOS and Go for installation.
元数据
常见问题
Bloomberg Headlines 是什么?
读取彭博社(Bloomberg)最新头条新闻。当用户想查看彭博社新闻、财经头条、Bloomberg headlines、最新市场资讯时使用此skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 190 次。
如何安装 Bloomberg Headlines?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bloomberg-headlines」即可一键安装,无需额外配置。
Bloomberg Headlines 是免费的吗?
是的,Bloomberg Headlines 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bloomberg Headlines 支持哪些平台?
Bloomberg Headlines 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin)。
谁开发了 Bloomberg Headlines?
由 8treenet(@8treenet)开发并维护,当前版本 v1.0.0。
推荐 Skills