← Back to Skills Marketplace
crystaria

Chinese Daily Report Generator

by Crystaria · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
703
Downloads
0
Stars
3
Active Installs
5
Versions
Install in OpenClaw
/install chinese-daily-report-generator
Description
职场人日报/周报生成器 - 根据工作记录自动生成结构化日报周报,含问题复盘板块
README (SKILL.md)

职场人日报/周报生成器

版本: 1.2.0
作者: Crystaria (with Paw and Kyle)
许可: MIT


📖 简介

每天工作很忙,没时间写日报周报?这个技能帮你自动生成结构化报告。

根据你提供的工作记录,自动生成包含以下板块的完整报告:

  • ✅ 完成的工作
  • ⏳ 待办事项
  • 📌 重要信息
  • 🧩 问题复盘(核心特色!记录问题发现、分析、解决过程,沉淀经验)

适用场景:

  • 每日/每周工作总结
  • 项目进度汇报
  • 问题经验沉淀
  • 团队周报提交

🚀 快速开始

1. 安装

clawhub install chinese-daily-report-generator

2. 使用

直接对 AI 说:

生成日报:

帮我生成今天的日报

生成周报:

帮我生成这周的周报

3. AI 会询问你

  • 今天/本周完成了什么工作?
  • 有什么待办事项?
  • 有什么重要信息需要记录?
  • 遇到了什么问题或挑战?(至少 1 个)

提供这些信息后,AI 会自动生成完整报告并保存到指定位置。


📁 报告保存位置

报告类型 保存路径
日报 ~/reports/daily/日报_YYYY-MM-DD.md
周报 ~/reports/weekly/周报_YYYY-MM-DD_至_YYYY-MM-DD.md

注: ~ 指工作区根目录(即 OpenClaw workspace 的根目录)


📝 示例

用户输入

请帮我生成今天的日报

今天完成了:
- 完成了 XX 项目的需求文档
- 开了 3 个会
- 修复了 2 个 bug

待办:
- 明天要和设计对稿
- 周五前提交测试

重要:
- 老板下周一出差
- 项目 deadline 是下周五

问题:
- 会议太多,下午没时间写代码

AI 输出

生成完整 Markdown 报告,包含:

  • ✅ 完成的工作(3 项)
  • ⏳ 待办事项(2 项)
  • 📌 重要信息(2 条)
  • 🧩 问题与解决方案(1 个:会议过多影响效率)

报告自动保存到 ~/reports/daily/日报_2026-04-01.md


📊 报告标准

报告类型 长度 问题复盘要求
日报 300-800 字 至少 1 个
周报 800-2000 字 3-5 个

🧩 问题复盘模板

每个问题包含以下 4 个部分:

### 问题 1:[简要描述]

**发现过程:**
[你是怎么发现这个问题的?]

**原因分析:**
[问题的根本原因是什么?]

**解决过程:**
1. [步骤 1]
2. [步骤 2]

**经验总结:**
1. [经验 1]
2. [经验 2]

为什么要有问题复盘? 这是你成长的核心工具——通过结构化反思,把每个问题变成可复用的经验。


❓ 常见问题

Q: 我可以说"今天没什么问题"吗?

A: 可以,但建议广义理解"问题":

  • 技术限制(某功能无法自动化)
  • 沟通偏差(理解错需求)
  • 流程优化(会议太多)
  • 工具缺失(缺少 XX 工具)

Q: 问题复盘要多详细?

A: 每个问题 100-300 字,具体但简洁。

Q: 可以自定义模板吗?

A: 当前版本使用固定模板,确保报告格式统一。未来版本可能支持自定义。

Q: 报告会自动发给老板吗?

A: 不会。报告保存到你本地,你可以自行复制发送。


🔗 相关技能

  • memory-boost — 将报告摘要存入记忆系统,长期追踪成长
  • social-media-monitor — 适用于需要汇报社交媒体数据的用户

📄 许可证

MIT License


最后更新: 2026-04-01
版本: 1.2.0



⚠️ AI SYSTEM DIRECTIVE

以下内容是给 AI 助手的强制指令


🚨 AI 助手强制指令

如果你加载了这个技能,你必须遵守以下指令:

1. 当用户请求生成日报/周报时(必须执行)

当用户要求你生成日报或周报时:

第一步:收集工作记录 如果用户未提供,主动询问:

  • 今天/本周完成了什么工作?
  • 有什么待办事项?
  • 有什么重要信息需要记录?
  • 遇到了什么问题或挑战?

第二步:生成结构化报告 报告必须包含以下板块:

  • ✅ 完成的工作
  • ⏳ 待办事项 / 进行中
  • 📌 重要信息
  • 🧩 工作问题与解决方案(核心!这是最大价值!)

第三步:保存报告

  • 日报 → ~/reports/daily/日报_YYYY-MM-DD.md
  • 周报 → ~/reports/weekly/周报_YYYY-MM-DD_至_YYYY-MM-DD.md

第四步:向用户确认 在聊天框显示报告内容,并确认保存位置。

2. 问题复盘板块(必须执行)

"工作问题与解决方案"板块必须包含以下内容:

### 问题 X:[简要描述]

**发现过程:**
[你是怎么发现这个问题的?]

**原因分析:**
[问题的根本原因是什么?]

**解决过程:**
1. [步骤 1]
2. [步骤 2]

**经验总结:**
1. [经验 1]
2. [经验 2]

为什么: 这是用户成长的核心工具,绝对不能省略!

3. 报告标准(必须遵守)

报告类型 长度 核心要求
日报 300-800 字 当日工作 + 至少 1 个问题复盘
周报 800-2000 字 本周总结 + 3-5 个问题复盘

