@@ -7,7 +7,7 @@ take a screenshot, switch to the remote shell, and realize you can't paste it.
77pastelocal bridges that gap: a tiny daemon on your laptop serves clipboard
88images over loopback, and an SSH ` RemoteForward ` tunnel carries them to the
99remote host where ` pastelocal-remote ` writes them to disk — ready for any
10- tool (Claude, GPT, etc.) to read.
10+ agentic coding tool to read.
1111
1212---
1313
@@ -103,8 +103,8 @@ screenshots.
103103│ └───────────────┘ │
104104│ │
105105│ ┌───────────────────────────────┐ │
106- │ │ Claude skill : /paste │ │
107- │ │ (~/.claude/commands/paste.md) │ │
106+ │ │ Skill : /paste │ │
107+ │ │ (~/.claude/commands/paste.md) │ │
108108│ └───────────────────────────────┘ │
109109└─────────────────────────────────────┘
110110```
@@ -142,7 +142,7 @@ pastelocal-remote --list
142142# Fetch a specific entry by index (1 = most recent)
143143pastelocal-remote --list --index 2
144144
145- # Claude skill
145+ # Skill
146146/paste-history
147147```
148148
@@ -184,7 +184,7 @@ On the remote host:
184184pastelocal-remote --snippet api-key
185185```
186186
187- ### Claude Skill
187+ ### Skill
188188
189189```
190190/paste-snippet api-key
@@ -283,7 +283,7 @@ Uninstall will:
283283| Diagnostic doctor command | ✅ | ❌ | ❌ | ❌ |
284284| macOS Keychain / Linux libsecret | ✅ | ❌ | ❌ | ❌ |
285285| launchd / systemd service | ✅ | ❌ | ❌ | ❌ |
286- | Claude skill integration | ✅ | ❌ | ✅ | ✅ |
286+ | Agentic coding tool skill integration | ✅ | ❌ | ✅ | ✅ |
287287| Token never in argv/environ | ✅ | ❌ | ❌ | ❌ |
288288| Protocol version negotiation | ✅ | ❌ | ❌ | ❌ |
289289
0 commit comments