Weekly Report Generator for Openclaw

An automated workflow that fetches team data, leverages AI for content synthesis, and generates professional Word documents for weekly reporting.

kaillera999
v1.0.0
Mar 8, 2026
0
1k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install weekly-report-openclaw

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-report-openclaw 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 Report Generator?

The Weekly Report skill is a robust automation tool designed to streamline the tedious process of gathering and summarizing work logs. By integrating browser automation with advanced LLM processing, this skill helps teams within the Openclaw Skills ecosystem maintain clear and consistent communication without manual data entry.

It handles everything from secure authentication and data scraping to intelligent categorization using models like DeepSeek. The final output is a high-quality Word document structured according to organizational needs, making it an essential tool for developers and project managers who value efficiency.

Weekly Report Generator Use Cases

  • Automatically generating individual or team weekly reports from internal systems.
  • Summarizing work progress from previous weeks or specific historical dates.
  • Aggregating diverse work logs from multiple team members into a unified summary.
  • Creating professional documentation for stakeholders with minimal manual oversight.

How Weekly Report Generator Works

  1. Authenticates with the reporting system using Playwright-based browser automation to handle logins and token caching.
  2. Retrieves raw work data for the specified timeframe, such as the current week or a custom date range.
  3. Filters the collected logs based on specific team member configurations to ensure data relevance.
  4. Processes the raw text through an AI model to synthesize highlights and categorize tasks into predefined themes.
  5. Generates and saves a formatted .docx file containing the structured weekly summary.

Weekly Report Generator Setup

To get started with this skill in the Openclaw Skills directory, run the environment setup script:

cd skills/weekly-report/scripts
# For macOS/Linux
chmod +x setup.sh && ./setup.sh
# For Windows (PowerShell)
./setup.ps1

Next, configure the necessary environment variables for authentication and AI processing:

export WEEKLY_REPORT_USERNAME="your_username"
export WEEKLY_REPORT_PASSWORD="your_password"
export DEEPSEEK_API_KEY="your_api_key"

Weekly Report Generator Data Schema & Taxonomy

The skill processes data into a structured JSON format before exporting to Word. The schema includes:

Attribute Description
success Indicates if the generation process completed
output_file The file path of the generated .docx document
items_count Total number of raw entries retrieved
week_range The specific date range covered by the report

Work is automatically categorized into sections like Talent Transformation, Independent Development, Sci-Tech Support, and AI Architecture.

Weekly Report Generator Advanced Features

  • Headless mode support for running report generation on remote servers or CI/CD environments.
  • Intelligent token management via login.py to reuse sessions and reduce login frequency.
  • Flexible date targeting using natural language flags like today or last to specify the reporting week.
  • Customizable team member filtering to ensure the generated Openclaw Skills reports only include relevant personnel.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*