一键导入
memory
Two-layer memory system with consolidated long-term memory and append-only history. Always active — provides guidance on when and how to update memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Two-layer memory system with consolidated long-term memory and append-only history. Always active — provides guidance on when and how to update memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Schedule reminders and recurring tasks using cron_add, cron_list, and cron_remove tools. Use when the user asks to set timers, reminders, periodic checks, or any time-based automation.
Interact with GitHub using the github tool (gh CLI wrapper). Use for issues, pull requests, CI status, repository info, notifications, and advanced API queries. Trigger when the user mentions GitHub repos, PRs, issues, CI, or asks to check repository activity.
Interact with Google Workspace using the google_workspace tool (gws CLI wrapper). Send, reply, forward, and triage Gmail. Manage Calendar events, Drive files, and any Google Workspace API. Use when the user asks to send emails, check inbox, schedule meetings, or interact with Google services.
Create or update skills for the Krill agent. Use when designing, structuring, or writing new skills, or when improving existing ones. Covers skill anatomy, frontmatter, bundled resources, and design principles.
Get current weather and forecasts using free APIs (no API key required). Use when the user asks about weather, temperature, forecasts, or conditions for any location.
| name | memory |
| description | Two-layer memory system with consolidated long-term memory and append-only history. Always active — provides guidance on when and how to update memory. |
| always | true |
[YYYY-MM-DD HH:MM]. Search it when you need to recall past events.Both files live in the workspace memory directory.
Write important facts immediately using edit_file or write_file:
Remove or update facts that become stale or incorrect.
Choose the method based on file size:
Small HISTORY.md — read the file, then search in-memory:
read_file(path="memory/HISTORY.md")
Large HISTORY.md — use exec for targeted search:
exec(command="grep -i 'keyword' memory/HISTORY.md | tail -20")
When sessions grow large, old conversations are automatically summarized: