← Back to Skills Marketplace
freedompixels

日报周报生成器

by freedompixels · GitHub ↗ · v1.5.0 · MIT-0
cross-platform ✓ Security Clean
42
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install report-maker-cn
Description
Automation skill for 日报周报生成器.
README (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: 精简描述,移除未实现功能
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install report-maker-cn
  3. After installation, invoke the skill by name or use /report-maker-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
彻底移除飞书相关描述,重命名为report-maker-cn
Metadata
Slug report-maker-cn
Version 1.5.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 日报周报生成器?

Automation skill for 日报周报生成器. It is an AI Agent Skill for Claude Code / OpenClaw, with 42 downloads so far.

How do I install 日报周报生成器?

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

Is 日报周报生成器 free?

Yes, 日报周报生成器 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 日报周报生成器 support?

日报周报生成器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 日报周报生成器?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.5.0.

💬 Comments