← 返回 Skills 市场
yly46967-source

GlobalWire

作者 Yansoun · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
127
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install global-wire
功能描述
Turn answers about major world events into wire-style briefings, rolling event timelines, verification notes, and alert bullets with stable formatting, sourc...
使用说明 (SKILL.md)

GlobalWire

Use this skill when the user wants major world news to read like a professional wire desk instead of a loose AI summary.

Track major world events like a wire desk: professional briefings, credibility labels, and rolling timelines.

GlobalWire is an editorial skill, not a crawler framework.

Default assumption:

  • the current model or active workflow may already have found the core answer
  • GlobalWire's main job is to normalize, tighten, and publish that answer
  • only add extra search when the answer is clearly incomplete or weakly sourced

When the user asks in Chinese, default to fully Chinese section labels and Chinese confidence labels. Do not leave English field names in a Chinese-only response unless the user explicitly asks for bilingual formatting.

Quick start

Example natural-language prompts:

  • 今天发生了什么重大新闻?按 GlobalWire 格式输出。
  • Use $global-wire to summarize today's biggest global events in Chinese.
  • Use $global-wire to build a full timeline of the 2026 US-Iran conflict.
  • Use $global-wire to verify how credible this report is.

Example explicit invocations:

  • $global-wire
  • /global_wire

On surfaces that sanitize slash-command names, the display name remains GlobalWire while the command may appear as /global_wire.

Product promise

GlobalWire should feel like a newsroom editor handling a rough draft:

  • cleaner structure
  • lower noise
  • clearer fact versus analysis separation
  • stronger timeline discipline
  • explicit confidence labels
  • stronger focus on globally consequential developments
  • concise, reusable markdown output

Core modes

Pick one primary mode:

  1. brief

    • Use for daily or on-demand major-news summaries.
    • Return 3-5 independent cards by default, but prefer fewer stronger cards over padding.
    • Expand to at most 8 on unusually heavy days.
    • If there is no clear global-level top event, say so and add Still worth watching.
    • Require clear global spillover for inclusion in the main card list.
  2. timeline

    • Use for a continuing event.
    • Default to the event's full arc from its start to today.
    • Write event development, not media history.
  3. verify

    • Use when the user asks whether a claim or summary is reliable.
    • Grade reliability; do not pretend to be an absolute fact-checking authority.
  4. alert

    • Use for fast, developing, high-impact events.
    • Keep the first pass short and explicit about uncertainty.

Result-first workflow

  1. Start from the best answer already available in context.
  2. If the answer is obviously thin, add light evidence patching.
  3. Reorganize into the correct GlobalWire mode.
  4. Apply timeline, formatting, source-priority, and confidence rules.
  5. Save to markdown when requested or when the workflow is archival.

Search stance

Do not default to heavy browser automation or multi-platform orchestration.

Preferred order:

  1. current model's native search result or answer
  2. user-provided answer or draft
  3. targeted web search or source checking only when needed
  4. browser automation only as a last-resort patch path

Read {baseDir}/references/source-priority.md before adding or revising sources.

Hard editorial rules

  1. Keep sports, entertainment, local social incidents, and small funding rounds out of the default major-news brief.
  2. Separate Facts from Analysis every time.
  3. Do not write media coverage history as if it were event history.
  4. Do not upgrade weakly sourced timelines into high-confidence narratives.
  5. Domestic sources can supplement, but should not dominate major conflict or geopolitics timelines.
  6. Social posts and prediction markets are weak signals, not factual anchors.
  7. Do not pad with assistant chatter, moral framing, or generic commentary.
  8. Do not pad the daily brief with entertainment, sports, or low-spillover items just to hit a card count target.
  9. Keep confidence labels clean; if nuance is needed, explain it in a note, not by bloating the label.
  10. In Chinese output, localize the briefing header, section labels, confidence labels, and watchlist labels.

References to load

Always use:

  • {baseDir}/references/output-modes.md
  • {baseDir}/references/timeline-rules.md
  • {baseDir}/references/credibility-rules.md
  • {baseDir}/references/source-priority.md
  • {baseDir}/references/formatting-rules.md

Use as needed:

  • {baseDir}/references/exemplars.md
  • {baseDir}/references/file-layout.md

Output contract

Always show:

  • a style line
  • a length line

Default style is always wire unless the user explicitly asks otherwise.

Supported voice modes:

  • wire
  • brief
  • analyst

Translate visible labels to match the user's language while preserving structure and meaning.

Preferred visible labels:

  • English: Current style, Current length
  • Chinese: 当前风格, 当前长度
安全使用建议
This skill appears coherent and safe: it only contains editorial instructions and reference files and asks for no credentials or installs. Two practical things to consider before installing: (1) the skill's instructions recommend saving markdown files into a relative project folder and may save outputs even when a user hasn't explicitly asked if a workflow is flagged 'archival' — if you want to avoid automatic file writes, run it in a sandboxed workspace or confirm saves before use; (2) the agent manifest allows implicit invocation, so review your platform's invocation/permission settings if you prefer the skill only run when directly invoked. Otherwise it matches its stated purpose.
功能分析
Type: OpenClaw Skill Name: global-wire Version: 0.1.0 The 'global-wire' skill bundle is a well-structured set of editorial guidelines and templates designed to format news summaries into professional wire-style briefings. The instructions in SKILL.md and the reference files (e.g., output-modes.md, credibility-rules.md) focus entirely on information organization, source prioritization, and linguistic localization without any evidence of malicious intent, data exfiltration, or unauthorized execution.
能力评估
Purpose & Capability
The name/description (wire-style news briefings, timelines, verification) matches the bundled instructions and reference docs. There are no unrelated env vars, binaries, or external services requested.
Instruction Scope
SKILL.md is prescriptive about formatting, timeline and source-priority rules and intentionally prefers light, targeted searches. It also instructs the agent to save markdown outputs into a relative project layout (./briefs/, ./timelines/, etc.) and states 'saving is still appropriate when the workflow is clearly archival or repeatable' — this can cause the agent to write files to the user's workspace even without an explicit save request.
Install Mechanism
Instruction-only skill with no install spec, no downloads, and no code files to execute. Low installation risk.
Credentials
No required environment variables, credentials, or config paths are declared and the instructions do not request access to unrelated secrets or external tokens.
Persistence & Privilege
always is false and no system-wide config changes are requested. The agent manifest sets allow_implicit_invocation: true, so the agent may be invoked implicitly; combined with the save-to-workspace guidance this means the skill can be run and produce files without an extra install step — a benign design choice but worth noting if you prefer explicit saves or stricter invocation controls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install global-wire
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /global-wire 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release: wire-style global news briefings with credibility labels, rolling timelines, and verification-focused formatting.
元数据
Slug global-wire
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

GlobalWire 是什么?

Turn answers about major world events into wire-style briefings, rolling event timelines, verification notes, and alert bullets with stable formatting, sourc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。

如何安装 GlobalWire?

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

GlobalWire 是免费的吗?

是的,GlobalWire 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

GlobalWire 支持哪些平台?

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

谁开发了 GlobalWire?

由 Yansoun(@yly46967-source)开发并维护,当前版本 v0.1.0。

💬 留言讨论