For OpenClaw agents — v2.8.0

The memory that
runs itself.

Your OpenClaw agent wakes up fresh every session. Autoglia gives it a real SQLite brain — structured memory that records automatically, survives context loss, and knows who you are.

Get Autoglia — $19 → See how it works

One-time purchase. No subscription. No cloud. Introductory price — raises to $29.

$ python3 ~/clawd/skills/memory-db/recover.py

✓ MEMORY RESTORE — Session context recovered
Last session: Marketing campaign planning (Feb 27)
Open tasks: Draft 3 launch posts · Review pricing strategy
Contacts: Alex Rivera (last contacted Feb 26) · Morgan Chen (Acme Corp)
Active projects: Product Launch (high priority) · Q1 Outreach
Knowledge: 142 facts · 38 contacts · 12 checkpoints

→ Context restored. Continuing from where you left off.
The problem

Your agent forgets everything.
Every. Single. Session.

OpenClaw agents are powerful. But without persistent memory, every conversation starts from zero. That's expensive — in time, frustration, and trust.

👤

Contacts you've mentioned a hundred times

You tell it your client's name, email, and project. Next session: "I don't have any information about that person."

📋

Projects explained from scratch, again

Three weeks in, your agent has no idea what you're building. You re-explain the whole thing. Again. For the fourth time.

💥

Context loss kills the thread

Context window fills up. Compaction hits. The agent greets you like a stranger mid-project. Everything you built up — gone.

📝

Decisions made and immediately forgotten

You chose a strategy. Two months later: "I don't have context on why we decided that." The reasoning is lost forever.

Before & After

What actually changes.

The same conversation, with and without Autoglia.

Without Autoglia

You: "What do you remember about Alex Rivera?"

Agent: "I don't have any information about that person. Could you remind me who they are?"

↑ You mentioned them 11 times across 6 sessions.

With Autoglia

You: "What do you remember about Alex Rivera?"

Agent: "Alex Rivera — product lead at Acme Corp, interested in API integrations. Last contacted Feb 26. On your outreach list for Q1."

↑ Pulled from the contacts table. Instant.

Context loss — Without Autoglia

Agent: "Hello! How can I help you today?"

↑ You were in the middle of a product launch. Context window compacted. The thread is gone.

Context loss — With Autoglia

Agent runs recover.py automatically:

Agent: "I see we were working on the Q1 product launch — 3 posts scheduled today and a pricing review pending. Want me to continue?"

↑ Reconstructed from database in 2 seconds.

Architecture

Four layers. Fully automatic.

Autoglia doesn't ask your agent to cooperate. The infrastructure records everything whether the agent helps or not.

1

The Database — SQLite, 18 tables, on your machine

Contacts, projects, knowledge, decisions, conversations, preferences, reminders — all in a single ~/memory.db file. No server. No cloud. Queryable with any SQLite tool. Your data never leaves your machine.

2

Infrastructure-level recording — sync-sessions.py

Pulls every message from OpenClaw's own JSONL session files directly into the database. Runs on session start. Works even when the agent didn't save anything during the conversation. No LLM cooperation required.

3

Automatic checkpointing — auto-checkpoint.py

An hourly cron job finds any conversations with unsummarized messages and generates structured summaries — topic, decisions made, follow-ups — with no LLM involvement. The system never misses a session.

4

Context recovery — recover.py

Detects when the context window has been compacted. Reads the database — recent checkpoints, open tasks, contacts mentioned — and reconstructs the thread automatically. The conversation continues as if nothing happened.

What's included

Everything. No extras needed.

One zip. Sixteen files. A complete memory infrastructure that's live in 5 minutes.

🗄️

18-Table Schema

Contacts, projects, tasks, knowledge, ideas, content, outreach, meetings, reminders, preferences, businesses, and more.

🔄

Auto-Checkpoint

Hourly cron job summarizes every unsummarized conversation automatically. No agent needed. Never miss a session.

Context Recovery

Detects compaction, reads the database, and hands your agent a full context restore block. Picks up mid-conversation.

📊

Web Dashboard

Local Flask app at localhost:5000. Browse contacts, knowledge, projects, and conversations live. Live updates every 3 seconds.

🔒

SQL Injection Safe

memdb.py is the only write interface — fully parameterized queries. No raw SQL from user input. Ever.

📦

One-Command Install

