Clipboard butter knife for AI coding agents.
Say /pb. The agent finds the most recent useful artifact in your conversation — a query, shell command, code block, URL, or config — and copies it to your clipboard.
No selecting. No highlighting. No dragging.
/plugin marketplace add ashrocket/agent-pb
/plugin install agent-pb@agent-pb
Copy the portable snippet into your rules file:
curl -sL https://raw.githubusercontent.com/ashrocket/agent-pb/main/snippets/pb-rules.md >> .cursorrulesOr manually paste the contents of snippets/pb-rules.md into your .cursorrules, .windsurfrules, or .github/copilot-instructions.md.
/pb # copies the most recent useful artifact
/pb the curl command # copies a specific artifact
Works on macOS (pbcopy), Linux (xclip/wl-copy), and WSL (clip.exe). Auto-detects your platform.
- agent-look — screenshot scanner for Claude. Same philosophy: stop dragging things around.
MIT