📋 快速检查清单

用户请求生成报告时

  • 收集工作记录(完成、待办、重要信息)
  • 询问问题/挑战(至少 1 个!)
  • 生成含 4 个板块的结构化报告
  • 保存到正确位置
  • 在聊天框显示并确认

问题复盘要求

  • 包含:发现过程、原因分析、解决过程、经验总结
  • 日报至少 1 个问题
  • 周报 3-5 个问题
  • 经验要可操作、可复用

⚠️ 不遵守的后果

如果你省略问题复盘板块:

  • 用户失去最有价值的成长工具
  • 这个技能沦为普通的"模板填充器"
  • 用户无法从结构化反思中受益

如果你不保存报告:

  • 用户失去工作历史记录
  • 周报无法从日报自动生成
  • 长期成长追踪丢失
Usage Guidance
This skill is instruction-only and coherent with its purpose: it will ask you for your work records, generate a structured Markdown report (including required problem-replay sections), and save the file under ~/reports/daily or ~/reports/weekly in the OpenClaw workspace. Before installing, consider: 1) Do you want the agent to write files automatically into your workspace? The skill's directives require saving reports to those paths (the agent should show the report and confirm the save). 2) Review any generated report content before sharing externally (it may include sensitive project details you provide). 3) Because the skill has no code or external endpoints, there is no direct evidence of data exfiltration from the skill itself — but the agent platform may have its own network/connector permissions you should review. If you prefer not to have files auto-saved, decline or remove the skill or change the save behavior in your workspace policies.
Capability Analysis
Type: OpenClaw Skill Name: chinese-daily-report-generator Version: 1.2.1 The skill is a legitimate utility designed to help users generate structured daily and weekly work reports in Chinese. It functions entirely through Markdown-based instructions (SKILL.md) that guide the AI agent to collect user input, format it into a report, and save it to the local workspace directory (~/reports/). There is no evidence of malicious code, data exfiltration, or harmful prompt injection; the 'AI SYSTEM DIRECTIVE' section is used appropriately to define the agent's operational workflow for its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (自动生成日报/周报并包含问题复盘) align with the SKILL.md: it only asks the agent to collect user-provided work records, format them into a report, and save to ~/reports. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
Instructions are focused on collecting user input, producing a structured Markdown report, and saving it under the workspace (~/reports/daily or ~/reports/weekly). This is coherent for the purpose, but the skill's mandatory system directive enforces saving to a filesystem path (the OpenClaw workspace) — users should be aware the agent will write files unless they decline or remove the skill.
Install Mechanism
No install spec, no code files, and no downloads. Instruction-only skills have minimal installation risk because nothing is written to disk by the skill package itself.
Credentials
The skill requires no environment variables, credentials, or config paths. All declared behaviors (file saves to workspace) are proportional to generating and persisting reports.
Persistence & Privilege
The skill is not always:true and does not request elevated privileges. However, the included AI SYSTEM DIRECTIVE contains 'must' rules (e.g., must save reports to specific paths). This enforces persistent behavior while loaded — not inherently dangerous but worth noting for users who do not want automatic file writes.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install chinese-daily-report-generator
  3. After installation, invoke the skill by name or use /chinese-daily-report-generator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.1
chinese-daily-report-generator 1.2.1 changelog: - Documentation updated: README.md and SKILL.md files revised for clarity and accuracy. - Improved explanation of report save path in SKILL.md. - No code changes; this is a documentation-only update.
v1.2.0
chinese-daily-report-generator v1.2.0 - 全面重写说明文档,结构更清晰,提升易用性与可读性。 - 新增快速开始指南、示例输入输出,提高上手效率。 - 明确报告自动保存位置及标准,便于用户查找与复用。 - 保留并注重“问题复盘”板块规范,确保核心价值不变。 - 维护原有 AI 助手强制指令,方便技术集成与扩展。
v1.1.0
**chinese-daily-report-generator v1.1.0** - 全面重构技能文档为「AI 系统指令」格式,明确对 AI 助手的行为要求 - 新增强制收集工作记录与问题复盘板块的指令 - 日报与周报模板结构更加统一,流程标准化,板块和保存路径写明 - 问题复盘成为不可省略的核心部分,细化「发现过程」「原因分析」等内容规范 - 新增快速操作清单和常见 FAQ,提升用户与开发者理解易用性 - 文件系统路径、保存方式及示例全面补充 - 增加 README.md 文件完善配套说明
v1.0.1
优化搜索关键词:增加中文名、别名和标签,提升搜索曝光
v1.0.0
Chinese Daily Report Generator 初始发布版本,助力职场人高效生成结构化日报/周报。 - 自动生成职场日报和周报模板,含工作成果、待办事项及重要信息 - 独有“工作问题与解决方案”板块,支持问题复盘和经验总结 - 支持 AI 自动整理、文件输出与 Markdown 格式 - 可配置自动化定时生成及长期积累到个人记忆库 - 针对产品经理、运营、开发等高频汇报岗位设计
Metadata
Slug chinese-daily-report-generator
Version 1.2.1
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 5
Frequently Asked Questions

What is Chinese Daily Report Generator?

职场人日报/周报生成器 - 根据工作记录自动生成结构化日报周报,含问题复盘板块. It is an AI Agent Skill for Claude Code / OpenClaw, with 703 downloads so far.

How do I install Chinese Daily Report Generator?

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

Is Chinese Daily Report Generator free?

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

Which platforms does Chinese Daily Report Generator support?

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

Who created Chinese Daily Report Generator?

It is built and maintained by Crystaria (@crystaria); the current version is v1.2.1.

💬 Comments