Report Summary Builder

v1.0.0

基于已有日报自动汇总生成周报和月报。

1· 335·0 current·0 all-time
by皮皮熊@bounding-elk
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 state: generate weekly/monthly reports from existing daily reports. The SKILL.md explicitly reads Markdown files from /data/reports/daily/ and writes weekly/monthly Markdown files to /data/reports/weekly/ and /data/reports/monthly/ — these file operations are directly aligned with the declared purpose.
Instruction Scope
Instructions limit behavior to reading daily report files and producing summary files and a short user-facing summary. This is within scope. Note: paths are hard-coded to /data/reports/daily/ which means the skill will access any files under that directory; the instructions do not reference unrelated system files, env vars, or network endpoints.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by an installer, which minimizes installation risk.
Credentials
The skill requests no environment variables, no credentials, and no external config paths. This is proportionate to its function of local file summarization.
Persistence & Privilege
always is false and the skill is user-invocable. The README includes optional cron usage examples (scheduling automation) but the skill itself doesn't request persistent elevated privileges or modify other skills' configurations.
Assessment
This skill is instruction-only and appears coherent with its purpose. Before enabling: ensure the directory /data/reports/daily/ contains only the files you want the agent to read (the skill will access any file under that path); verify the agent process has appropriate file-system permissions; if you enable scheduled runs (cron examples), be aware it will run automatically at those times and read/write the same paths; review generated reports before distribution to ensure no sensitive data is included. No credentials or network access are requested by the skill.

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

latestvk977j4fa5tqs96tmbmaz39bf4x837qd3

License

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

Comments