بنقرة واحدة
memory
Split memory system with USER.md for durable personal profile and MEMORY.md for token-budgeted operational context.
القائمة
Split memory system with USER.md for durable personal profile and MEMORY.md for token-budgeted operational context.
Schedule reminders and recurring tasks.
Manage long-running background jobs and interactive workflows on Windows using PowerShell Jobs (Start-Job, Receive-Job) — the Windows equivalent of tmux sessions.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Search and install agent skills from ClawHub, the public skill registry.
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.
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
| name | memory |
| description | Split memory system with USER.md for durable personal profile and MEMORY.md for token-budgeted operational context. |
| always | true |
USER.md — Durable personal profile and preferences. Not token-compacted; keep it focused on long-lived user facts.memory/MEMORY.md — Operational long-term facts. Injected into every system prompt under # Memory, truncated from the bottom if it exceeds the token budget (~2000 tokens default).memory/HISTORY.md — Append-only log with [YYYY-MM-DD HH:MM] [#tag1 #tag2] entries. Never injected. Search it with memory_search or grep when historical context is missing.Sections are ordered by survival priority — top sections persist under truncation, bottom sections are dropped first.
## Environment — OS, runtime, tooling constraints, local services, provider setup## Entities — people, projects, repos, services referenced often## Project State — milestones, blockers, medium-term status, important decisions## Dynamic Context — current tasks, recent decisions, in-progress workRules:
USER.md, not in memory/MEMORY.mdIf a topic feels incomplete, search HISTORY.md first before assuming a fact was never recorded. Use the memory_search tool for semantic queries, or grep for exact matches:
grep -i "keyword" memory/HISTORY.md
If the user refers to past discussions or ongoing workflows you don't recall: search HISTORY.md before responding.
Handled automatically every ~10 messages. Long-term memory is auto-compacted by the system when it grows beyond the configured threshold.