# copy-clipboard > **ALWAYS** Use this skill to copy text to the system clipboard using Joyride extension - Author: Francois Chastanet - Repository: fchastanet/copilot-prompts - Version: 20260201192200 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/fchastanet/copilot-prompts - Web: https://mule.run/skillshub/@@fchastanet/copilot-prompts~copy-clipboard:20260201192200 --- --- name: copy-clipboard description: "**ALWAYS** Use this skill to copy text to the system clipboard using Joyride extension" --- # Copy to Clipboard Protocol - **Clipboard Operations**: Use Joyride extension to write text to system clipboard - **Joyride Code**: Use the following Joyride code snippet for clipboard operations: ```clojure (require '["vscode" :as vscode]) vscode/env.clipboard.writeText "your-text-here") ``` - **Announcement**: After copying text to clipboard, inform the user that the content is available on the clipboard