Weekly Digest AI Report Generator for Openclaw

An automated reporting tool that aggregates GitHub activity, Notion meeting notes, and industry news into a comprehensive weekly summary.

sukimgit
v1.0.7
Mar 5, 2026
0
0
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install weekly-digest

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Weekly Digest AI Report Generator?

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.

Weekly Digest AI Report Generator Use Cases

  • Automatically generating personal or team weekly reports every Friday afternoon.
  • Synthesizing project progress for stakeholder reporting and cross-departmental updates.
  • Tracking team velocity by summarizing GitHub commits, PRs, and resolved issues.
  • Maintaining a synchronized record of Notion-based meeting decisions and upcoming tasks.

How Weekly Digest AI Report Generator Works

  1. The skill initiates a data fetch from GitHub, filtering for commits, pull requests, and issues within the user-defined time range.
  2. It connects to Notion to parse meeting records, specifically extracting pending tasks and finalized decisions.
  3. A search module triggers to identify and summarize relevant industry news based on the project context.
  4. All data points are compiled into a structured Markdown document according to a predefined template.
  5. If configured, the final report is automatically pushed to Feishu channels or sent via email.

Weekly Digest AI Report Generator Setup

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"

Weekly Digest AI Report Generator Data Schema & Taxonomy

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

Weekly Digest AI Report Generator Advanced Features

  • Time-range flexibility allowing for daily, weekly, or custom duration reports.
  • Multi-platform delivery support including Feishu group bots and personal messages.
  • Intelligent extraction of 'Action Items' from Notion meeting notes to prevent task leakage.
  • Priority support and custom deployment options for enterprise-grade reporting workflows.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Github Stars: 0
forks: 0

Featured*