The official plugin monorepo for KeepNow, with integrations for Claude Code, Codex, and Pi.
Website: https://keepnow.app
| Package | Purpose | Distribution |
|---|---|---|
@keepnow/plugin-core |
Shared API client, contracts, URL parsing and write-up prompt | Private workspace package |
pi-keepnow |
Native Pi extension with session-safe state | npm |
keepnow-claude-code |
Claude Code Skill, MCP tools and session-safe state | Claude Code marketplace |
keepnow-codex |
Codex Skill, MCP tools and session-safe Hooks | Codex marketplace |
pnpm install
pnpm checkBuild and inspect the distributable packages:
pnpm build
pnpm pack:pi
pnpm pack:claude-codeInstall the published Pi extension from npm:
pi install npm:pi-keepnowThe Claude Code plugin is distributed through the KeepNow marketplace:
/plugin marketplace add loadshine/keepnow-plugins
/plugin install keepnow@keepnow-plugins
The Codex plugin is distributed from the same repository through its Codex marketplace catalog:
codex plugin marketplace add loadshine/keepnow-plugins
codex plugin add keepnow@keepnow-pluginsCodex reads .agents/plugins/marketplace.json and installs only
packages/codex; it ignores the Pi and Claude Code packages.