An automated workflow skill that aggregates daily activity logs into structured reports and distributes them via multiple communication channels.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install daily-report-skill
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install daily-report-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Daily Report skill is a productivity powerhouse designed for the Openclaw Skills ecosystem, enabling users to automatically synthesize their daily work, learning, and progress. By tapping into today's journal entries and conversation logs, it ensures that no achievement goes undocumented.
This skill bridges the gap between raw data and professional reporting, making end-of-day handovers or personal reflections effortless. It leverages customizable templates to maintain consistency and professional branding across all outputs, ensuring your contributions are clearly communicated within the Openclaw Skills framework.
To get started with this skill in Openclaw Skills, create a configuration file at the root of your workspace:
touch config/daily-report.json
Ensure the configuration includes mandatory fields for the recipient and delivery channels:
{
"recipient": { "name": "Project Manager" },
"agent_name": "Dev-Agent",
"channels": ["feishu", "slack"]
}
You can then configure a cron job for automatic execution or trigger it manually within your environment.
The skill organizes data using a hierarchical file structure to ensure reports are easily retrievable and organized by date.
| Path | Description |
|---|---|
| memory/YYYY-MM-DD.md | Primary source data from today's active journal. |
| memory/daily-reports/ | Storage directory for all generated Markdown reports. |
| config/daily-report.json | Local configuration, credentials, and channel settings. |
| assets/template.md | The Markdown template used for report generation. |
Variable Mapping:
Loading
A powerful music automation skill for searching, adding, and monitoring artists and albums within Lidarr.

A powerful integration to query and analyze bird sound detections from your local BirdNET-Go identification system.

A unified command-line interface designed to streamline the management of Radarr, Sonarr, and Lidarr within the Openclaw Skills ecosystem.

A powerful image generation tool that leverages xAI's Grok API to create visuals directly within your AI agent workflow.

A local-first, SQLite-powered task management system designed for AI agents and CLI users to track work with structured metadata.

csvglow converts tabular data into professional, interactive HTML dashboards with automated insights and visualizations.








































