| name | openclaw-news |
| description | OpenClaw News |
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