← Back to Skills Marketplace
8treenet

Bloomberg Headlines

by 8treenet · GitHub ↗ · v1.0.0 · MIT-0
darwin ✓ Security Clean
190
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install bloomberg-headlines
Description
读取彭博社(Bloomberg)最新头条新闻。当用户想查看彭博社新闻、财经头条、Bloomberg headlines、最新市场资讯时使用此skill。
README (SKILL.md)

彭博社头条新闻

读取彭博社最新的头条新闻。

使用方法

执行以下命令获取新闻:

bbgwire

该命令返回JSON格式的新闻列表,每条新闻包含:

  • Content: 新闻标题(中文)
  • URL: 新闻链接
  • Published: 发布时间(ISO 8601格式)

输出格式

将新闻整理为易读的格式呈现给用户:

  1. 标题: 新闻标题内容
    • 链接: 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
...

注意事项

  • 新闻内容为中文翻译版本
  • 时间会转换为本地时区显示
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install bloomberg-headlines
  3. After installation, invoke the skill by name or use /bloomberg-headlines
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug bloomberg-headlines
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Bloomberg Headlines?

读取彭博社(Bloomberg)最新头条新闻。当用户想查看彭博社新闻、财经头条、Bloomberg headlines、最新市场资讯时使用此skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 190 downloads so far.

How do I install Bloomberg Headlines?

Run "/install bloomberg-headlines" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Bloomberg Headlines free?

Yes, Bloomberg Headlines is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Bloomberg Headlines support?

Bloomberg Headlines is cross-platform and runs anywhere OpenClaw / Claude Code is available (darwin).

Who created Bloomberg Headlines?

It is built and maintained by 8treenet (@8treenet); the current version is v1.0.0.

💬 Comments