بنقرة واحدة
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.