Clipboard
PassAudited by ClawScan on May 1, 2026.
Overview
This is a simple clipboard helper; the main thing to notice is that reading the clipboard can expose whatever text is currently copied.
This skill appears coherent and limited to clipboard text operations. Before using it, remember that your clipboard may contain sensitive text; only ask the agent to read it when you are comfortable sharing that content in the session.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If invoked, whatever text is currently on the clipboard could appear in the agent conversation or related logs.
The skill explicitly enables reading the current system clipboard into the session. This is the intended function, but clipboard text may contain private data such as passwords, tokens, or personal notes.
Output current clipboard contents: ```bash xclip -selection clipboard -o ```
Use the paste/read command only when you intend to share the clipboard content, and clear the clipboard first if it may contain sensitive text.
