@@ -60,8 +60,8 @@ The user-facing command-line tool built with Cobra. Subcommands:
6060
6161### 4. Skill (` paste.md ` )
6262
63- A Claude skill installed at ` ~/.claude/commands/paste.md ` on the remote host.
64- It instructs Claude to:
63+ A skill installed at ` ~/.claude/commands/paste.md ` on the remote host (works with Claude and other agentic coding tools) .
64+ It instructs the tool to:
65651 . Run ` pastelocal-remote ` via Bash
66662 . Read the resulting image file
67673 . Delete the file
@@ -121,7 +121,7 @@ The relay feature is under active development. The core SSH-based workflow remai
121121│ └────────────┘ │
122122│ │
123123│ ┌──────────────────────────────────────┐ │
124- │ │ Claude / other tools (trust level: │ │
124+ │ │ Agentic coding tools (trust level: │ │
125125│ │ you chose to run them) │ │
126126│ └──────────────────────────────────────┘ │
127127└───────────────────────────────────────────────────────────┘
@@ -201,13 +201,13 @@ Authorization: Bearer <token>
201201## Data Flow: ` /paste ` Operation
202202
203203```
204- User types /paste in Claude on remote host
204+ User types /paste in their agentic coding tool on the remote host
205205 │
206206 ▼
207- Claude reads ~/.claude/commands/paste.md
207+ The tool reads ~/.claude/commands/paste.md
208208 │
209209 ▼
210- Claude runs: pastelocal-remote
210+ The tool runs: pastelocal-remote
211211 │
212212 ▼
213213pastelocal-remote reads token from ~/.config/pastelocal/token
@@ -235,13 +235,13 @@ pastelocal-remote receives JSON response
235235 └─ print absolute path to stdout
236236 │
237237 ▼
238- Claude reads the image file via Read tool
238+ The tool reads the image file via its Read tool
239239 │
240240 ▼
241- Claude deletes the file via rm
241+ The tool deletes the file via rm
242242 │
243243 ▼
244- Claude confirms: "Got it, image attached."
244+ The tool confirms: "Got it, image attached."
245245```
246246
247247---
0 commit comments