← 返回 Skills 市场
日报/周报生成器
作者
yongjie666888
· GitHub ↗
· v1.0.0
· MIT-0
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install daily-report-gen-yongjie
功能描述
日报/周报生成器 | 根据工作内容描述自动生成结构化工日报/周报,支持军工格式和通用格式
使用说明 (SKILL.md)
日报/周报生成器
根据一天/一周的工作内容描述,自动生成格式规范、结构清晰的日报或周报。支持普通企业格式和军工体系格式。
适用场景
- 日报/周报撰写困难症
- 需要规范化汇报格式
- 军工企业标准格式要求
- 项目进度汇报
支持的格式
| 格式类型 | 适用场景 |
|---|---|
| 通用格式 | 一般企业,项目汇报 |
| 军工格式 | 符合GJB体系,含技术状态管理要素 |
| 简洁格式 | 快速日报,要言不烦 |
| 详细格式 | 汇报上级/客户,需详细说明 |
输入方式
方式一:自然语言描述
用户:今天做了FOC参数调试,完成了电磁仿真,发现轴承有问题要换供应商,参加了项目评审会
方式二:分条列举
- 完成了电机方案设计
- 跟进轴承供应商
- 参加项目评审
输出结构
标准日报/周报包含:
| 模块 | 内容 |
|---|---|
| 基本信息 | 日期、姓名、部门、项目 |
| 今日/本周完成 | 已完成的任务及产出 |
| 进行中 | 正在进行的工作 |
| 明日/下周计划 | 计划开展的工作 |
| 问题与风险 | 遇到的困难、需要支持的事项 |
| 备注 | 其他说明 |
军工格式扩展
如选择军工格式,额外包含:
- 技术状态标识
- 质量记录编号
- 设计评审/验证状态
- 依据标准引用(GJB9001C等)
示例对话
用户:用军工格式生成本周周报
- 周一:完成无刷力矩电机电磁方案设计
- 周二: Maxwell仿真验证,发现磁密偏高达标
- 周三:调整气隙长度,仿真复验通过
- 周四:参加设计评审会,通过评审
- 周五:编制设计输出文件
助手:(生成符合GJB格式的周报)
安全使用建议
This skill appears coherent and limited to generating report text from input items. Before installing, consider: (1) it runs local JavaScript—review the code if you require higher assurance (the file is short and readable); (2) when invoked as a CLI, it parses JSON from arguments—ensure any automated caller sanitizes inputs; (3) if you plan to use it in a sensitive/military environment, confirm organizational rules about third‑party code and data handling, since the report text you generate may contain sensitive project details even though the skill itself does not exfiltrate data.
功能分析
Type: OpenClaw Skill
Name: daily-report-gen-yongjie
Version: 1.0.0
The skill is a straightforward utility for generating structured daily and weekly reports in various formats, including a specialized military-style template. The code in generator.js consists entirely of string manipulation logic with no network access, file system operations, or external dependencies, and the SKILL.md instructions are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description promise (日报/周报 generation, including a 'military' format) aligns with the provided JS implementation and SKILL.md examples. The bundled generator.js implements formatting variants and exports a function suitable for CLI or programmatic use. There are no unexpected capabilities declared (no cloud or third-party API access required).
Instruction Scope
SKILL.md restricts runtime behavior to formatting user-provided work items into report templates and describes input/output formats. It does not instruct reading system files, environment variables, or sending data to external endpoints. The included generator.js only consumes provided data and prints/generates text.
Install Mechanism
No install spec (instruction-only) and no downloads or package installs. The only code is a small local JS file (generator.js) that operates in-process when invoked; nothing is written to disk beyond normal use of the file itself.
Credentials
The skill declares no required environment variables, no credentials, and the code does not read process.env except normal CLI args via process.argv. No secret access is requested or implied.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request permanent presence, does not modify other skills or system settings, and does not persist tokens or configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-report-gen-yongjie - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-report-gen-yongjie触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
首次发布:支持军工格式的日报周报生成
元数据
常见问题
日报/周报生成器 是什么?
日报/周报生成器 | 根据工作内容描述自动生成结构化工日报/周报,支持军工格式和通用格式. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。
如何安装 日报/周报生成器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-report-gen-yongjie」即可一键安装,无需额外配置。
日报/周报生成器 是免费的吗?
是的,日报/周报生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
日报/周报生成器 支持哪些平台?
日报/周报生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 日报/周报生成器?
由 yongjie666888(@yongjie666888)开发并维护,当前版本 v1.0.0。
推荐 Skills