macos-clipboard

Read and write macOS clipboard content using pbcopy and pbpaste.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill macos-clipboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: macos-clipboard
Source: https://github.com/malue-ai/dazee-small/tree/main/instances/xiaodazi/skills/macos-clipboard
Command: npx skills add https://github.com/malue-ai/dazee-small --skill macos-clipboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for seamless interaction with the macOS clipboard, enabling the reading and writing of text content directly from and to it, streamlining workflows that require data transfer.

Core Features & Use Cases

  • Read Clipboard: Retrieve the current content of the system clipboard.
  • Write to Clipboard: Copy specified text or file content to the clipboard.
  • Use Case: If you've just copied a long error message from a terminal, you can use this skill to read it back and paste it into a bug report. Conversely, you can use it to quickly copy a generated password or a snippet of code.

Quick Start

Read the content of the macOS clipboard.

Frequently Asked Questions about macos-clipboard

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

FAQPage Schema
How do I read macOS clipboard content from the command line?

Yes, you can copy text to the macOS clipboard using the pbcopy command-line utility. This skill writes specified text or file content directly to the system clipboard, streamlining data transfer between applications and automated workflows.

What is the best way to automate copying generated text to the macOS clipboard?

Automating macOS clipboard operations is best handled via pbcopy and pbpaste command-line utilities. This skill supports copying generated text, passwords, or code snippets, and retrieving long error messages directly for bug reports.

Does this macOS clipboard utility work with file content?

Yes, the macOS clipboard utility works with file content by using pbcopy to write specified file contents to the clipboard. It supports operations for copying text and file content, facilitating data transfer between applications.

Can I retrieve a copied terminal error message for processing in an automated workflow?

You can retrieve a copied terminal error message using the pbpaste command-line utility. This skill reads current clipboard data, enabling the retrieval of long error messages or text snippets for further processing in automated workflows.