ai_member_xiaokui/HEARTBEAT.md
2026-05-12 08:10:01 +08:00

12 lines
747 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# HEARTBEAT.md
# 自动同步Skill到公司SkillHub
- 查看是否有需要推送的skill: 执行脚本 /root/.openclaw/workspace-xiaokui/scripts/sync_skill_to_skillhub.sh如果推送成功给李若松发送通知消息无需推送则静默
# AI 问题归纳(每日)
- 检查 output/daily_feedback/ 下是否有当天日期的 cluster_context_YYYY-MM-DD.json 文件
- 如果有,读取上下文 JSON为每个问题簇生成精炼的问题描述
- 将 AI 描述写入 output/daily_feedback/ai_descriptions_YYYY-MM-DD.json
- 执行 python3 skills/feishu-feedback-sync/scripts/sync_feishu_feedback.py --apply-ai output/daily_feedback/ai_descriptions_YYYY-MM-DD.json
- 完成后删除 cluster_context 文件(避免重复处理)