一键导入
paste-snippet
Paste a named snippet previously saved from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH or relay).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Paste a named snippet previously saved from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH or relay).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Paste the latest image or text from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH tunnel or relay).
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).
Send a file from this remote machine back to the user's local laptop clipboard via PasteLocal (SSH or relay).
| name | paste-snippet |
| description | Paste a named snippet previously saved from the user's local laptop clipboard into this remote Grok session using PasteLocal (SSH or relay). |
| allowed-tools | Bash(pastelocal-remote:*), Read(*), Bash(rm:*) |
| metadata | {"short-description":"Recall a saved named snippet (e.g. api-key, template) from laptop","category":"clipboard"} |
Fetch and paste a user-saved named snippet (text or image) that was previously captured with pastelocal snippets save <name> on the laptop.
pastelocal-remote --snippet NAME works over SSH (preferred); for relay setups use plain --relay for recent auto-uploaded items (direct --snippet + --relay not supported in dispatch).If user did not provide a name: list available snippets first.
pastelocal-remote --list-snippetsRun the fetch:
pastelocal-remote --snippet <name>pastelocal-remote --relay <url> (full --snippet + --relay combo not supported in current remote dispatch; copy snippet locally then send via relay or use SSH for direct daemon access).On any failure (non-zero exit): Report the exact stderr verbatim and stop.
Read the file using Read tool on the returned path.
Clean up with rm <path> (and sidecar if present).
Confirm:
pastelocal relay send a snippet or enable auto-upload and copy the snippet locally first./paste for ad-hoc and /paste-history for time-based recall.pastelocal snippets save|list|delete <name> on laptop.This completes the trio of clipboard ingestion skills (/paste + /paste-history + /paste-snippet) for Grok.