Clipboard

Copy the last meaningful output from the conversation to the macOS clipboard via pbcopy. Use when user wants to copy, grab, or export the last response.

Dzhuneyt Updated

File contents

Copy your last substantive output to the macOS clipboard.

Rules

  • Strip any leading/trailing meta-commentary (e.g., "Here's what I found:", "Let me know if...", "Done.", "Copied to clipboard.")
  • Keep only the core content the user would want to paste somewhere
  • If the last output was a list, table, or code block — copy it as-is
  • If the last output was prose with surrounding filler — extract the meaningful part

Command

cat <<'EOF' | pbcopy
<paste the extracted content here>
EOF

After copying, confirm: "Copied to clipboard."

Dzhuneyt/skills/tree/main/skills/clipboard commit 242a82c6cf

Frequently asked questions

npx skillmds@latest add dzhuneyt/clipboard