← All skills
Tencent SkillHub · Other

Feishu AI Daily Report

生成飞书AI助手团队工作日报。每天自动收集团队成员的工作内容,整理成日报,保存文件并发送到飞书。触发场景:用户说"生成日报"、"整理日报"、"工作日报"等;定时任务(每天18点)调用。重要:必须严格按照模板格式输出,不得更改格式。

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

生成飞书AI助手团队工作日报。每天自动收集团队成员的工作内容,整理成日报,保存文件并发送到飞书。触发场景:用户说"生成日报"、"整理日报"、"工作日报"等;定时任务(每天18点)调用。重要:必须严格按照模板格式输出,不得更改格式。

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

AI 助手工作日报生成

这个技能用于生成 AI 助手团队的工作日报,包括团队成员的工作内容整理、格式化输出、文件保存和飞书消息发送。

团队成员配置

所有团队成员配置(已自动包含小天的配置): Agent ID名字角色Emojimain芮芮总助理📋architect小明系统架构师🏗️ops小王运维工程师🔧stock小钱股票助手💰xiaolan小蓝浏览器操作助手🌐content小圆内容写手📝aigfaigf临时项目开发💕xiaotian小天灵感记录✨

1. 收集工作内容(核心)

直接读取 session jsonl 文件: session 文件路径格式:/root/.openclaw/agents/{agent_id}/sessions/{session_id}.jsonl 找到今天(以北京时间为基准)最新修改的 session 文件 解析 jsonl,提取用户消息 提取用户消息的逻辑: 对于每个 agent: 1. 找到 /root/.openclaw/agents/{agent_id}/sessions/ 目录下今天修改的 .jsonl 文件 2. 逐行读取,查找 type="message" 的记录 3. 提取 message.content[0].text 中包含 "DM from ou_" 的行 4. 从中提取用户实际说的话(去掉 "DM from ou_xxx: " 前缀) 5. 去重后作为该 agent 的工作记录

2. 生成日报内容

  • 按照以下模板生成日报:
  • 📅 AI助手工作日报(YYYY-MM-DD)
  • 生成时间:YYYY-MM-DD HH:MM:SS
  • 📊 团队工作总览
  • 🏗️ [名字]([角色]):[工作内容简述]
  • ...
  • 📝 详细工作内容
  • 🏗️ [名字]([角色])
  • 1. [工作项1]
  • ...
  • ---
  • *日报由芮芮自动生成*

3. 保存日报文件

保存到 /root/.openclaw/workspace/daily-report-YYYY-MM-DD.md

4. 发送到飞书

使用 message 工具发送到飞书

时间处理(重要)

Today 判断:使用北京时区 (UTC+8) 当前时间:datetime.now(timezone(timedelta(hours=8))) session文件判断:文件的修改时间(mtime)在今天的范围内

关键点

读取正确的 session:直接读取 /root/.openclaw/agents/{agent_id}/sessions/*.jsonl 文件 北京时间处理:使用 UTC+8 时区判断"今天" 自动发现成员:支持新增 agent 消息去重:用户可能发多条消息,去重后保留

团队工作总览部分

每个成员一行,使用 - 开头 格式:[emoji] [名字]([角色]):[工作内容简述]

详细工作内容部分

标题格式:[emoji] [名字]([角色]) 工作项使用数字列表:1. [工作项]

结尾部分

添加分隔线 --- 添加备注 *日报由芮芮自动生成*

严格要求

生成日报时,必须严格按照以下格式: 第一行:📅 AI助手工作日报(YYYY-MM-DD) 第二行:生成时间:YYYY-MM-DD HH:MM:SS 空行 📊 团队工作总览 每个成员:- [emoji] [名字]([角色]):[工作内容简述] 空行 📝 详细工作内容 每个成员: 标题:[emoji] [名字]([角色]) 工作项:1. [工作内容] 无工作:今日无工作内容 空行 --- *日报由芮芮自动生成*

Category context

Long-tail utilities that do not fit the current primary taxonomy cleanly.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc