@firstpick/pi-extension-memory-helper
Memory helper commands and remember_note tool for Pi.
Package details
Install @firstpick/pi-extension-memory-helper from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@firstpick/pi-extension-memory-helper- Package
@firstpick/pi-extension-memory-helper- Version
0.1.4- Published
- May 5, 2026
- Downloads
- 454/mo · 454/wk
- Author
- firstpick
- License
- MIT
- Types
- extension
- Size
- 6.6 KB
- Dependencies
- 1 dependency · 2 peers
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-extension-memory-helper
Simple memory capture and lookup helpers for Pi.
What it does
- Adds fast note capture to daily memory files.
- Adds quick text search across memory markdown files.
- Exposes the same write path to both users and the agent via command + tool.
- Uses plain markdown files (human-readable, git-friendly).
Install
pi install npm:@firstpick/pi-extension-memory-helper
Configuration
PI_MEMORY_HELPER_TIMEZONE- Controls which day file is targeted by
/rememberandremember_note. - Default:
UTC.
- Controls which day file is targeted by
Commands
/remember <note>— append a timestamped note to today’s memory file./memory-search <query>— search memory markdown files and return top matches./memory-helper-status— show active timezone and memory directory.
Tools
remember_note- Input:
note - Action: append to today’s memory file
- Output: saved file path + timezone info
- Input: