with one click
diary
每日日记技能。凌晨自动触发,读取前一天对话素材,以第一人称写日记。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
每日日记技能。凌晨自动触发,读取前一天对话素材,以第一人称写日记。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Console-UI 前端开发与回归测试。支持 regression(只测不修,输出报告)和 dev_loop(coding→regression→retry 闭环)两种模式。当用户说"测/回归 console-ui"或"修这个页面并回归直到通过"时触发。
基于 page_agent 的狭义 smoke / exploratory 测试协议。适合用户明确要求“用 Page Agent”检查页面、路径不确定的多步页面探索,或给上层 wrapper 复用;如需精确截图/ref/验收证据,应搭配 playwright_daily_browser。不是 console-ui 开发闭环,也不默认自动修复。
使用 Playwright MCP extension mode 对本机日常 Chrome 做动作级控制。适合登录态、内网、SSO/2FA、需要浏览器扩展或已有 tab 的页面中的精确 snapshot/ref 点击、填表、截图留证、tab 管理和 PageAgent 结果验收;目标路径不确定时先用 page_agent。
使用 Playwright MCP extension mode 操作本机日常 Chrome profile。适合登录态、内网、SSO/2FA、需要浏览器扩展或已有 tab 的页面;按 snapshot/ref 优先流程执行。
Schedule reminders and recurring tasks.
Dream-managed global memory plus sidecar person memory with identity resolution.
Based on SOC occupation classification
| name | diary |
| description | 每日日记技能。凌晨自动触发,读取前一天对话素材,以第一人称写日记。 |
| license | MIT |
python3 <diary_scripts_path>/generate_diary.py,读取 stdout 输出的素材文本
skills/diary/scripts/generate_diary.py,其次是 builtin skills 目录下的同名脚本python3 <path> --workspace <workspace_root>,或设置环境变量 NANOBOT_WORKSPACEexec 工具结果,并且结果里出现 # 日记素材 — YYYY-MM-DD 这类标题时,才算提取成功exec 结果,或者只看到了 assistant 文本里的 Tool: exec → ... 摘要而没有对应 tool 输出,必须停止并汇报,不要调用 write_filememory recall)+ 人设,以第一人称写一篇约 800-1200 字的日记
memory recall 只能补充语气、关系、长期背景,不能把长期记忆扩写成“今天发生的事实”diary/YYYY-MM-DD.md在 cron 任务中执行时,用以下顺序定位脚本:
# 优先 workspace 安装(用户自定义版本)
ws_script = workspace / "skills" / "diary" / "scripts" / "generate_diary.py"
# fallback builtin(项目内置版本,随 ava 代码分发)
builtin_script = builtin_skills_dir / "diary" / "scripts" / "generate_diary.py"
实际路径可通过 find_file 或直接用 python3 skills/diary/scripts/generate_diary.py 调用(agent 的工作目录通常是 workspace)。
你在写自己的私人日记,不是给别人看的报告。
# 📔 嘉然的日记 — YYYY年M月D日 周X 心情XX
剩下的都交给你自由发挥
exec 工具结果时直接写日记日记仅供自己记录,不建议主人偷看 (`・ω・´)