shared-clipboard

Stores and synchronizes text snippets, code, URLs, and notes across sessions and devices.

5|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/JansenAnalytics/claudex --skill shared-clipboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shared-clipboard
Source: https://github.com/JansenAnalytics/claudex/tree/main/skills/shared-clipboard
Command: npx skills add https://github.com/JansenAnalytics/claudex --skill shared-clipboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires better-sqlite3, and includes scripts (resource) components.

What problem does it solve?

Cross-session key-value clipboard that lets teams share snippets, code, URLs, configs, and notes across agents, sessions, and devices.

Core Features & Use Cases

  • Cross-session clipboard for storing and retrieving snippets
  • Tagging, version history, and stack operations to organize and reuse data
  • Use cases include collaborative coding, knowledge transfer, and rapid snippet sharing during multi-session tasks.

Quick Start

Save a code snippet under the key "snippet1" so it can be shared across sessions and devices.

Frequently Asked Questions about shared-clipboard

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

FAQPage Schema
How do I share code snippets across multiple sessions and devices?

You can share code snippets across multiple sessions by using a SQLite-backed cross-session clipboard that stores and synchronizes data, enabling persistent access and quick retrieval across different agents and devices.

What is the best way to organize and retrieve shared clipboard snippets for collaborative coding?

The best way to organize shared snippets is by using tagging, version history, and stack operations. This allows you to categorize, track changes, and quickly retrieve stored code or notes during multi-session collaborative tasks.

Does the shared-clipboard cross-session store require a SQLite database?

Yes, the cross-session store requires a SQLite database. It uses the better-sqlite3 dependency to ensure data integrity, manage version history, and provide reliable cross-session accessibility for your stored snippets.

Can I pin frequently used URLs and notes in a cross-session clipboard?

Yes, you can pin frequently used URLs and notes in a cross-session clipboard. The system provides specific commands to set, get, list, and pin content, ensuring quick access to your most important snippets across different machines.

How do I track version history for shared text snippets across different agents?

You can track version history for shared text snippets by using the cross-session clipboard's built-in history tracking feature. It automatically records changes to stored content, allowing you to manage and review updates across different agents and sessions.

What are the limitations of using a SQLite-backed store for cross-session snippet sharing?

A limitation of using a SQLite-backed store for cross-session snippet sharing is that it relies on a local file-based database, meaning synchronization across physical devices requires external syncing solutions rather than offering built-in real-time cloud replication.