← Back to Skills Marketplace
yly46967-source

GlobalWire

by Yansoun · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
127
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install global-wire
Description
Turn answers about major world events into wire-style briefings, rolling event timelines, verification notes, and alert bullets with stable formatting, sourc...
README (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: 当前风格, 当前长度
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install global-wire
  3. After installation, invoke the skill by name or use /global-wire
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial public release: wire-style global news briefings with credibility labels, rolling timelines, and verification-focused formatting.
Metadata
Slug global-wire
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is GlobalWire?

Turn answers about major world events into wire-style briefings, rolling event timelines, verification notes, and alert bullets with stable formatting, sourc... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.

How do I install GlobalWire?

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

Is GlobalWire free?

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

Which platforms does GlobalWire support?

GlobalWire is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created GlobalWire?

It is built and maintained by Yansoun (@yly46967-source); the current version is v0.1.0.

💬 Comments