askill
clipboard

clipboardSafety 95Repository

Read clipboard contents (text or image) and respond to a prompt about it

0 stars
1.2k downloads
Updated 2/11/2026

Package Files

Loading files...
SKILL.md

Instructions

When this skill is invoked with /clipboard <prompt>:

The clipboard contents have already been prepared by a PreToolUse hook. Check the system-reminder for "Clipboard contents:" which contains the type and path/content.

Format: TYPE:<type>\n<content or path>

Types: TEXT, IMAGE, FILES, VIDEO_URL, VIDEO_FILE, EMPTY

Handle Based on Type

TYPE:TEXT

  • The text content follows on subsequent lines
  • Respond to the user's prompt based on the text

TYPE:IMAGE

  • The path to the saved image follows (e.g., /tmp/claude-vision/clipboard.png)
  • Read the image using the Read tool
  • Respond to the user's prompt based on what you see

TYPE:FILES

  • File paths follow, one per line
  • Image files: Read and analyze
  • Video files: Hand off to /video skill
  • Other: Report file type, read if text-based

TYPE:VIDEO_URL / TYPE:VIDEO_FILE

  • Hand off to /video skill with the URL/path and user's prompt

TYPE:EMPTY

  • Tell the user the clipboard is empty

Example Usage

  • /clipboard what is this - Analyze whatever's in clipboard
  • /clipboard summarize - Summarize text or describe image/video
  • /clipboard fix this code - If code is in clipboard, suggest fixes

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

82/100Analyzed 2/20/2026

Well-structured clipboard handling skill with clear type-based routing. Provides comprehensive instructions for TEXT, IMAGE, FILES, and VIDEO clipboard content. Good actionability with step-by-step handling and examples. Slight扣 for incomplete error handling. Located in dedicated skills folder indicating proper skill organization. Safe, read-only operations throughout.

95
82
70
75
85

Metadata

Licenseunknown
Version-
Updated2/11/2026
Publisherellyseum

Tags

llmprompting