send-secret

Route secret-sharing requests to file, clipboard, or receive skills.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill routes user requests to the appropriate specialized skill for securely sharing secrets, enabling zero-trust handling without exposing secret content to the agent.

Core Features & Use Cases

  • Routing: Delegates to send-secret-file, send-secret-clipboard, or receive-secret based on input (file path, clipboard content, or a share link).
  • Privacy & Security: Ensures secrets are never read by the agent and are transmitted only as file paths or URLs; supports zero-knowledge framing.
  • Use Cases: Share a file securely from a local path; send clipboard contents on macOS; receive a secret from a trycloudflare URL.

Quick Start

Tell me to share a secret and specify whether it's a file path, clipboard content, or a receive URL.

Frequently Asked Questions about send-secret

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

FAQPage Schema
How do I share a secret securely without exposing the content to an AI assistant?

To share a secret securely without exposing the content to an AI assistant, you can use a zero-trust routing skill that transmits only file paths or URLs. This ensures the agent never reads the actual secret content.

What is the best way to send clipboard content securely on macOS?

The best way to send clipboard content securely on macOS is to route the request through a specialized zero-trust handler. This delegates the task to securely share the clipboard without the agent reading its contents.

Can I receive a secret from a trycloudflare URL without the agent reading it?

Yes, you can receive a secret from a trycloudflare URL without the agent reading it by delegating the request to a specialized receive-secret skill. This enforces zero-knowledge framing during transmission.

How do I securely share a local file path using zero-trust routing?

To securely share a local file path using zero-trust routing, specify that you want to share a file. The skill delegates the request to send-secret-file, ensuring the file content is never exposed to the agent.

Does zero-trust secret sharing work with generic share a secret prompts?

Zero-trust secret sharing works with generic prompts by routing the request to the appropriate specialized skill based on context. It determines whether to delegate to send-secret-file, send-secret-clipboard, or receive-secret.