← 返回 Skills 市场
mizhimin

Daily Report Generator

作者 mizhimin · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
42
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install enterprise-daily-report
功能描述
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).
使用说明 (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 小时内回复处理。

安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install enterprise-daily-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /enterprise-daily-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug enterprise-daily-report
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 Daily Report Generator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install enterprise-daily-report」即可一键安装,无需额外配置。

Daily Report Generator 是免费的吗?

是的,Daily Report Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily Report Generator 支持哪些平台?

Daily Report Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Daily Report Generator?

由 mizhimin(@mizhimin)开发并维护,当前版本 v1.0.2。

💬 留言讨论