clipboard-copy

clipboard-copy is a skill for Claude Code from Pawel-Kica/claude-code-100. It costs 15 tokens per session (149 once invoked), scanned A, original, MIT.

A command that copies part of the previous assistant response to the macOS clipboard, the temporary storage used for copy and paste. It can copy a specified section or the main answer when no section is given.

In plain words
What is it for?
Use it to copy a code block or another part of the last response directly into another application on a Mac.
Why use it?
It avoids manually selecting and copying response text. It also reports when the requested content cannot be found.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Good fit Use it to copy a code block or another part of the last response directly into another application on a Mac.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pawel-kica/claude-code-100/clipboard-copy
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Pawel-Kica/claude-code-100 --skill clipboard-copy
Clone the repo
git clone --depth 1 https://github.com/Pawel-Kica/claude-code-100

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for clipboard-copy

README.md
[![agentmods](https://agentmods.dev/badge/skills/pawel-kica/claude-code-100/clipboard-copy/github.svg)](https://agentmods.dev/skills/pawel-kica/claude-code-100/clipboard-copy)
Your own site
<a href="https://agentmods.dev/skills/pawel-kica/claude-code-100/clipboard-copy"><img src="https://agentmods.dev/badge/skills/pawel-kica/claude-code-100/clipboard-copy/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for clipboard-copy

Your own site · 80×15
<a href="https://agentmods.dev/skills/pawel-kica/claude-code-100/clipboard-copy"><img src="https://agentmods.dev/badge/skills/pawel-kica/claude-code-100/clipboard-copy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 149 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00015 $0.00149
Opus 5 $0.00008 $0.00075
Sonnet 5 $0.00003 $0.00030
Haiku 4.5 $0.00002 $0.00015

Measured 11d ago against content hash 823548349899, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

clipboard-copy scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

argument-hint: "what to copy - e.g. curl command, the JSON, second code block. Empty = whole last code block"
skills/productivity/clipboard-copy/SKILL.md · 14 lines

What it actually says

Copy a piece of the previous assistant message to clipboard via pbcopy.

What: arg given → extract that piece. Empty → last fenced code block; no block → main answer minus filler. Raw content, no fences or preamble.

How: heredoc into pbcopy, sentinel PCOPY_EOF (change if payload contains it).

After: one line Copied <what> (<N> chars). No match → say so, do nothing.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 14 lines · 15 tokens per session scan A 823548349899

Subscribe to this mod's changes

clipboard-copy is a skill published in the GitHub repository Pawel-Kica/claude-code-100 (2 stars, last pushed yesterday), licensed MIT. It adds 15 tokens to every session and 149 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.