원클릭으로
officecli
Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Agent-to-User Interface (A2UI) protocol implementation and client renderer scaffolding.
Infrastructure automation, configuration management, and application deployment orchestration using Ansible.
Create and manage unicode braille animations and spinners for CLIs and web apps. Use this skill when the user wants to add loading indicators, progress animations, or custom braille-based art to their terminal or browser-based application.
Agent harness for headlessly deploying Code Scaffold assets.
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds.
Comprehensive cybersecurity arsenal integrating MITRE and NIST framework methodologies, NVIDIA SkillSpector vulnerability scanning, and deep SAST secret detection.
| name | OfficeCLI |
| description | Office suite purpose-built for AI agents to read, edit, and automate Word, Excel, and PowerPoint files. |
| version | 1 |
OfficeCLI empowers AI agents to manipulate Microsoft Office documents directly from the terminal without requiring any local Office installation, COM interop, or heavy dependencies.
Windows (PowerShell)
irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex
macOS / Linux
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash
.xlsx or .docx xml zip contents manually. Instead, use officecli get document.pptx '/slide[1]/shape[1]' --json to instantly fetch a structured JSON representation of the target element.officecli create report.docx
officecli add report.docx / --type paragraph --prop text="Q3 Financials"
.pptx, you can export it to HTML (officecli view deck.pptx html) and optionally use Playwright (if available in your workspace) to screenshot the resulting rendering and verify visual alignment..xlsx spreadsheet, pass it to your script, and then write the results back into a new column, fully automating regression testing for non-technical teams.