Every ClawOps bot ships with a memory system, a boot sequence, a document search engine, and rate limit protection. Not configuration options — defaults that just work.
Five markdown files, written at provision time. The bot reads them at the start of every session. Edit any of them directly or ask your bot to update them.
Tells the bot who it is and how to behave. Pre-seeded with VPS awareness, the files convention, and platform knowledge. Edit anytime to change tone, style, or focus.
Loaded every session. Tells the bot what to read at startup, when to write context back, and how to handle handovers before model switches.
Seeded at provision time with your name and Telegram handle. Add your timezone, job, preferred tools, and working style. The bot reads this first, every session.
Curated facts that carry across all conversations. The bot updates it during quiet moments, never mid-task. You can edit, expand, or prune it directly.
Pre-seeded with known rules so your bot doesn't have to learn things the hard way. Grows over time — when the bot corrects a mistake, the rule gets written here.
Two tiers of memory working together, plus automatic compaction so nothing important is lost when the context window fills up.
After every significant task, the bot appends a note to today's log. Yesterday's and today's logs are auto-loaded at session start.
memory/YYYY-MM-DD.mdMEMORY.md holds the facts that matter across months. Updated during quiet review moments, never mid-task. Mistakes go to LEARNINGS.md.
MEMORY.md + LEARNINGS.mdWhen the context window starts to fill up, important context is automatically written to the daily log before the reset.
auto-flush before context resetEvery bot ships with QMD, an open-source local search engine. Instead of loading entire files into context (expensive), your bot searches locally first and retrieves only the relevant chunks.
Generic AI tools reset every session. ClawOps ships with memory, recall, and reliability built in.
Persistent memory across sessions
MEMORY.md + daily logs loaded at every session start
Context survives window resets
Compaction flush at 4,000 tokens writes to disk before reset
Document recall at 80-90% fewer tokens
QMD retrieves relevant chunks instead of loading full files
Rate limit failover, silently
Primary + 2 backup models per stack, you never notice
Context wiped on each new chat
Unlike cloud AI apps, your workspace carries context forward
Settings reset when platform updates
Your VPS workspace is yours, platform updates never touch it
Your bot will run nightly health checks automatically — compacting old logs into long-term memory, re-indexing new files into QMD, verifying its own config, and alerting you to anything that needs attention.
Memory, recall, fallbacks, and a boot sequence that loads your context automatically. All included, nothing to configure.
Start now, $10/month