← Back to Skills Marketplace
liujw0214

ai-report

by Primordia · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
210
Downloads
0
Stars
0
Active Installs
7
Versions
Install in OpenClaw
/install ai-report
Description
自动生成AI助手工作日报/周报。整理当日任务完成情况、对话主题、关键决策、待办事项,生成结构化总结报告。用于用户说写日报、写周报、总结工作、整理汇报。
README (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)

安装

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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ai-report
  3. After installation, invoke the skill by name or use /ai-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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 格式导出 - 可自动或手动触发报告生成,涵盖日报、周报及月报 - 报告自动归档,便于后续查找与总结
Metadata
Slug ai-report
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 7
Frequently Asked Questions

What is ai-report?

自动生成AI助手工作日报/周报。整理当日任务完成情况、对话主题、关键决策、待办事项,生成结构化总结报告。用于用户说写日报、写周报、总结工作、整理汇报。 It is an AI Agent Skill for Claude Code / OpenClaw, with 210 downloads so far.

How do I install ai-report?

Run "/install ai-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ai-report free?

Yes, ai-report is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ai-report support?

ai-report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ai-report?

It is built and maintained by Primordia (@liujw0214); the current version is v1.1.0.

💬 Comments