← 返回 Skills 市场
freedompixels

日报周报生成器

作者 freedompixels · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ✓ 安全检测通过
42
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install report-maker-cn
功能描述
Automation skill for 日报周报生成器.
使用说明 (SKILL.md)

name: daily-report-generator version: "1.5.0" description: "本地日报/周报生成工具。输入JSON格式工作数据,生成结构化的Markdown格式工作报告,支持日报、周报、数据指标表格和风险提示。" metadata: openclaw: emoji: "📊" category: productivity

功能

  • 生成日报或周报
  • 完成事项、进行中事项、计划事项分类展示
  • 风险/阻塞提示标记
  • 支持数据指标表格(周报)
  • 输出Markdown格式,可直接复制到任何平台

使用方法

# 生成日报
python3 scripts/generate_report.py --type daily

# 生成周报
python3 scripts/generate_report.py --type weekly

# 指定日期
python3 scripts/generate_report.py --type daily --date 2026-04-10

# 从JSON数据文件生成
python3 scripts/generate_report.py --data my_data.json

数据输入(可选)

支持JSON格式数据文件,示例:

{
  "completed": ["完成用户调研报告", "上线新功能A"],
  "in_progress": ["优化登录流程"],
  "planned": ["编写技术文档"],
  "risks": ["第三方API不稳定"],
  "metrics": [{"name": "DAU", "value": "1000", "change": "+5%"}]
}

无数据文件时自动使用空模板,可手动填充。

参数

  • --type:报告类型,daily 或 weekly(默认 daily)
  • --date:目标日期 YYYY-MM-DD(可选,默认今天)
  • --data:JSON数据文件路径(可选)
  • --output:输出方式,doc/chat/both(默认 doc)

依赖

  • Python 3.7+(纯标准库:datetime, json, argparse)

更新说明

  • v1.5.0: 彻底移除飞书相关描述,重命名为daily-report-generator
  • v1.4.1: 移除飞书API集成声明,修正功能描述为实际能力
  • v1.4.0: 精简描述,移除未实现功能
安全使用建议
This looks safe for generating local Markdown reports from JSON. Before installing, confirm you have Python 3.7+ available and be aware that Feishu/autosend wording appears stale; do not assume external collection or automatic sending is supported unless separately configured and reviewed.
功能分析
Type: OpenClaw Skill Name: report-maker-cn Version: 1.5.0 The skill bundle is a local utility for generating daily and weekly reports in Markdown format. Analysis of 'scripts/collect_data.py' and 'scripts/generate_report.py' shows they rely exclusively on Python standard libraries (json, argparse, datetime) for text processing and file I/O. There are no network calls, shell command executions, or attempts to access sensitive system files. The instructions in 'SKILL.md' and 'README.md' are consistent with the code's functionality and do not contain any prompt-injection or exfiltration triggers.
能力评估
Purpose & Capability
The core behavior matches the stated purpose: SKILL.md describes a local JSON-to-Markdown report generator, and scripts/generate_report.py reads a JSON file and prints Markdown. There is minor stale wording in scripts/collect_data.py referencing Feishu/Bitable/chat collection, which could confuse users about integrations that are not actually implemented.
Instruction Scope
The instructions are user-directed command examples for generating reports. They do not tell the agent to bypass approval, override user intent, run continuously, or publish content automatically.
Install Mechanism
The registry declares no required binaries and no install spec, while SKILL.md shows commands using python3 and states Python 3.7+ is required. This is a packaging/preflight gap, not evidence of unsafe behavior.
Credentials
The included scripts use Python standard-library modules, read only user-specified JSON input paths, optionally write a user-specified JSON output from collect_data.py, and do not show network calls, external packages, shell execution, or credential handling.
Persistence & Privilege
No credentials, tokens, account sessions, schedulers, background workers, autorun hooks, or persistent agent memory are present in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install report-maker-cn
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /report-maker-cn 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.5.0
彻底移除飞书相关描述,重命名为report-maker-cn
元数据
Slug report-maker-cn
版本 1.5.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

日报周报生成器 是什么?

Automation skill for 日报周报生成器. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 42 次。

如何安装 日报周报生成器?

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

日报周报生成器 是免费的吗?

是的,日报周报生成器 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

日报周报生成器 支持哪些平台?

日报周报生成器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 日报周报生成器?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.5.0。

💬 留言讨论