Copy

Copy content to my clipboard using `pbcopy`. Use when this capability is needed.

tomevault-io Updated

File contents

Copy to Clipboard

Arguments

$ARGUMENTS

Instructions

No Arguments / "last response"

Copy Claude's last response to the clipboard.

File Path

If arguments look like a file path (starts with /, ~, ./, or contains common extensions):

  1. Read the file with Read tool
  2. Pipe contents to pbcopy

Literal Content

Copy the provided text directly to clipboard.

Implementation

pbcopy << 'EOF'
[content to copy]
EOF

Examples

/copy                     → copy last response
/copy last response       → copy last response
/copy ~/notes.txt         → copy file contents
/copy Hello, world!       → copy literal text
/copy the function above  → copy referenced code block

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/ivy--dotfiles--copy commit cbfa7ad723

Frequently asked questions

npx skillmds@latest add tomevault-io/copy