Weekly Report Generator
v1.0.0科特船长 - 自动生成周报/月报/工作总结,支持 Word/PPT 格式输出
⭐ 0· 113·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (weekly/monthly/report generator) matches the included Python generator and templates. Requesting pandoc to convert markdown to Word/PPT is appropriate and expected for the stated functionality.
Instruction Scope
SKILL.md and README instruct the agent/user to provide input text or files and run the generator; they do not direct reading of unrelated system files, accessing unrelated environment variables, or exfiltrating data to unknown endpoints. The README mentions a demo URL and contact info, but the runtime instructions do not send data there.
Install Mechanism
Install spec uses standard package managers (brew and apt) to install pandoc. No arbitrary downloads, URL shorteners, or extracts from untrusted hosts are present. The included code file is small and readable.
Credentials
The skill requests no environment variables, no credentials, and no config paths. This is proportional to a local report-generation tool that optionally uses pandoc for format conversion.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide config, and is user-invocable. It requires no elevated or persistent privileges.
Assessment
This skill appears safe and does what it promises: it generates structured reports locally and uses pandoc only for format conversion. Before installing or using it: 1) ensure you trust the pandoc package source (brew/apt) and have it installed if you need Word/PPT output; 2) test the generator locally with non-sensitive sample text to confirm behavior; 3) avoid pasting sensitive credentials or private data into the report input (the current code does not transmit data, but the README mentions a demo site and contact links — do not use those endpoints for private data); 4) watch for future updates that add networked features (API access, cloud demo) since those could require credentials or external communications.Like a lobster shell, security has layers — review code before you run it.
latestvk978hzqjv1wzm0zyvt2wbrf4n1839h80
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📊 Clawdis
Binspandoc
Install
Install Pandoc (brew)
Bins: pandoc
brew install pandoc