每日日报生成器

v1.0.0

Daily report generator - automatically summarizes today's tasks and generates formatted daily reports. Use when user asks for daily report, work summary, or...

1· 95·0 current·0 all-time
by小艺@youyancheng1
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 match the included scripts and SKILL.md. The script reads local memory and PROJECTS.md files and generates formatted text/Markdown/Word reports — this matches the stated purpose. No unrelated credentials or external services are required.
Instruction Scope
Runtime instructions tell the agent to run scripts/generate_report.py and to read/write files under the user's home (~/.openclaw workspace, config, and Desktop). The Python script only reads those local files, parses list items, and writes report files; it does not access the network, other system config, shell history, or secrets.
Install Mechanism
No install specification. The package contains plain Python scripts and reference files only; there is no download-from-URL or installer that would write arbitrary code to disk beyond these provided files.
Credentials
No environment variables or external credentials are requested. The config and workspace paths (~/.openclaw/...) used are reasonable for a local reporting tool. The only external requirement is an optional python-docx library for Word export (noted in SKILL.md).
Persistence & Privilege
The skill does not request 'always' inclusion, does not modify other skills or global agent configs, and only interacts with files inside the user's home. It will write output files (Desktop or --output) which is expected behavior.
Assessment
This skill appears to be a local report generator that reads files from ~/.openclaw/workspace (memory and PROJECTS.md) and writes reports (default to your Desktop). Before installing or running: 1) inspect the memory files it will read to ensure they don't contain sensitive data you don't want processed; 2) if you don't want files written to Desktop, run with the --output flag or change the config; 3) install python-docx only if you need .docx export; 4) because this is an instruction-only skill that executes bundled Python scripts, only enable it if you trust the skill source and are comfortable running its code locally.

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

latestvk9763hhvdk7chjyrghmyyqj9en832t7b

License

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

Comments