PasteLocal /paste-send — Grok Skill
SkillFiles & storageSend a file from this remote machine back to the user's local laptop clipboard via PasteLocal (SSH or relay).
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the PasteLocal /paste-send — Grok Skill skill
What this skill tells your AI
The instructions your AI receives, as published by zen-open-source/pastelocal in skill/grok/paste-send/SKILL.md and read by ahel’s review.
Push a file (image or text) from the remote machine to the user's local laptop clipboard.
Steps
- Ask the user (or infer from context) which file to send.
- Detect format: png/jpg/etc → "png", everything else → "text".
- Run:
- SSH path:
pastelocal-remote --send /path/to/file --send-format png - Relay path:
pastelocal-remote --relay <url> --send /path/to/file
- SSH path:
- On success the command prints confirmation. Tell the user: "Sent to your local clipboard."
- On error, report exact stderr.
This pairs perfectly with /paste for bidirectional flow.
Signals
- GitHub stars
- 87
- Forks
- 8
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
paste-send- Source
- github.com/zen-open-source/pastelocal