📋 专业日报/周报系统 - Git集成/多格式输出/个人企业双模式/团队汇总/智能分析的OpenClaw工作汇报插件
Install
$
openclaw plugins install clawhub:daily-report-pro-skill📋 专业日报/周报系统
企业级工作日报与周报管理 · OpenClaw 插件
5 大工具
| 工具 | 功能 | 适用 |
|---|---|---|
generate_daily_report | 生成日报(手动/Git自动/混合) | 个人 + 企业 |
generate_weekly_report | 生成周报(支持历史自动汇总) | 个人 + 企业 |
query_report_history | 查询历史记录 | 个人 + 企业 |
generate_team_summary | 团队工作汇总(多人统计) | 企业版 |
test_git_connection | 诊断 Git 仓库连接 | 运维 |
输出格式
| 格式 | 特点 |
|---|---|
| Markdown | 简洁,适合日常和IM发送 |
| HTML | 含 SVG 图表(柱状图/饼图/进度条) |
| DOC | Word 兼容格式,适合存档 |
安装
openclaw plugins install clawhub:daily-report-pro-skill
快速使用
日报(个人版 · Git 自动采集)
openclaw tool generate_daily_report --params '{
"name": "张三",
"gitRepoPaths": ["/path/to/your/repo"],
"autoGenerate": true,
"outputFormat": "markdown"
}'
日报(企业版 · HTML 含图表)
openclaw tool generate_daily_report --params '{
"name": "李四",
"userType": "enterprise",
"department": "技术研发部",
"enterpriseName": "XX科技有限公司",
"workItems": [
{"description": "完成OAuth集成", "project": "App v3.0", "category": "开发", "hours": 4, "status": "已完成"}
],
"outputFormat": "html"
}'
团队工作汇总
openclaw tool generate_team_summary --params '{
"enterpriseName": "XX科技",
"members": [{"name": "张三"}, {"name": "李四"}],
"dateFrom": "2026-06-09",
"dateTo": "2026-06-16",
"outputFormat": "html"
}'
License
Proprietary. All rights reserved.
