Weekly Reporter Pro
v1.0.0Auto-generate professional weekly work reports with multiple templates
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (auto-generate weekly reports) matches the provided assets: SKILL.md documents running a local tool and the repository includes a Python script. The only declared runtime requirement is python3, which is appropriate for a Python-based report generator.
Instruction Scope
SKILL.md directs the agent to run the local weekly_reporter tool with simple command arguments. The runtime instructions and the script operate on simulated in-memory data and text templates; neither the SKILL.md nor the script read files, access environment variables, call external endpoints, or perform privileged operations.
Install Mechanism
There is no install spec (instruction-only skill) and the included code is a plain Python script using only the standard library. No downloads, package installs, or archive extraction are performed by the skill.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. The code does not reference os.environ or other secret-bearing locations, so requested environment access is proportional to its purpose.
Persistence & Privilege
The skill is not marked always:true, is user-invocable, and does not modify agent or system configuration. It does not persist state or request elevated privileges.
Assessment
This skill appears safe and coherent for generating sample weekly reports locally: it simply runs a bundled Python script that produces Markdown output from simulated data, with no network connections or credential access. Before installing, confirm you have python3 available and understand that the tool uses hard-coded/sample data — it does not integrate with calendars, task trackers, or your real project data. If you expect the skill to pull real tasks (e.g., from Jira, GitHub, or your calendar), be aware those integrations would require additional permissions/credentials which this skill currently does not request.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
📋 Clawdis
Binspython3
automationlatestreportweeklywork
📋 Weekly Reporter - Auto Work Report Generator
Automatically generate weekly work reports with customizable templates. Perfect for professionals who want to save time on weekly summaries.
Features
- Multiple Templates: Simple, Detailed, Tech formats
- Data Summary: Task completion, hours spent, progress tracking
- Issue Tracking: Document problems and suggestions
- Week Selection: This week or last week reports
Commands
| Command | Description |
|---|---|
this-week | Generate this week's report |
last-week | Generate last week's report |
--template <type> | Choose template: simple/detailed/tech |
Template Types
Simple Template
- Quick overview with key metrics
- Best for quick daily updates
Detailed Template
- Full table format with all tasks
- Best for formal reporting
Tech Template
- Developer-focused with code metrics
- Best for engineering teams
Usage
/weekly-reporter this-week
/weekly-reporter this-week --template detailed
/weekly-reporter last-week --template tech
Output Example
# Weekly Report (2026.03.03)
## Summary
- Total Tasks: 15
- Completed: 12 (80%)
- In Progress: 2
- Hours: 32
## Completed Tasks
- ✅ Task 1 - 4h
- ✅ Task 2 - 2h
...
## Next Week Plan
- Complete chat feature
- User feedback processing
Technical Details
- Language: Python 3
- No dependencies required beyond standard library
Comments
Loading comments...
