@ryan_nookpi/pi-extension-clipboard
Clipboard copy tool extension for pi using OSC52 escape sequences.
Package details
Install @ryan_nookpi/pi-extension-clipboard from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@ryan_nookpi/pi-extension-clipboard- Package
@ryan_nookpi/pi-extension-clipboard- Version
0.1.3- Published
- Apr 16, 2026
- Downloads
- 518/mo · 14/wk
- Author
- ryan_nookpi
- License
- MIT
- Types
- extension
- Size
- 4.3 KB
- Dependencies
- 0 dependencies · 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
@ryan_nookpi/pi-extension-clipboard
This extension lets pi copy generated text directly to your system clipboard.
It is especially handy for reply drafts, commit messages, PR descriptions, SQL queries, and other text you want to paste right away.
Install
pi install npm:@ryan_nookpi/pi-extension-clipboard
Great for
- "Write a reply draft and put it in my clipboard"
- copying long outputs without selecting them manually
- using clipboard copy from terminal or SSH-based workflows
Example prompts
- "Draft a Slack reply and copy it to my clipboard."
- "Put this SQL query in my clipboard."
- "Write a PR description and copy it for me."
After installation, pi can use the copy_to_clipboard tool to copy results instantly.