clipboard

Copy the latest answer's core content to the macOS clipboard via pbcopy.

3|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/epologee/leclause-skills --skill clipboard-epologee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clipboard
Source: https://github.com/epologee/leclause-skills/tree/main/packages/clipboard/skills/clipboard
Command: npx skills add https://github.com/epologee/leclause-skills --skill clipboard-epologee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly copy the essential content of the latest answer to the macOS clipboard using pbcopy, eliminating manual selection and paste steps.

Core Features & Use Cases

  • Copy the core content of the latest answer to the clipboard with a single command.
  • Use the optional slack argument to format output as rich text suitable for Slack via pbcopy-html.
  • Ideal for fast sharing, note-taking, and archiving concise responses without leaving the chat.

Quick Start

Run /clipboard to copy the core of the last answer to your macOS clipboard, or run /clipboard slack for rich text formatting.

Frequently Asked Questions about clipboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I copy chat answers to the macOS clipboard without manual selection?

Copying chat answers to the macOS clipboard is done by running /clipboard, which extracts the core content of the latest response and sends it to pbcopy automatically, eliminating manual selection steps.

Can I copy answers as rich text for Slack from macOS?

Yes, copying answers as rich text for Slack is supported by running /clipboard slack. This formats the latest response using pbcopy-html so it pastes directly into Slack with proper rich text formatting.

Does the clipboard automation tool work on Windows or Linux?

The clipboard automation tool does not work on Windows or Linux because it depends on the macOS Bash pbcopy tooling and pbcopy-html for Slack mode, which are macOS-specific utilities.

What is the best way to automate archiving concise chat responses on macOS?

Automating archiving concise chat responses on macOS is best done by running /clipboard to capture the core content of the latest answer to the clipboard, ready for fast sharing or archiving without leaving the chat.

Does copying the last answer to pbcopy invoke the model again?

Copying the last answer to pbcopy does not invoke the model again. It directly extracts the core content of the most recent response and sends it to the macOS clipboard without any additional model processing.