dayreel
Dayreel: turn a day of work into a content doc + daily report, then a narrated summary video. Two skills (dayreel-content, dayreel-render) and tools (fetch_today_recap, fetch_session_detail, dayreel_report, dayreel_render, dayreel_status).
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:peikuo/dayreel说明文档
阅读完整 README ↗使用
在 GUI 里对模型说:「生成今天的总结视频」。预期流程:
- 模型加载
dayreel-contentskill → 调fetch_today_recap拿跨会话当日摘要(当前对话自动排除)→ 需要细节时按需fetch_session_detail→ 写内容文档 →dayreel_report出日报(修订/换风格传force: true) - 用户要看视频 → 模型加载
dayreel-renderskill →dayreel_render(插件把内容文档确定性投影成场景) - 模型循环调用
dayreel_status播报进度(旁白 i/n → Remotion %),直到完成 - 完成后模型给出可播放 URL(
http://127.0.0.1: /dayreel///recap.mp4)和本地路径 - 用户看完后的反馈(对话中回复)会被插件被动记录到
output/feedback/.jsonl,并据此进入修订模式(force: true重生成)