Office CLI and coding-agent Skill
The CLI performs deterministic local file work. The Skill teaches a coding agent when and how to call that CLI, inspect structured results, preserve the source file, and verify the output. They are one workflow, so setup and usage live on this page instead of in separate product documents.
1. Install the CLI
Confirm the executable and inspect a file without changing it.
Use --json for coding-agent workflows. Structured results are stable inputs
for decisions and assertions; terminal prose is for people.
2. Install the Skill when an agent needs Office access
Download the A3S Office SkillDownload and extract it into the agent's personal Skill directory.
The archive includes SKILL.md and focused references for documents,
spreadsheets, presentations, and MCP operation.
3. Run an exact mutation and verify it
A mutation should be followed by a semantic read or validation command. The agent should not treat a zero exit code as proof that the requested document state exists.
4. Ask a coding agent
Reference the Skill, source file, desired change, and verification outcome in one request.
The Skill does not replace application logic or upload files automatically. It provides a bounded workflow around the local CLI. The agent still follows its normal permissions and sandbox policy.
Responsibilities
For every command and native mutation contract, use the complete CLI reference.