ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/joifg/daily-report-writer
Or

What 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

  1. "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."
  2. "Draft a work summary for today, 2023-10-28. My progress included integrating the payment gateway and writing unit tests. No blockers today."
  3. "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

Author@joifg
Stars1947
Views0
Updated2026-03-04
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-joifg-daily-report-writer": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#productivity#documentation#reports#automation#workflow
Safety Score: 4/5

Flags: file-write, file-read