By ashrocket
Copy the most recent useful artifact from your conversation to the clipboard. Works across AI coding agents.
Clipboard helper for AI coding agents.
Ask the agent to copy the thing you just produced — a query, shell command, code block, URL, or config — and agent-pb puts the artifact itself on your clipboard.
No selecting. No highlighting. No dragging.
/plugin marketplace add ashrocket/agent-pb
/plugin install agent-pb@agent-pb
Install the bundled skill into your Codex skills directory:
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills/pb"
curl -sL https://raw.githubusercontent.com/ashrocket/agent-pb/main/skills/pb/SKILL.md \
-o "${CODEX_HOME:-$HOME/.codex}/skills/pb/SKILL.md"
This repo already ships the Codex skill at skills/pb/SKILL.md.
Useful Codex usage:
$pb
$pb command
$pb the AQL query
copy that
copy the curl command
In Codex, $pb is the clearest explicit invocation. Natural-language requests also work when the surrounding prompt matches the skill description.
Copy the portable snippet into your rules file:
curl -sL https://raw.githubusercontent.com/ashrocket/agent-pb/main/snippets/pb-rules.md >> .cursorrules
Or manually paste the contents of snippets/pb-rules.md into your .cursorrules, .windsurfrules, or .github/copilot-instructions.md.
$pb # Codex: copies the most recent useful artifact
$pb the curl command # Codex: copies a specific artifact
/pb # slash-style hosts: same behavior
copy that # natural-language fallback
On Codex, the installed skill is designed to trigger on $pb and natural-language requests like "copy that", "copy the query", or "grab that command". Treat /pb as a compatibility alias for hosts that use slash commands.
Works on macOS (pbcopy), Linux (xclip/wl-copy), and WSL/Windows (clip.exe). Auto-detects your platform. Some hosts may require approval before the agent can write to the system clipboard.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub ashrocket/agent-pb --plugin agent-pbScan your screengrabs folder for recent screenshots, preview before loading, and auto-rename generic filenames with descriptive names. Bypasses iCloud TCC restrictions via Spotlight.
Archie — your architecture consultant. He lives in your browser or terminal, reads your codebase, and remembers what he learns.
Session workflow helpers - knowledge capture, confusion handling, course correction, clipboard copy
Provides an agent, skill, hook, and slash command related to the `aichat` tool-set for searching and resuming CLI-agent sessions
Persistent memory system for AI coding sessions — cross-tool memory sharing with 6-dimensional hybrid search
Display agents:// Claude URIs in the status line.
Persistent memory across sessions. Learns preferences, conventions, and corrections automatically.
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows