TopRank Skills

Home / Claw Skills / Git / GitHub / daily-report-generator
Official OpenClaw rules 54%

daily-report-generator

Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 daily-report-generator 技能。 若已安装,则直接安装 daily-report-generator 技能。

Overview

Skill Key
1989tianlong/ytlong-daily-report
Author
1989tianlong
Source Repo
openclaw/skills
Version
-
Source Path
skills/1989tianlong/ytlong-daily-report
Latest Commit SHA
de5f32d53f5d1baf44e89eabf7385af6701dae5a

Extracted Content

SKILL.md excerpt

# Daily Report Generator

Automatically generates professional daily/weekly work reports by analyzing:
- Git commits from the day/week
- Calendar events
- Task completions

## Features

- **Multi-source aggregation**: Pulls data from git, calendar, and task managers
- **Smart summarization**: Groups related activities automatically
- **Multiple formats**: Markdown, HTML, plain text
- **Language support**: Chinese and English output

## Usage

### Generate Today's Report

```bash
node index.js today
```

### Generate Weekly Report

```bash
node index.js week
```

### Generate Custom Date Range

```bash
node index.js range --from 2024-01-01 --to 2024-01-07
```

### Specify Output Format

```bash
node index.js today --format html
node index.js week --format markdown
```

## Configuration

Create a `.reportrc.json` in your project root:

```json
{
  "git": {
    "enabled": true,
    "repos": ["./", "../other-project"]
  },
  "calendar": {
    "enabled": true,
    "sources": ["google", "apple"]
  },
  "tasks": {
    "enabled": true,
    "sources": ["apple-reminders"]
  },
  "output": {
    "language": "zh-CN",
    "format": "markdown",
    "includeStats": true
  }
}
```

## Output Example

```markdown
# 工作日报 - 2024年1月15日

## 完成的任务
- ✅ 完成用户认证模块开发
- ✅ 修复登录页面样式问题
- ✅ 代码审查:PR #123

## Git 提交
- feat: 添加双因素认证 (abc123)
- fix: 修复移动端显示问题 (def456)
- docs: 更新 API 文档 (ghi789)

## 会议
- 10:00 产品需求评审会
- 14:00 技术方案讨论

## 明日计划
- 继续开发支付模块
- 参加团队周会
```

## Requirements

- Node.js 18+
- Git (for commit analysis)
- Optional: Calendar access (Google/Apple)

## Installation

```bash
npm install
```

## License

MIT

Related Claw Skills

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

geo-optimization

★ 1

Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill