daily-review
Comprehensive daily performance review with communication tracking, meeting analysis, output metrics, and focus time monitoring. Your AI performance coach.
Why use this skill?
Master your daily workflow with the OpenClaw Daily Review skill. Automatically track meetings, communication, and focus time for deeper performance insights.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/henrino3/daily-reviewWhat This Skill Does
The daily-review skill acts as your personal AI performance coach by aggregating data from across your digital ecosystem into a single, cohesive report. It monitors communication volume (Emails, Slack, X.com), meeting attendance via Fireflies, productivity output (Git commits, Google Docs), and deep-work metrics via Screen Time and ActivityWatch. By parsing this diverse telemetry, it provides an objective view of your daily impact, helping you optimize focus time and identify workflow bottlenecks before they compound into larger productivity deficits.
Installation
- Move the repository to your local clawd workspace:
cp -r daily-review ~/clawd/skills/. - Install required dependencies, specifically the Bird CLI for X.com integration and the ActivityWatch background service.
- Configure authentication by populating the
~/clawd/secrets/directory with your respective API tokens for Slack, Fireflies, and X.com. - Register the skill with the task scheduler for automated reporting:
clawdbot cron add --name "daily-review" --schedule "0 9 * * *".
Use Cases
- Retrospective Analysis: Review your historical productivity data to correlate meeting frequency with coding velocity.
- Work-Life Balance: Monitor actual focus time versus communication overhead to prevent burnout.
- Reporting: Automatically generate executive summaries for standups without manually digging through Slack or email threads.
Example Prompts
- "OpenClaw, generate a performance review for yesterday and highlight if I spent more than 4 hours in meetings."
- "Run the daily-review script for last Friday to see how many Git commits I made during the sprint wrap-up."
- "Summarize my output for today—did I hit my goal of 5 commits and 10 document edits?"
Tips & Limitations
- Speaker Verification: The Fireflies integration ensures you are only credited for meetings where your voice was detected, reducing 'meeting inflation'.
- Mac Dependency: The Screen Time tracking relies on local
knowledgeC.dbaccess, meaning this specific feature requires an macOS environment. - Data Privacy: Ensure local files are secured; since this skill aggregates highly personal productivity data, treat your secrets directory with high sensitivity.
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-henrino3-daily-review": {
"enabled": true,
"auto_update": true
}
}
}Tags
Flags: file-read, data-collection, external-api
Related Skills
markdown-knowledge
将本地 Markdown 知识库与 OpenClaw 集成,支持语义检索和上下文注入。仅在用户触发时检索(搜索知识库、查一下知识库等),不主动注入。
context-compressor
Intelligently compress context — conversations, code, logs. Preserve key information while reducing token usage. Auto-detects content type and applies optimal compression.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
auto-context
智能上下文卫生检查器。分析当前会话的上下文污染程度 (长对话、主题漂移、噪声累积),建议:continue、/fork、/btw 或新会话。 支持手动触发(/auto-context)和自动触发(响应层实现)。 基于 ArXiv 论文和认知心理学研究的多维度评估体系。
decision-ledger
从纪要、聊天或项目材料中提取决策、负责人、截止时间、前提假设与撤销条件。;use for decision, meeting, governance workflows;do not use for 编造不存在的决策, 替代法律审计.