/install enterprise-daily-report
企业日报生成器
功能概述
本技能自动收集并分析来自多个数据源的工作信息,生成结构清晰、内容专业的每日工作汇报。支持自定义模板、多格式输出(Markdown/HTML/PDF)和多渠道发送。
使用方式
When the user triggers daily report generation:
- 确认数据源位置(CSV/JSON/Git仓库路径)
- 执行
python scripts/generate_report.py --csv \x3Cpath> --output \x3Coutput_path> - 将生成的日报内容展示给用户
核心能力
- 数据源集成:CSV、JSON、Git提交记录
- AI智能分类:自动将任务归类到「今日完成」「进行中」「明日计划」「问题与风险」「需要支持」
- 多格式输出:Markdown、HTML、PDF
- 邮件发送:配置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 小时内回复处理。
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install enterprise-daily-report - After installation, invoke the skill by name or use
/enterprise-daily-report - Provide required inputs per the skill's parameter spec and get structured output
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.