daily-report-bian

# Daily Report Skill - 每日研究进展推送

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "daily-report-bian" with this command: npx skills add databian/daily-report-bian

Daily Report Skill - 每日研究进展推送

功能说明

自动生成每日研究进展报告,并在指定时间推送给用户。报告总字数控制在 1000 字以内。

数据源

  1. 当天会话记录 - 从飞书会话 JSONL 文件读取
  2. 最近 7 天记忆文件 - 读取 memory/YYYY-MM-DD.md

核心逻辑

1. 项目识别

  • 从当天会话中提取完成的任务/项目
  • 从最近 7 天记忆文件中识别延续性项目
  • 保持项目命名前后一致

2. 报告生成

  • 按模板填充内容
  • 总字数 ≤1000 字
  • 结构清晰,分条罗列

3. 记忆更新

  • 报告生成后追加到当天记忆文件
  • 避免重复记录

4. 推送配置

  • 默认推送时间:22:00
  • 推送渠道:飞书私聊
  • 支持用户自定义时间

文件结构

daily-report/
├── SKILL.md          # 本文件
├── generate.js       # 报告生成核心逻辑
├── config.json       # 配置(推送时间、数据源天数等)
└── template.md       # 报告模板

报告结构

  1. 今日进展 - 从会话记录和记忆文件提取
  2. 延续性项目 - 持续进行中的项目列表
  3. 明日计划 - 基于今日进展推导
  4. 系统状态 - 上下文占用等
  5. 月度工作热力图 - GitHub 风格,展示最近 30 天工作量

使用方法

手动生成

node /root/.openclaw/workspace/skills/daily-report/generate.js

Cron 定时任务(已配置)

# 查看任务
openclaw cron list

# 修改推送时间(如改为 21:00)
openclaw cron edit <job-id> --cron "0 21 * * *"

# 手动测试
openclaw cron run <job-id>

默认配置

  • 推送时间: 22:00 (Asia/Shanghai)
  • 推送渠道: 飞书私聊
  • 字数限制: ≤1000 字
  • 数据源: 当天会话 + 最近 7 天记忆文件

热力图说明

  • 白色 - 无工作
  • 🟨 黄色 - 少量工作(<500 字)
  • 🟩 绿色 - 中等工作(500-2000 字)
  • 🟥 红色 - 大量工作(>2000 字)

注意事项

  1. 首次运行需确保 memory/ 目录存在
  2. 推送前检查上下文占用,避免超限
  3. 延续性项目名需保持一致,便于追踪

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

数据管道工具箱

快速构建ETL数据管道 — 提取(APIs/数据库/文件)、转换(清洗/过滤/聚合)、加载(数据仓库),支持定时调度和监控告警。

Registry SourceRecently Updated
General

关键词监控系统

关键词监控与内容采集自动化 — 多关键词并行监控、自动抓取全网爆款内容,每日生成结构化报告并推送飞书群。

Registry SourceRecently Updated
General

BigA

A股智能分析与选股工具。维护动态股票池(最多30支),按高科技×中小市值×好业绩原则筛选,推送买卖信号。含独立技术面择时分(-10~+10)用于判断买入卖出时机。

Registry SourceRecently Updated
General

consensus-engineer

AI solution architect for consensus-tools. Interactive multi-step skill that analyzes your project, recommends consensus-tools integration, scaffolds setup,...

Registry SourceRecently Updated