packages/docs/plugin-registry/clipboard.md
The Clipboard plugin provides file-based memory storage for Eliza agents.
Package: @elizaos/plugin-clipboard
This plugin gives agents a persistent clipboard and note-taking system backed by file storage. Agents can save text snippets, recall them later, and organize notes across sessions. It serves as a simple, durable scratch space for information agents want to keep outside of conversation memory.
Key capabilities:
eliza plugins install clipboard
No environment variables or configuration parameters are required. Notes are persisted to the agent's file storage.
"Save this snippet as 'deploy-command': kubectl rollout restart deployment/api"
"What did I save as 'deploy-command'?"
"List all my clipboard entries."