Native OpenClaw notes plugin with local note storage and writing tools
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_createnotes_listnotes_getnotes_updatenotes_appendnotes_delete
Capabilities
- Tags
- 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
