PasteLocal /paste-send — Grok Skill

SkillFiles & storage

Send 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.

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

  1. Ask the user (or infer from context) which file to send.
  2. Detect format: png/jpg/etc → "png", everything else → "text".
  3. Run:
    • SSH path: pastelocal-remote --send /path/to/file --send-format png
    • Relay path: pastelocal-remote --relay <url> --send /path/to/file
  4. On success the command prints confirmation. Tell the user: "Sent to your local clipboard."
  5. 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