Stats
Actions
Tags
From kde-plasma
Read, clear, and push entries to the Klipper clipboard history via D-Bus. Use when the user wants to inspect what's been copied recently, clear sensitive history, or programmatically stage clipboard content.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kde-plasma:klipper-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Klipper is Plasma's clipboard manager. D-Bus interface: `org.kde.klipper /klipper`.
Klipper is Plasma's clipboard manager. D-Bus interface: org.kde.klipper /klipper.
# Current clipboard contents
qdbus org.kde.klipper /klipper getClipboardContents
# History (newest first)
qdbus org.kde.klipper /klipper getClipboardHistoryMenu
# Specific item by index (0 = most recent)
qdbus org.kde.klipper /klipper getClipboardHistoryItem 0
qdbus org.kde.klipper /klipper setClipboardContents "text to push"
qdbus org.kde.klipper /klipper clearClipboardHistory
qdbus org.kde.klipper /klipper clearClipboardContents
~/.config/klipperrc — MaxClipItems, IgnoreSelection, KeepClipboardContents.klipperrc [General] IgnoreSelection=true plus per-app rules.npx claudepluginhub danielrosehill/claude-code-plugins --plugin kde-plasmaCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.