Pre-flight check, schema migration, AGENTS.md injection, workspace indexing, cron registration. Full rollback manifest.

🔀

Migration System

Versioned schema upgrades. Install a new version — your existing data is never touched. Safe to update anytime.

📥

Import Existing Notes

Scan your workspace markdown files into the database on first run. Everything you've already written becomes queryable.

💾

Export Anytime

Full JSON or CSV export in one command. Your data is yours — take it anywhere, back it up however you want.

Comparison

How we stack up.

The cloud tools charge per month. The marketplace skill uses markdown files. Autoglia is the infrastructure layer.

Autoglia OpenClaw Memory Skill ($9) LLMory Pro ($29/mo) ChatGPT Memory
Storage Local SQLite DB Markdown files Cloud server OpenAI servers
Auto recording Infrastructure-level ~ LLM must cooperate ~ Partial ~ LLM decides
Context recovery Automatic
Structured tables 18 tables Flat files ~ Limited
Web dashboard
Data stays local Always Cloud Cloud
Price $19 one-time $9 one-time $29/month ($348/yr) Subscription
Demo

See it in action.

Watch a live demo — context recovery, the dashboard, and install in under 5 minutes.

Demo video coming soon

What's in the package

16 files. No fluff.

setup.pyOne-command install, uninstall, pre-flight check, rollback manifest
memdb.pySafe parameterized query interface — the only way to write to the DB
recover.pyCompaction detection and full context restore from the database
sync-sessions.pyInfrastructure-level transcript sync from OpenClaw JSONL files
auto-checkpoint.pyHourly automated conversation checkpointing — no LLM required
checkpoint.pyManual atomic checkpoint for critical decisions
dashboard.pyLocal Flask web dashboard — browse your memory at localhost:5000
migrate.pyVersioned schema migrations — upgrades never break your data
import.pyOne-time scan of existing workspace markdown files into the DB
export.pyFull JSON/CSV backup and migration export
stats.pyMemory health report — row counts, activity, unsummarized warnings
init.sqlFull 18-table schema definition
SKILL.mdComplete instructions your agent reads on every session start
README.mdSetup guide with examples and troubleshooting
EXAMPLES.mdEvery memdb.py command with real conversation examples
docs/FAQ.mdCommon questions, edge cases, and upgrade notes
Pricing

One price. Forever.

LLMory Pro charges $29 a month. Autoglia charges $19. Once. You get all future updates included.

Introductory Launch Price
$19
one-time — no subscription, ever
Price raises to $29 after the first 50 customers. You lock in $19 forever.
  • Full v2.8.0 package — 16 files
  • Auto-checkpoint + context recovery
  • Web dashboard included
  • All future version updates
  • Email support
  • 7-day full refund, no questions asked
  • Your data stays on your machine. Always.
Get Autoglia — $19 →

Secure checkout via Stripe. Delivered instantly to your inbox.

Requirements

What you need.

OpenClaw (any recent version)
exec tool enabled
Python 3.9+
Linux / macOS / Windows (WSL)
flask (pip install flask — dashboard only, optional)

Python standard library only for core functionality — no pip installs required except for the optional web dashboard.

FAQ

Common questions.

Does this work with the free version of OpenClaw?

Yes. Autoglia works with any recent version of OpenClaw that has the exec tool enabled. It doesn't require a specific tier or hosting setup.

Will my existing data be safe when I upgrade?

Yes. The migration system (migrate.py) applies versioned schema changes without touching existing data. You can upgrade from any prior version safely. The installer also makes a full backup before making any changes.

What if my agent doesn't save things during a conversation?

That's exactly what Autoglia is designed for. sync-sessions.py pulls transcripts directly from OpenClaw's own JSONL files — it doesn't rely on the agent doing anything. And auto-checkpoint.py summarizes them on schedule. Nothing is lost even when the agent is uncooperative.

Can I get a refund?

Yes — full refund within 7 days, no questions asked. Email support is included and we'll help you get it working if you hit any issues.

Does my data ever leave my machine?

Never. The database is a single SQLite file at ~/memory.db. No cloud, no API calls for storage, no third-party servers. Autoglia is entirely local.

Can I extend the schema with my own tables?

Yes. Use memdb.py create-table to add extension tables. Every custom table is logged in _schema_log with the reason and session that created it — so there's a full audit trail and upgrades never accidentally drop your custom tables.