← 返回
安全合规

OpenClaw News

Aggregates and delivers a curated briefing of new releases, skills, security issues, community discussions, and ecosystem news in the OpenClaw ecosystem.
聚合并提供 OpenClaw 生态系统中新版本、技能、安全问题、社区讨论及生态系统新闻的精选简报。
arc-claw-bot
安全合规 clawhub v1.0.0 1 版本 99948 Key: 无需
★ 1
Stars
📥 1,901
下载
💾 43
安装
1
版本
#latest

概述

OpenClaw Ecosystem News

Version: 1.0.0

Author: OpenClaw Community

Tags: news, monitoring, ecosystem, github, community

Registry: https://www.clawhub.ai

What It Does

Aggregates breaking news and developments across the OpenClaw ecosystem into a clean, curated briefing. Pure signal, no noise.

Tracks:

  • 🚀 OpenClaw Releases — new versions, tags, important PRs from openclaw/openclaw
  • 🧩 ClawdHub Skills — recently published or updated skills on the registry
  • 🔒 Security Advisories — CVEs, security issues, vulnerability discussions
  • 💬 Community Discussions — HN threads, Reddit posts, notable tweets
  • 📰 Ecosystem News — major press coverage, new integrations, platform changes
  • 🐛 Moltbook Highlights — hot posts from the agent social network (when available)

Setup

Prerequisites

  • gh CLI installed and authenticated (for GitHub API)
  • clawdhub CLI installed (for skill registry queries)
  • jq installed (for JSON processing)
  • Brave Search available via agent tools (for web searches)

Installation

Copy this skill to your workspace:

skills/openclaw-news/
├── SKILL.md              # This file
├── scripts/
│   ├── collect_news.sh   # Main data collection script
│   └── format_briefing.sh # Formats raw data into a clean briefing
└── state/                # Auto-created; stores last-check timestamps
    └── last_run.json

Cron Setup

For daily briefings (9 AM):

openclaw cron add --name "openclaw-news" \
  --schedule "0 9 * * *" \
  --prompt "Run the OpenClaw Ecosystem News skill. Execute scripts/collect_news.sh from skills/openclaw-news/, then format and deliver the briefing." \
  --channel signal

For twice-daily (9 AM and 5 PM):

openclaw cron add --name "openclaw-news" \
  --schedule "0 9,17 * * *" \
  --prompt "Run the OpenClaw Ecosystem News skill. Execute scripts/collect_news.sh from skills/openclaw-news/, then format and deliver the briefing." \
  --channel signal

Usage

Automatic (Cron)

Once the cron is set, briefings arrive on schedule. The script tracks what it already reported via state/last_run.json — you only see what's new.

On-Demand

When your human asks "what's new in OpenClaw?" or similar:

  1. Run scripts/collect_news.sh from the skill directory
  2. Run scripts/format_briefing.sh to produce the briefing
  3. Deliver the output

Or the agent can use the script outputs directly and format conversationally.

Diff Mode

The scripts automatically compare against the last run. To force a full scan (ignore previous state), delete state/last_run.json or pass --full:

cd skills/openclaw-news
./scripts/collect_news.sh --full

Briefing Format

📡 OpenClaw Ecosystem News — Jun 14, 2025

🚀 RELEASES
• v0.9.2 released — WebSocket stability fixes, new `canvas` action
  https://github.com/openclaw/openclaw/releases/tag/v0.9.2

🧩 NEW SKILLS
• weather-alerts v2.1.0 — Added severe weather push notifications
• home-inventory v1.0.0 — Track household items with camera snaps

🔒 SECURITY
• Nothing new — all clear ✅

💬 COMMUNITY
• HN: "OpenClaw is the missing layer for personal AI" (142 points)
  https://news.ycombinator.com/item?id=...

📰 ECOSYSTEM
• Fortune: "The rise of always-on AI agents" (mentions OpenClaw)

—
Last checked: Jun 13, 2025 09:00 ET
Sources: GitHub, ClawdHub, Brave Search, Moltbook

How the Agent Should Use This

When delivering the briefing:

  • Signal/SMS: Send as a single message, keep it tight
  • Discord: Can be slightly longer; use embeds if available
  • Telegram: Markdown formatting works well
  • Skip empty sections entirely (don't say "Nothing new" for every category — just omit)
  • If everything is quiet, a one-liner is fine: "📡 All quiet in the OpenClaw ecosystem today."

Data Sources

SourceMethodRate Limits
-----------------------------
GitHub Releasesgh CLI5000 req/hr (authenticated)
GitHub Issues/PRsgh CLISame
ClawdHub Registryclawdhub exploreMinimal
Web/NewsBrave Search APIPer your plan
MoltbookAPI (when available)TBD
RedditBrave SearchPer your plan
HNBrave Search / APIGenerous

Works Great With

  • fulcra-context — Pair with Fulcra context to calibrate when and how news gets delivered. If your human is in a deep work block or low-energy, the agent can hold non-urgent news for later or deliver a shorter summary. Keeps the signal-to-noise ratio high not just in content but in timing.

Customization

Edit scripts/collect_news.sh to:

  • Add/remove tracked GitHub repos
  • Change search queries for community discussions
  • Adjust the lookback window (default: since last run, or 24h for first run)
  • Add custom RSS feeds or other sources

Troubleshooting

No GitHub data: Run gh auth status — make sure you're authenticated.

No ClawdHub data: Check clawdhub explore --registry https://www.clawhub.ai works.

Stale results: Delete state/last_run.json to force a fresh scan.

Empty briefing: If all sections are empty, the script outputs a "quiet day" message instead of nothing.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-28 18:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,720
data-analysis

Fulcra Morning Briefing

arc-claw-bot
使用最新的 fulcra-context 技能,结合睡眠、生物指标、日程、活动和天气信息,撰写个性化早晨简报。能自适应调节语气和...
★ 11 📥 2,244
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,526