plugins/_a0_connector/skills/a0-cli-remote-workflows/SKILL.md
Guide safe use of A0 CLI remote shell execution and remote file editing on the connected host machine. Load before using code_execution_remote or text_editor_remote for local project work through the CLI connector.
npx skillsauth add agent0ai/agent-zero a0-cli-remote-workflowsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use code_execution_remote and text_editor_remote only for work on the machine where A0 CLI is running. These paths, shells, runtimes, and files belong to the CLI host, not the Agent Zero server or Docker container.
If the task belongs inside Agent Zero's own runtime, use the normal server-side tools instead.
runtime=terminal for shell commands, runtime=python for Python snippets, and runtime=nodejs for Node.js snippets.session while continuing a workflow; session state is local to the CLI frontend.runtime=output when a previous command is still running or returned before the shell reached a prompt.runtime=reset when a session is stuck or a clean shell is safer.runtime=input as deprecated compatibility for sending one line to a running shell.read when inspecting a file or preparing line-based edits.write only when replacing or creating the whole file is truly the right operation.patch with patch_text for context-anchored edits, especially after inserts/deletes or when line numbers may have shifted.patch with edits only for small line-range edits based on the latest remote read.patch_text supports update hunks for one file.@@ existing line anchor, then +new line entries for insertion.@@ before target followed by -old and +new, or use @@ old target followed by the same replacement pair.+ for additions, or - for removals.@@ anchors for one insert.testing
Use when creating, opening, or editing LibreOffice Writer ODT documents, or DOCX documents only when Microsoft Word compatibility is explicitly required.
testing
Use when creating, opening, or editing LibreOffice Impress ODP presentations, or PPTX decks only when PowerPoint compatibility is explicitly required.
testing
Use when creating, opening, or editing LibreOffice Calc ODS spreadsheets, or XLSX workbooks only when Excel compatibility is explicitly required.
data-ai
Use when the user asks Agent Zero to operate the built-in Linux Desktop, XFCE apps, LibreOffice GUI apps, file manager, terminal, or visual desktop workflows.