← 返回 Skills 市场
liujw0214

ai-report

作者 Primordia · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
210
总下载
0
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install ai-report
功能描述
自动生成AI助手工作日报/周报。整理当日任务完成情况、对话主题、关键决策、待办事项,生成结构化总结报告。用于用户说写日报、写周报、总结工作、整理汇报。
使用说明 (SKILL.md)

AI 日报周报生成系统

每次会话结束自动整理,生成结构化的工作汇报。

输出格式

日报模板

# 工作日报 · 2026-05-03

## 📋 今日完成
- [ ] 任务1:描述
- [ ] 任务2:描述

## 💡 关键讨论
- 主题1:结论
- 主题2:结论

## ✅ 决策记录
- 决策1
- 决策2

## ⏳ 待跟进
- [ ] 待办事项1
- [ ] 待办事项2(截止:明天下午)

## 🎯 明日计划
- 计划1
- 计划2

周报模板

# 工作周报 · 第18周 (2026-05-01 ~ 2026-05-03)

## 📊 本周完成
共完成 N 项任务

## 💡 关键进展
- 进展1
- 进展2

## 📈 认知沉淀
- 新增决策原则 N 条
- 新增教训 N 条

## 📅 下周计划
- 计划1
- 计划2

工作原理

会话结束
├── 扫描当日日记 memory/YYYY-MM-DD.md
├── 提取关键信息:
│   ├── 完成的任务
│   ├── 讨论的主题
│   ├── 做的决策
│   └── 待跟进事项
├── 生成结构化报告
└── 自动归档到 reports/YYYY-MM-DD.md

触发方式

自动触发

会话结束时自动生成日报(可配置开关)。

手动触发

写今天的日报
生成这周的周报
写一下昨天的工作总结

生成范围

日报:指定日期(默认今天)
周报:本周或指定周
月报:本月

保存位置

~/.openclaw/reports/
├── 日报/
│   └── 2026-05-03.md
├── 周报/
│   └── 2026-W18.md
└── 月报/
    └── 2026-05.md

导出格式

支持导出为:

  • Markdown(默认)
  • PDF(需要 pandoc)
  • HTML(需要 pandoc)

安装

本技能无需额外配置,直接启用即可。

安全使用建议
Install only if you want OpenClaw to summarize your work context into local report files. Check whether automatic session-end generation is enabled, review reports before sharing, and be mindful that summaries can include sensitive tasks, decisions, and discussion details.
功能分析
Type: OpenClaw Skill Name: ai-report Version: 1.1.0 The 'ai-report' skill is a standard utility for generating structured daily and weekly work summaries based on local session history. It operates by reading from local memory files and writing to a designated reports directory (~/.openclaw/reports/), with no evidence of data exfiltration, unauthorized network access, or malicious prompt injection instructions in SKILL.md.
能力评估
Purpose & Capability
The stated purpose is to generate daily, weekly, and monthly work reports from tasks, discussions, decisions, and follow-ups, and the SKILL.md content stays aligned with that purpose.
Instruction Scope
The skill describes automatic session-end report generation as well as manual triggers; this is disclosed and purpose-aligned, but users should ensure the automatic mode is wanted.
Install Mechanism
There is no install spec and no code files. Optional PDF/HTML export mentions pandoc, but Markdown is the default and no automatic package installation is requested.
Credentials
The workflow reads a daily memory/journal file and writes reports under ~/.openclaw/reports. This is proportionate for reporting, but the content may include private work context.
Persistence & Privilege
The skill persistently archives generated reports locally. No credentials, network access, privileged paths, or hidden background code are shown.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ai-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ai-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Version 1.1.0 of ai-report - No file changes detected in this version. - Functionality and documentation remain unchanged from the previous release.
v1.0.4
- No file changes detected in this version. - Functionality and documentation remain unchanged.
v1.0.3
- No file changes detected in this release. - No updates or modifications to features, functionality, or documentation. - Version incremented to 1.0.3 for maintenance tracking.
v1.0.5
- No user-facing changes in this version. - All documentation, functionality, and features remain the same.
v1.0.2
Version 1.0.2 (ai-report) - No file changes detected in this version. - Functionality and documentation remain unchanged.
v1.0.1
- No changes detected in this version; all existing features and instructions remain the same. - Functionality for auto-generating daily and weekly AI work reports is unchanged. - Output formats, storage paths, and templates are consistent with the previous version.
v1.0.0
ai-report 1.0.0 - 自动生成结构化 AI 工作日报与周报,涵盖任务、讨论、决策、待办等关键信息 - 支持 Markdown、PDF、HTML 格式导出 - 可自动或手动触发报告生成,涵盖日报、周报及月报 - 报告自动归档,便于后续查找与总结
元数据
Slug ai-report
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

ai-report 是什么?

自动生成AI助手工作日报/周报。整理当日任务完成情况、对话主题、关键决策、待办事项,生成结构化总结报告。用于用户说写日报、写周报、总结工作、整理汇报。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 210 次。

如何安装 ai-report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ai-report」即可一键安装,无需额外配置。

ai-report 是免费的吗?

是的,ai-report 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ai-report 支持哪些平台?

ai-report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ai-report?

由 Primordia(@liujw0214)开发并维护,当前版本 v1.1.0。

💬 留言讨论