← Back to Skills Marketplace
日报/周报生成器
by
yongjie666888
· GitHub ↗
· v1.0.0
· MIT-0
135
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-report-gen-yongjie
Description
日报/周报生成器 | 根据工作内容描述自动生成结构化工日报/周报,支持军工格式和通用格式
README (SKILL.md)
日报/周报生成器
根据一天/一周的工作内容描述,自动生成格式规范、结构清晰的日报或周报。支持普通企业格式和军工体系格式。
适用场景
- 日报/周报撰写困难症
- 需要规范化汇报格式
- 军工企业标准格式要求
- 项目进度汇报
支持的格式
| 格式类型 | 适用场景 |
|---|---|
| 通用格式 | 一般企业,项目汇报 |
| 军工格式 | 符合GJB体系,含技术状态管理要素 |
| 简洁格式 | 快速日报,要言不烦 |
| 详细格式 | 汇报上级/客户,需详细说明 |
输入方式
方式一:自然语言描述
用户:今天做了FOC参数调试,完成了电磁仿真,发现轴承有问题要换供应商,参加了项目评审会
方式二:分条列举
- 完成了电机方案设计
- 跟进轴承供应商
- 参加项目评审
输出结构
标准日报/周报包含:
| 模块 | 内容 |
|---|---|
| 基本信息 | 日期、姓名、部门、项目 |
| 今日/本周完成 | 已完成的任务及产出 |
| 进行中 | 正在进行的工作 |
| 明日/下周计划 | 计划开展的工作 |
| 问题与风险 | 遇到的困难、需要支持的事项 |
| 备注 | 其他说明 |
军工格式扩展
如选择军工格式,额外包含:
- 技术状态标识
- 质量记录编号
- 设计评审/验证状态
- 依据标准引用(GJB9001C等)
示例对话
用户:用军工格式生成本周周报
- 周一:完成无刷力矩电机电磁方案设计
- 周二: Maxwell仿真验证,发现磁密偏高达标
- 周三:调整气隙长度,仿真复验通过
- 周四:参加设计评审会,通过评审
- 周五:编制设计输出文件
助手:(生成符合GJB格式的周报)
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install daily-report-gen-yongjie - After installation, invoke the skill by name or use
/daily-report-gen-yongjie - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:支持军工格式的日报周报生成
Metadata
Frequently Asked Questions
What is 日报/周报生成器?
日报/周报生成器 | 根据工作内容描述自动生成结构化工日报/周报,支持军工格式和通用格式. It is an AI Agent Skill for Claude Code / OpenClaw, with 135 downloads so far.
How do I install 日报/周报生成器?
Run "/install daily-report-gen-yongjie" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 日报/周报生成器 free?
Yes, 日报/周报生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 日报/周报生成器 support?
日报/周报生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 日报/周报生成器?
It is built and maintained by yongjie666888 (@yongjie666888); the current version is v1.0.0.
More Skills