โ† All skills
Tencent SkillHub ยท Communication & Collaboration

OpenClaw News

Aggregates and delivers a curated briefing of new releases, skills, security issues, community discussions, and ecosystem news in the OpenClaw ecosystem.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Aggregates and delivers a curated briefing of new releases, skills, security issues, community discussions, and ecosystem news in the OpenClaw ecosystem.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/agent_collect.py, scripts/collect_news.sh, scripts/format_briefing.sh, state/last_run.json, state/pending_searches.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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)

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

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: Run scripts/collect_news.sh from the skill directory Run scripts/format_briefing.sh to produce the briefing 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 LimitsGitHub Releasesgh CLI5000 req/hr (authenticated)GitHub Issues/PRsgh CLISameClawdHub Registryclawdhub exploreMinimalWeb/NewsBrave Search APIPer your planMoltbookAPI (when available)TBDRedditBrave SearchPer your planHNBrave 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.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Scripts2 Config1 Docs
  • SKILL.md Primary doc
  • scripts/agent_collect.py Scripts
  • scripts/collect_news.sh Scripts
  • scripts/format_briefing.sh Scripts
  • state/last_run.json Config
  • state/pending_searches.json Config