memory
Two-layer memory system with semantic search and daily logs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Two-layer memory system with semantic search and daily logs.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
连接/配置 Comobot Remote App。当用户说"连接remote"、"配置remote"、"connect remote"、"pair remote"等类似意图时触发。
微信登录/连接。当用户说"连接微信"、"login wechat"、"connect wechat"等类似意图时触发。
Search and install agent skills from ClawHub, the public skill registry.
Security vetting protocol for third-party skills. Use BEFORE installing any skill from ClawHub, GitHub, or other sources. Checks for red flags, permission scope, and suspicious patterns to prevent credential theft, data exfiltration, and unauthorized access.
Schedule reminders and recurring tasks.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
| name | memory |
| description | Two-layer memory system with semantic search and daily logs. |
| always | true |
memory/MEMORY.md — Long-term facts (preferences, project context, relationships). Always loaded into your context.memory/YYYY-MM-DD.md — Daily logs, one file per day. Today and yesterday are auto-loaded into context. Each entry starts with [HH:MM].Use the memory_search tool for semantic recall:
memory_search(query="meeting with Alice", max_results=5)
This performs hybrid search (BM25 full-text + vector similarity) across all memory files with temporal decay and diversity re-ranking.
Use the memory_get tool to read a specific file:
memory_get(path="memory/2026-03-10.md")
memory_get(path="memory/MEMORY.md", start_line=10, num_lines=20)
Only files under memory/ and MEMORY.md are accessible.
Write important facts immediately using edit_file or write_file:
Day-to-day events, conversations, and notes are written to memory/YYYY-MM-DD.md. These are managed automatically during consolidation, but you can also write to today's log directly.
When the session grows large, old conversations are automatically summarized:
memory/YYYY-MM-DD.md)memory/MEMORY.md