memory
Two-layer memory system with semantic search and daily logs.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Two-layer memory system with semantic search and daily logs.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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