clipboard-history

Capture clipboard history with content-type detection and privacy controls.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/repairman29/jarvis-rog-ed --skill clipboard-history
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clipboard-history
Source: https://github.com/repairman29/jarvis-rog-ed/tree/main/skills/clipboard-history
Command: npx skills add https://github.com/repairman29/jarvis-rog-ed --skill clipboard-history

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual clipboard management leads to lost history, scattered items, and repetitive copy-paste cycles. This skill captures and organizes clipboard content, enabling fast retrieval, privacy controls, and structured pastes.

Core Features & Use Cases

  • Automatic clipboard history with real-time monitoring and unlimited item support.
  • AI-powered search, content-type detection, and privacy controls for secure pastes.
  • Cross-device synchronization (mock) and export/import capabilities for sharing or backup.
  • Use cases include quickly retrieving API keys, pasting URLs, code snippets, and formulating updates from pastes.

Quick Start

Install the Clipboard History skill: clawdbot skills install ./skills/clipboard-history or copy to ~/jarvis/skills/clipboard-history. Configure optional environment variables: JARVIS_CLIPBOARD_MAX_ITEMS, JARVIS_CLIPBOARD_SYNC_ENABLED, JARVIS_CLIPBOARD_EXCLUDE_PATTERNS. Restart gateway: clawdbot gateway restart. Then use natural language: "Show my clipboard history" or "Paste the second item I copied".

Frequently Asked Questions about clipboard-history

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

FAQPage Schema
How do I retrieve old clipboard history after copying multiple items?

Clipboard history is captured automatically through real-time monitoring, allowing you to retrieve previously copied text, URLs, code, and files. You can use AI-powered search or natural language commands like "Show my clipboard history" to find specific items.

Can I sync my clipboard history across multiple devices?

Yes, cross-device synchronization is available as an optional feature. You can enable it by configuring the JARVIS_CLIPBOARD_SYNC_ENABLED environment variable, allowing retrieval and pasting of clipboard content across different devices.

How does sensitive data handling work for clipboard privacy controls?

Privacy controls are integrated to manage sensitive data within your clipboard history. You can configure exclusion patterns using the JARVIS_CLIPBOARD_EXCLUDE_PATTERNS environment variable to prevent specific sensitive information from being captured or stored.

What is the best way to search and paste a specific code snippet from clipboard history?

The best way to paste a specific code snippet is using AI-powered search to locate it within your clipboard history. You can issue natural language commands like "Paste the second item I copied" to retrieve and insert previously copied code or text.

Does clipboard history support exporting and importing copied items for backup?

Yes, export and import capabilities are supported for sharing and backing up your clipboard history. This allows you to transfer your captured items, including text, URLs, and files, or save them externally for future retrieval.

How do I limit the number of items stored in my clipboard history?

You can limit stored items by configuring the JARVIS_CLIPBOARD_MAX_ITEMS environment variable. This controls the maximum number of captured clipboard entries retained during real-time monitoring before older items are cleared.