日报/周报生成器

v1.0.0

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

0· 98·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments