From kde-plasma
Pair, list, ping, find, and send files / SMS / clipboard via kdeconnect-cli to phones and other KDE Connect devices. Use for scripted phone↔desktop interactions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kde-plasma:kde-connect-opsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
CLI: `kdeconnect-cli`. Daemon: `kdeconnectd` (autostarts in Plasma).
CLI: kdeconnect-cli. Daemon: kdeconnectd (autostarts in Plasma).
kdeconnect-cli --list-devices # all known devices
kdeconnect-cli --list-devices --id-only # paired and reachable, IDs only
kdeconnect-cli --refresh # re-scan the LAN
kdeconnect-cli --pair --device <device-id>
kdeconnect-cli --unpair --device <device-id>
(Confirm on the other device.)
kdeconnect-cli --device <device-id> --ping
kdeconnect-cli --device <device-id> --ping-msg "Hello from claude"
kdeconnect-cli --device <device-id> --ring # find phone — rings it
kdeconnect-cli --device <device-id> --share /path/to/file.pdf
kdeconnect-cli --device <device-id> --share-text "https://example.com"
kdeconnect-cli --device <device-id> --send-sms "Hi" --destination +972501234567
Triggered automatically when both ends have the clipboard plugin enabled — verify in kdeconnect-cli --device <id> --list-plugins.
kdeconnectd explicitly.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.