An automated reporting tool that aggregates GitHub activity, Notion meeting notes, and industry news into a comprehensive weekly summary.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install weekly-digest
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install weekly-digest using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The weekly-digest skill is a sophisticated automation utility designed to streamline the often tedious process of creating progress reports. By functioning as a bridge between your development environment and communication platforms, it ensures that every contribution is accounted for without manual tracking. This tool is a standout member of the Openclaw Skills collection, focusing on high-signal data extraction and synthesis.
Built for modern engineering teams, this skill doesn't just pull raw data; it organizes it into a narrative. It connects to your core workspace tools to provide a holistic view of the week's accomplishments, from code commits to strategic decisions made in meetings, and even adds external context via real-time industry news searches.
To get started with this entry from Openclaw Skills, configure your environment in ~/.openclaw/openclaw.json:
{
"skills": {
"entries": {
"weekly-digest": {
"enabled": true,
"env": {
"FEISHU_APP_ID": "your_app_id",
"FEISHU_APP_SECRET": "your_app_secret"
" }
}
}
}
}
Run the generator using the following CLI commands:
# Generate a report for the last 7 days
clawhub run weekly-digest --since "7 days ago" --to "today"
# Generate and send directly to Feishu
clawhub run weekly-digest --send-to-feishu --channel "Tech-Weekly"
The skill generates a structured Markdown report with the following metadata and content sections:
| Section | Data Source | Details Captured |
|---|---|---|
| GitHub Activity | GitHub API | Commit count, merged PRs, and resolved issues |
| Meeting Records | Notion API | Meeting dates, key decisions, and action items |
| Industry News | Web Search | Relevant technical breakthroughs and project-related updates |
| Next Steps | Synthesis | A checklist of planned tasks for the upcoming week |
Loading
An intelligent task management system that automates due date checks and multi-channel notifications to prevent missed deadlines.

A comprehensive AI assistant for end-to-end meeting management, automated document generation, and intelligent task reminders.

An automated email monitoring and intelligent business reply system with integrated Feishu notifications for real-time lead tracking.

An AI-powered vision monitoring system that uses local computer vision to manage work-life balance and health through dual-mode monitoring.

Canary is an intelligent security sentinel that protects your AI agent environment by detecting and fixing exposed secrets like API keys and tokens.

A powerful integration for interacting with the Zulip chat platform using Python and REST API to automate team communication workflows.








































