一键导入
paste
Paste the latest image or text from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH tunnel or relay).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Paste the latest image or text from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH tunnel or relay).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use natural language to search the user's local clipboard history (Recall v2). Finds the most relevant past screenshot or text even when you don't remember the exact time.
Paste a previous clipboard entry from the user's local laptop history into this remote Grok session using PasteLocal (SSH tunnel preferred; relay for recent pushed items).
Paste a named snippet previously saved from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH or relay).
Send a file from this remote machine back to the user's local laptop clipboard via PasteLocal (SSH or relay).
| name | paste |
| description | Paste the latest image or text from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH tunnel or relay). |
| allowed-tools | Bash(pastelocal-remote:*), Read(*), Bash(rm:*) |
| metadata | {"short-description":"Bring laptop screenshots/text into remote Grok via PasteLocal","category":"clipboard"} |
Bring your laptop's clipboard (especially screenshots) into a remote machine where Grok is running.
Try the SSH-tunnel path first (fastest, most common):
pastelocal-remote via the Bash tool./home/user/.cache/pastelocal/pastelocal-abc123.png).If the SSH path fails or user explicitly wants relay (no direct tunnel or multi-device scenario):
pastelocal-remote --relay <url> (user must provide the relay URL or it is in their config).pastelocal-remote --relay http://localhost:7332 --list to see options, then fetch a specific one.On any failure (non-zero exit): Report the exact stderr to the user verbatim and stop. Do not retry or guess.
Read the file using your Read tool on the exact path returned.
VisionPaste enrichment (v2 proactive & cached): If the clipboard item was an image/screenshot and the local daemon has [vision] analysis configured (e.g. tesseract OCR), a companion sidecar file with the same base name but .analysis.txt suffix will exist next to the image (e.g. ...-abc123.analysis.txt). Read it too — it contains pre-extracted OCR text and/or a natural-language description (now produced proactively by watcher for instant availability). Present this rich text context to the model first (before or alongside the image); it dramatically improves token efficiency and accuracy for code, errors, UI, diagrams etc. The image remains available via your vision capabilities for anything the text missed.
Clean up: Immediately run rm <path> and (if present) rm <analysis-sidecar> (use Bash) so temp files do not linger.
Confirm with one short line:
--list.pastelocal snippets save my-design.This skill is the Grok-native equivalent of the Claude ~/.claude/commands/paste.md. It prefers the zero-config SSH experience when available.