Skip to content

Repository files navigation

🐾 openclaw-pawpad

Per-session task list and notes for OpenClaw agents.

The problem

When OpenClaw compresses old conversation turns, your agent loses track of what it was doing — tasks, decisions, notes from earlier in the session get summarized away or lost.

How PawPad fixes it

PawPad stores a structured task list and freeform notes on disk, outside the context window. Before every agent turn, it injects them into the system prompt. The agent sees its full task list and notes on every turn, no matter how much context has been compacted.

Data is isolated per session. PawPad keys storage by OpenClaw's stable sessionKey, so tasks and notes persist across /new and /reset within the same logical session (same Discord channel, same CLI session, etc.).

Install

openclaw plugins install openclaw-pawpad

Restart OpenClaw. That's it.

Config

Optional. Most people won't need to change these.

// ~/.openclaw/openclaw.json
{
  "plugins": {
    "entries": {
      "openclaw-pawpad": {
        "config": {
          "warnCompletedTasks": 30,  // soft warning threshold
          "warnNoteChars": 10000     // soft warning threshold
        }
      }
    }
  }
}

Warnings are advisory. Nothing gets blocked or truncated.

License

MIT

About

🐾Per-session task list and notes for OpenClaw agents

Topics

Resources

Stars

2 stars

Watchers

0 watching

Forks

Contributors

Languages