daily-report

日报生成技能 - 自动收集数据并生成工作日报

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "daily-report" with this command: npx skills add linzmin/daily-report-cn

日报生成技能

📊 你的私人日报助手,让写日报变得简单!


🎯 功能特性

  • ✅ 自动收集日历、待办、邮件数据
  • ✅ 多种模板可选(简单/详细/专业)
  • ✅ 支持多种输出格式(Markdown/文本/微信)
  • ✅ 一键发送微信
  • ✅ 自动定时生成(cron)
  • ✅ 历史报告保存和查看

🚀 快速开始

1. 安装

cd ~/.openclaw/workspace/skills/daily-report
./install.sh

2. 收集数据

./scripts/collect-data.js

3. 生成日报

./scripts/generate-report.js --save --send

📋 命令详解

收集数据 collect-data.js

# 收集所有数据
./scripts/collect-data.js

# 单独收集
./scripts/collect-data.js --calendar
./scripts/collect-data.js --todo
./scripts/collect-data.js --email
./scripts/collect-data.js --manual

# 查看已收集数据
./scripts/collect-data.js --output

生成日报 generate-report.js

# 预览
./scripts/generate-report.js

# 保存并发送
./scripts/generate-report.js --save --send

# 使用详细模板
./scripts/generate-report.js --template detailed --save

# 微信格式输出
./scripts/generate-report.js --output weixin --send

发送日报 send-report.js

# 发送今日日报
./scripts/send-report.js

# 发送指定日期
./scripts/send-report.js 2026-03-26

📁 模板示例

简单模板 (simple)

# 工作日报 - 2026-03-26

## 📅 今日工作

- 09:00-10:00 晨会
- 14:00-15:00 项目评审

## ✅ 完成情况

- ✅ 完成日报技能开发
- ⏳ 代码审查

## 📧 邮件处理

收到:15 封
发送:8 封

## 💡 今日总结

今天完成了日报技能的开发...

## 🎯 明日计划

- [ ] 

详细模板 (detailed)

包含更多字段:收获与成长、遇到的问题、改进建议、本周进度表等。


⏰ 自动定时

安装时可选择添加 cron 任务,每天 18:00 自动生成日报:

0 18 * * * /path/to/auto-report.js >> ~/.openclaw/logs/daily-report.log 2>&1

💾 数据存储

数据文件: data/daily-data.json

报告目录: reports/

reports/
├── report-2026-03-26.md
├── report-2026-03-25.md
└── ...

🔧 配置

环境变量

变量默认值说明
WEIXIN_CHANNELopenclaw-weixin微信渠道 ID
WEIXIN_ACCOUNTd72d5b576646-im-bot微信账号 ID
WEIXIN_USER_IDo9cq802hhREiOXPlXq_Tgb0MjPTo@im.wechat接收用户 ID

自定义模板

templates/ 目录创建新模板:

cp templates/simple.md templates/my-template.md
# 编辑 my-template.md

使用:

./scripts/generate-report.js --template my-template

📝 完整文档

详见 SKILL.md


🦆 作者

鸭鸭 (Yaya) - 你的私人日报助手

📄 许可证

MIT-0 License

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

gitlab-mr-reviewer

当需要审核 GitLab 合并请求、检查 MR diff 风险、发布 GitLab 审查评论、执行 approve/request changes,或发送 MR 审查通知时使用。

Registry SourceRecently Updated
1490whrime
General

Voice Transcriber Toolkit

Voice-to-Text Transcription Toolkit - 语音识别转文字,支持Whisper/Vosk引擎,批量处理,字幕导出 | Speech recognition & transcription with Whisper/Vosk engines, batch processing, su...

Registry SourceRecently Updated
General

Gigo Lobster Taster

🦞 GIGO · gigo-lobster-taster: 正式试吃模式:跑完整评测,默认上传云端、生成个人结果页并进入排行榜。 Triggers: 试吃我的龙虾 / 品鉴我的龙虾 / lobster taste / lobster taster.

Registry SourceRecently Updated
General

Gigo Lobster Local

🦞 GIGO · gigo-lobster-local: 本地模式:跑完整评测,但不上云、不注册个人结果页,证书二维码回到官网首页。 Triggers: 本地试吃龙虾 / 离线试吃龙虾 / local lobster taste / offline lobster taste.

Registry SourceRecently Updated