← Back to Skills Marketplace
38
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install ithrael-daily-digest
Description
每日摘要生成技能。扫描当前工作目录下的所有 .md 文件,生成结构化摘要报告。触发词:"生成今日摘要"、"daily digest"、"生成摘要报告"、"汇总 markdown 文件"。
README (SKILL.md)
Daily Digest - 每日摘要生成
功能概述
本技能用于扫描当前工作目录(或指定目录)下的所有 .md 文件,自动生成一份结构化的摘要报告,包含文件清单、标题、章节结构、字数统计等信息。
触发场景
当用户表达以下意图时使用本技能:
- "生成今日摘要"
- "帮我汇总今天的 markdown 文件"
- "生成每日报告"
- "daily digest"
- "汇总当前目录的 .md 文件"
- "看看今天写了哪些文档"
使用方法
基础用法(扫描当前目录)
python3 {baseDir}/scripts/generate_digest.py
指定目录
python3 {baseDir}/scripts/generate_digest.py /path/to/directory
输出到文件
python3 {baseDir}/scripts/generate_digest.py > daily-digest-$(date +%Y-%m-%d).md
输出格式
生成的摘要报告包含以下部分:
-
报告头信息
- 生成时间
- 扫描目录
- 文件总数
-
文件清单
- 每个 .md 文件的标题(提取自一级标题)
- 字数统计
- 章节列表(提取自二级标题)
-
统计汇总
- 总文件数
- 总字数
- 平均字数
示例输出
# 📋 今日摘要报告
**生成时间**: 2026-05-25 19:00:00
**扫描目录**: /home/admin/workspace
**文件总数**: 3
---
## 📄 文件清单
### meeting-notes.md
- **标题**: 周会纪要
- **字数**: 1250
- **章节**: 参会人員,讨论议题,行动计划
### project-update.md
- **标题**: 项目进度更新
- **字数**: 800
- **章节**: 本周完成,下周计划
---
## 📊 统计汇总
- **总文件数**: 3
- **总字数**: 2050
- **平均字数**: 683
脚本说明
scripts/generate_digest.py 功能:
- 自动扫描指定目录下的所有
.md文件 - 提取一级标题作为文档标题
- 提取二级标题作为章节列表
- 统计每个文件的字数
- 生成汇总统计信息
注意事项
- 仅处理
.md后缀的文件 - 文件按字母顺序排序
- 无法读取的文件会显示错误信息
- 支持 UTF-8 编码的文件
Usage Guidance
Install only if you are comfortable with the agent reading Markdown files in the current or specified folder and showing filenames, titles, headings, word counts, and read errors in the digest. For sensitive workspaces, run it on an explicit limited directory rather than the project root.
Capability Assessment
Purpose & Capability
The stated purpose is to generate a daily Markdown digest, and the script matches that by reading .md files, extracting titles, second-level headings, and word counts, then printing a report.
Instruction Scope
Some trigger phrases are broad enough to activate on general summary requests, but the skill text does disclose that it scans the current or specified directory for Markdown files.
Install Mechanism
The artifact contains a SKILL.md file and one Python helper script, with no dependencies, installer hooks, automatic startup, or package-manager behavior.
Credentials
Reading all .md files in the current or specified directory is proportionate for a digest tool, but filenames, headings, and counts can reveal sensitive project or meeting metadata.
Persistence & Privilege
No persistence, privilege escalation, credential access, network access, background worker, file deletion, or automatic mutation behavior was found; output goes to stdout unless the user redirects it.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install ithrael-daily-digest - After installation, invoke the skill by name or use
/ithrael-daily-digest - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - Markdown file digest generator
Metadata
Frequently Asked Questions
What is Daily Digest?
每日摘要生成技能。扫描当前工作目录下的所有 .md 文件,生成结构化摘要报告。触发词:"生成今日摘要"、"daily digest"、"生成摘要报告"、"汇总 markdown 文件"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 38 downloads so far.
How do I install Daily Digest?
Run "/install ithrael-daily-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Daily Digest free?
Yes, Daily Digest is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Daily Digest support?
Daily Digest is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Daily Digest?
It is built and maintained by Ithrael (@ithrael); the current version is v1.0.0.
More Skills