daily-report-writer
根据输入生成日报 Markdown 草稿并写入 reports 目录
Why use this skill?
Efficiently generate and save professional Markdown daily reports using the OpenClaw daily-report-writer skill. Simplify your status updates today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joifg/daily-report-writerWhat This Skill Does
The daily-report-writer is a specialized productivity skill designed for the OpenClaw AI agent ecosystem. Its primary function is to automate the tedious process of drafting daily work reports. By taking structured input—specifically the date, key highlights, and any current blockers—the skill generates a standardized, professional Markdown report. It automatically handles the file system operations required to save these reports into the designated reports/ directory, ensuring your documentation remains organized and consistent over time.
Installation
To integrate this skill into your OpenClaw environment, use the CLI provided by the platform. Ensure your environment has the necessary write permissions for the directory where the reports are stored. Run the following command in your terminal:
clawhub install openclaw/skills/skills/joifg/daily-report-writer
Use Cases
This skill is perfect for developers, project managers, or any professional who needs to maintain daily logs or status updates for their team. It is particularly useful when you have a list of bullet points from your day and need to convert them into a formal record without manually typing headers, dates, or repetitive formatting. It ensures that your daily status updates follow a uniform company style.
Example Prompts
- "Generate my daily report for 2023-10-27. Highlights: finished the authentication module, fixed the CSS overflow bug. Blockers: waiting on the API spec from the backend team."
- "Draft a work summary for today, 2023-10-28. My progress included integrating the payment gateway and writing unit tests. No blockers today."
- "Create a report file for 2023-10-29 using these highlights: refactored the database schema and updated the documentation. I am currently blocked by the server deployment delay."
Tips & Limitations
To get the best out of this skill, ensure that the date format is strictly YYYY-MM-DD to avoid parsing errors. While the skill is excellent at generating reports, it does not currently support automated Git commits or uploading to project management platforms (like Jira or Trello) directly—it only manages the local filesystem. Always verify that your user account has write access to the reports/ directory, otherwise, the skill may fail during the final step. If you encounter a failure, double-check your parameter syntax; providing an empty list for highlights may result in an error since they are mandatory fields.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-joifg-daily-report-writer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
a-share-glossary-tutor
A股/炒股新手概念与指标的结构化讲解与笔记沉淀。用在:解释PE/PB/ROE/现金流/财报口径、板块与题材、政策术语;把零散问题整理成可复习的知识体系(中文优先)。
a-share-metrics-card
获取并生成 A股单只股票的关键指标“体检卡”(估值/盈利质量/现金流/负债/分红/交易活跃度等),输出为统一 Markdown,便于对比与持续跟踪。用在:"帮我查600406关键指标"、"做一张国电南瑞体检卡"。
daily-report-joig
生成简洁的中文日报(highlights/blockers/next),并可落盘为 Markdown 文件,适合个人复盘与同步。