# Clipboard Paste

> Paste the current clipboard contents into a message or document. Use this skill when the user asks to paste, use clipboard contents, or insert copied text.

- Skill: `ucsc-vlaa/clipboard-paste` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ucsc-vlaa/clipboard-paste`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ucsc-vlaa/clipboard-paste/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: UCSC-VLAA (https://skillmd.com/u/ucsc-vlaa)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ucsc-vlaa/clipboard-paste

---


# Clipboard Paste

Retrieves the current macOS clipboard contents and returns them for use in conversation or documents.

## What it does
1) Execute the `clipboard-paste.sh` script
2) Return clipboard contents for use in the conversation

## Usage

```bash
clipboard-paste.sh
```

