← Back to Skills Marketplace
mizhimin

Daily Report Generator

by mizhimin · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
42
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install enterprise-daily-report
Description
When the user asks to generate a daily work report (生成日报, 今日工作汇报, daily report, 工作日报), this skill collects tasks and generates reports. Basic (free): Markdown reports. Pro (¥128/$19.90): HTML/PDF, email send, Git integration, custom templates. Buy: [email protected] (subject 日报Pro).
README (SKILL.md)

企业日报生成器

功能概述

本技能自动收集并分析来自多个数据源的工作信息,生成结构清晰、内容专业的每日工作汇报。支持自定义模板、多格式输出(Markdown/HTML/PDF)和多渠道发送。

使用方式

When the user triggers daily report generation:

  1. 确认数据源位置(CSV/JSON/Git仓库路径)
  2. 执行 python scripts/generate_report.py --csv \x3Cpath> --output \x3Coutput_path>
  3. 将生成的日报内容展示给用户

核心能力

  1. 数据源集成:CSV、JSON、Git提交记录
  2. AI智能分类:自动将任务归类到「今日完成」「进行中」「明日计划」「问题与风险」「需要支持」
  3. 多格式输出:Markdown、HTML、PDF
  4. 邮件发送:配置SMTP后自动发送

配置

在运行脚本前,确认数据源文件存在且格式正确。 CSV格式要求:type, content, status, author 四列。

支持的数据源

  • --csv \x3Cpath>:CSV数据源
  • --json \x3Cpath>:JSON数据源
  • --git \x3Crepo>:Git仓库(提取今日提交)
  • --format:输出格式(markdown/html/pdf)
  • --send:生成后发送邮件

Pro 版购买

ClawHub 免费版提供基础日报功能(Markdown 格式)。Pro 版解锁以下高级功能:

  • HTML / PDF 格式输出
  • 邮件自动发送
  • Git commit 自动集成
  • 自定义模板

价格:¥128 / $19.90(一次性买断)

购买方式:发送邮件至 [email protected],邮件主题注明「日报Pro」,我会在 24 小时内回复处理。

Usage Guidance
Review before installing. Use only trusted CSV/JSON files and repository paths, avoid paths containing shell metacharacters, and do not enable email delivery without checking recipients and report contents. The Git command should be fixed to avoid shell=True before this is used in sensitive environments.
Capability Assessment
Purpose & Capability
CSV, JSON, Git history collection, report generation, HTML/PDF output, and optional email are generally aligned with the stated daily-report purpose and are disclosed in the README/SKILL text.
Instruction Scope
The skill uses broad trigger language and reads user-supplied local paths; the Git path is passed into a shell command, creating a concrete unsafe execution path.
Install Mechanism
The manifest declares fs, net, and exec permissions, which is transparent but broad for a report generator; dependencies and scripts are plainly listed.
Credentials
File access is expected, but exec and net materially expand impact; exec is especially concerning because the script uses shell=True with a user-controlled repository path.
Persistence & Privilege
No background persistence or privilege escalation was found. The script writes report output files and may create temporary HTML during PDF generation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install enterprise-daily-report
  3. After installation, invoke the skill by name or use /enterprise-daily-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
Update SKILL.md: add Pro purchase info with email [email protected]
v1.0.0
Initial release of enterprise-daily-report (daily-report-generator): - Automatically collects and analyzes work information from multiple sources (CSV, JSON, Git). - Uses intelligent categorization for tasks: completed today, in progress, tomorrow’s plans, issues/risks, and support needed. - Generates structured daily reports in Markdown, HTML, or PDF formats. - Allows custom templates and multi-channel delivery, including automated email sending with SMTP configuration.
Metadata
Slug enterprise-daily-report
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Daily Report Generator?

When the user asks to generate a daily work report (生成日报, 今日工作汇报, daily report, 工作日报), this skill collects tasks and generates reports. Basic (free): Markdown reports. Pro (¥128/$19.90): HTML/PDF, email send, Git integration, custom templates. Buy: [email protected] (subject 日报Pro). It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install Daily Report Generator?

Run "/install enterprise-daily-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Daily Report Generator free?

Yes, Daily Report Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Daily Report Generator support?

Daily Report Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Daily Report Generator?

It is built and maintained by mizhimin (@mizhimin); the current version is v1.0.2.

💬 Comments