日报/周报生成器

v1.0.0

日报/周报生成器 | 根据工作内容描述自动生成结构化工日报/周报,支持军工格式和通用格式

0· 129·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 yongjie666888/daily-report-gen-yongjie.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "日报/周报生成器" (yongjie666888/daily-report-gen-yongjie) from ClawHub.
Skill page: https://clawhub.ai/yongjie666888/daily-report-gen-yongjie
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 daily-report-gen-yongjie

ClawHub CLI

Package manager switcher

npx clawhub@latest install daily-report-gen-yongjie
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk970cef5v026d5xb3vjr64hmk983gzp7
129downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

日报/周报生成器

根据一天/一周的工作内容描述,自动生成格式规范、结构清晰的日报或周报。支持普通企业格式和军工体系格式。

适用场景

  • 日报/周报撰写困难症
  • 需要规范化汇报格式
  • 军工企业标准格式要求
  • 项目进度汇报

支持的格式

格式类型适用场景
通用格式一般企业,项目汇报
军工格式符合GJB体系,含技术状态管理要素
简洁格式快速日报,要言不烦
详细格式汇报上级/客户,需详细说明

输入方式

方式一:自然语言描述

用户:今天做了FOC参数调试,完成了电磁仿真,发现轴承有问题要换供应商,参加了项目评审会

方式二:分条列举

- 完成了电机方案设计
- 跟进轴承供应商
- 参加项目评审

输出结构

标准日报/周报包含:

模块内容
基本信息日期、姓名、部门、项目
今日/本周完成已完成的任务及产出
进行中正在进行的工作
明日/下周计划计划开展的工作
问题与风险遇到的困难、需要支持的事项
备注其他说明

军工格式扩展

如选择军工格式,额外包含:

  • 技术状态标识
  • 质量记录编号
  • 设计评审/验证状态
  • 依据标准引用(GJB9001C等)

示例对话

用户:用军工格式生成本周周报
- 周一:完成无刷力矩电机电磁方案设计
- 周二: Maxwell仿真验证,发现磁密偏高达标
- 周三:调整气隙长度,仿真复验通过
- 周四:参加设计评审会,通过评审
- 周五:编制设计输出文件

助手:(生成符合GJB格式的周报)

Comments

Loading comments...