send-secret-clipboard

Pipe clipboard contents to the send-secret CLI to generate a one-time share URL.

2|1|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/danwag06/send-secret --skill send-secret-clipboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-secret-clipboard
Source: https://github.com/danwag06/send-secret/tree/main/skills/send-secret-clipboard
Command: npx skills add https://github.com/danwag06/send-secret --skill send-secret-clipboard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Securely share clipboard contents without exposing sensitive data to agents by piping the clipboard through the send-secret CLI, providing a one-time link.

Core Features & Use Cases

  • Pipe clipboard data directly to the send-secret CLI to generate a one-time, self-destructing link.
  • macOS-focused workflow using pbpaste, with guidance for other platforms to avoid exposing clipboard data to the agent.
  • Ensures sensitive text never enters the agent's context and yields a share URL for teammates.

Quick Start

Pipe your clipboard contents to the send-secret CLI using pbpaste on macOS to generate a secure share URL.

Frequently Asked Questions about send-secret-clipboard

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

FAQPage Schema
How do I share clipboard contents securely without exposing sensitive data to an AI agent?

To share clipboard contents securely, pipe the data directly to the send-secret CLI to generate a one-time, self-destructing URL. This prevents the sensitive text from entering the agent's context while providing a secure link for teammates.

Can I generate a one-time link for clipboard secrets on macOS?

Yes, you can generate a one-time link on macOS by piping clipboard data through pbpaste to the send-secret CLI. The CLI encrypts the data and issues a self-destructing share URL with view limits.

How does piping clipboard data to a CLI prevent exposure to the agent?

Piping clipboard data directly to the send-secret CLI prevents exposure by ensuring the agent never reads the sensitive text. The CLI handles encryption and issues a one-time URL, keeping the clipboard contents out of the agent's context.

Does this secure clipboard sharing method work on platforms other than macOS?

The workflow is macOS-focused using pbpaste, but includes guidance for other platforms to avoid exposing clipboard data to the agent. Users on non-macOS systems must rely on equivalent platform-specific clipboard piping mechanisms.

What happens when someone opens a one-time link generated by the send-secret CLI?

Opening a one-time link generated by the send-secret CLI retrieves the encrypted clipboard secret. The link is self-destructing and subject to view limits, ensuring the shared data cannot be accessed multiple times.

Do I need to install the send-secret CLI to share clipboard secrets?

Yes, the send-secret CLI is required to encrypt clipboard contents and issue the self-destructing share URL. The Skill relies on this command-line tool to process the piped data and generate the secure link.