What problem does it solve?
When Agent Zero runs inside Docker or on a server, it cannot directly touch files on the user's local machine. This Skill guides safe use of the text_editor_remote tool so the agent can inspect and edit files on the connected A0 CLI host without confusing them with server-side files.
Core Features & Use Cases
- Remote file inspection: Read files on the machine where A0 CLI is running, keeping a clear boundary from Docker/server files.
- Precise patching: Apply exact replacements with old_text/new_text, context-anchored patch_text hunks, or line-range edits based on the latest remote read.
- Access mode handling: Respect Read only versus Read&Write modes, recover from stale-edit rejections by rereading, and handle CLI disconnects gracefully.
- Use Case: A user asks the agent to fix a typo in a config file on their laptop. The agent reads the file via text_editor_remote, applies a context-anchored patch, and confirms the change without touching the container filesystem.
Quick Start
Ask the agent to read and update a specific file on your local computer through the connected A0 CLI, for example to patch a line in a local configuration file.