Notes

v0.1.0

Native OpenClaw notes plugin with local note storage and writing tools

notes-plugin·runtime notes·by @ivangdavila
Code Pluginsource linkedCommunity code plugin. Review compatibility and verification before install.

README

Notes Plugin

Native OpenClaw plugin that adds local note management with:

  • note creation, listing, retrieval, updates, append-only note entries, and deletion
  • notebooks, tags, pinning, and local JSON persistence
  • search across titles, note bodies, and appended entries

Install

npm install
npm run build
openclaw plugins install .
openclaw plugins enable notes
openclaw gateway restart

Config

{
  plugins: {
    entries: {
      notes: {
        enabled: true,
        config: {
          storagePath: "~/.openclaw/state/notes/notes.json",
          defaultNotebook: "inbox",
        },
      },
    },
  },
}

If storagePath is omitted, the plugin stores data in ~/.openclaw/state/notes/notes.json.

Tools

  • notes_create
  • notes_list
  • notes_get
  • notes_update
  • notes_append
  • notes_delete

Capabilities

configSchema
Yes
Executes code
Yes
HTTP routes
0
Runtime ID
notes

Compatibility

Built With Open Claw Version
0.1.0
Plugin Api Range
>=2026.3.23

Verification

Tier
source linked
Scope
artifact only
Summary
Validated package structure and linked the release to source metadata.
Commit
23f665bf8e73
Tag
main
Provenance
No
Scan status
pending

Tags

latest
0.1.0