2.5k
GitHub Stars
2
Bundled Files
2 months ago
Catalog Refreshed
3 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill daily-report-joig- _meta.json285 B
- SKILL.md1.1 KB
Overview
This skill generates a concise daily report in Chinese with three sections: highlights, blockers, and next steps, and can save the result as a Markdown file. It is designed for individual reflection and lightweight team syncs. The output includes a normalized date, a status, a one-line summary, and a recommended next action.
How this skill works
You provide a date and an array of highlights; blockers and next-step arrays are optional. The skill normalizes the date to YYYY-MM-DD, builds a fixed Markdown structure, ensures the parent directory exists, and writes the file to the specified output path (default reports/{date}-daily-report.md). The response returns status, a short summary, saved path info, and a suggested next action.
When to use it
- End-of-day personal reflection to capture key accomplishments and obstacles.
- Prepare a brief status update for a manager or small team.
- Create a consistent archive of daily work in Markdown for future review.
- Document progress before switching tasks or handing off work.
- Automate report generation in a daily workflow or cron job.
Best practices
- Keep highlights focused: 2–5 concrete achievements or outcomes.
- List blockers as actionable issues or dependencies, not feelings.
- Use the next section for clear, small steps to start tomorrow.
- Use the default output path or a team-shared folder to centralize reports.
- Run the tool at a regular time to build a reliable archive.
Example use cases
- Save a daily Markdown report after finishing work to track progress over time.
- Automatically generate reports in a CI job to attach to project logs.
- Provide a short update to a remote manager with highlights and blockers.
- Aggregate personal reports into a weekly review by collecting the Markdown files.
- Record handoff notes when switching projects or taking leave.
FAQ
Accepts YYYY-MM-DD or YYYY/MM/DD and normalizes to YYYY-MM-DD.
What is the default output path?
Default is reports/{date}-daily-report.md; you can supply a custom outputPath.
Will it expose secrets or personal data?
No. The skill is designed not to output tokens, keys, or personal privacy data.