企业报告生成器

v1.1.0

企业日报/周报自动生成。从MEMORY.md和daily log自动生成结构化报告, 支持日报/周报/月报模板。

0· 107·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-report-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "企业报告生成器" (freedompixels/cn-report-generator) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-report-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-report-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-report-generator
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (generate daily/weekly/monthly reports from MEMORY and daily logs) matches the included script and SKILL.md. The script reads local memory and daily log files and writes markdown reports — this is proportional to the described purpose.
Instruction Scope
SKILL.md and the script both say they read MEMORY.md and daily logs and write reports to ~/reports. Minor inconsistency: SKILL.md refers to memory/YYYY-MM-DD.md and MEMORY.md (relative paths), while the script actually reads from WORKSPACE = ~/.qclaw/workspace (MEMORY.md at ~/.qclaw/workspace/MEMORY.md and daily logs under ~/.qclaw/workspace/memory). This is an implementation/detail mismatch (not an access to unrelated data), and monthly-report is unimplemented. Also the script only does local file I/O and regex parsing (no network calls).
Install Mechanism
Instruction-only skill with an included Python script; there is no install specification, no downloads, and no third-party package installs. Risk from install-time code is minimal.
Credentials
No environment variables, secrets, or external credentials are requested. The script reads files under the user's home (hidden workspace) and writes reports to ~/reports — these are consistent with the skill's stated functionality.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does create ~/reports and will create ~/.qclaw/workspace directories if invoked and those are used — this is expected for a local report generator.
Assessment
What to check before installing/using: 1) Confirm where your daily logs/MEMORY.md live — the script reads from ~/.qclaw/workspace (not an arbitrary system path); if your logs are stored elsewhere, update the script or SKILL.md. 2) Inspect the files that will be read (MEMORY.md, memory/*.md, in_progress.md) to ensure they don't contain sensitive data you don't want aggregated. 3) The skill writes reports to ~/reports — check file permissions and that this location is acceptable. 4) The script performs only local file reads/writes and regex parsing (no network or credential use), so there's no obvious exfiltration, but you can run it locally in a sandbox or review/modify the script before running. 5) Note small issues: monthly report is unimplemented and timestamp interpolation in the generated footer appears to be a minor string formatting bug (no security impact). If you need stricter assurance, request provenance of the skill author or run the code in an isolated environment first.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

📊 Clawdis
latestvk97dvfsm7jrjcvn10eq1jz032h855pf0productivityvk97dvfsm7jrjcvn10eq1jz032h855pf0toolsvk97dvfsm7jrjcvn10eq1jz032h855pf0
107downloads
0stars
3versions
Updated 1w ago
v1.1.0
MIT-0

企业日报/周报自动生成

功能概述

自动从工作记录生成结构化日报、周报、月报,告别手动整理。

使用方法

生成日报

帮我生成今天的日报

生成周报

帮我生成本周的周报

生成月报

帮我生成本月的月报

执行流程

日报生成

  1. 读取今日工作记录(从memory/YYYY-MM-DD.md
  2. 提取完成事项、进行中事项、问题、明日计划
  3. 按模板生成结构化日报
  4. 保存到~/reports/daily/YYYY-MM-DD.md

周报生成

  1. 读取本周7天的daily log
  2. 汇总本周完成事项、待办事项、关键成果
  3. 生成周报摘要
  4. 保存到~/reports/weekly/YYYY-WW.md

月报生成

  1. 读取本月所有daily log
  2. 汇总月度成果、数据统计、问题复盘
  3. 生成月报
  4. 保存到~/reports/monthly/YYYY-MM.md

数据来源

  • MEMORY.md — 长期记忆和任务清单
  • memory/YYYY-MM-DD.md — 每日工作日志
  • memory/in_progress.md — 进行中的任务

报告模板

日报模板

# YYYY年MM月DD日 工作日报

## ✅ 今日完成
- [事项1]
- [事项2]

## 🚧 进行中
- [事项](预计完成时间)

## ⚠️ 问题与风险
- [问题描述]

## 📅 明日计划
- [计划事项]

周报模板

# YYYY年第WW周 工作周报

## 本周成果
- [成果1]
- [成果2]

## 数据统计
- 完成事项:X项
- 进行中:Y项
- 问题解决:Z项

## 问题与解决方案
- [问题描述] → [解决方案]

## 下周计划
- [计划事项]

输出位置

  • 日报:~/reports/daily/YYYY-MM-DD.md
  • 周报:~/reports/weekly/YYYY-WW.md
  • 月报:~/reports/monthly/YYYY-MM.md

注意事项

  • 需要定期维护daily log(记录每日工作)
  • 报告质量取决于工作记录的完整性
  • 建议每天下班前记录当日工作

Comments

Loading comments...