📄
AutomationJavaScript

Office CLI

by heshengtao

Office CLI is an Automation skill for Claude Code, published by heshengtao in super-agent-party.

2.6K stars277 forkson heshengtao/super-agent-partyAdded 2026/08/18Repository updated 2026/08/11
agent-skillsai-companionai-vtuberclaude-codecomfyuicoworkdiscord-bothome-assistantim-botlivestreammcpneuro-samaopenclawsapsillytavernsuper-agent-partyvrm
Install in seconds
Install Office CLI
Copy Office CLI into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/heshengtao/super-agent-party/tree/main/skills/officeCLI ~/.claude/skills/officeCLI

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/heshengtao/super-agent-party.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/officeCLI/SKILL.md in heshengtao/super-agent-party
Installs to
~/.claude/skills/officeCLI
Collection
One of 4 skills cataloged from this repository
Category
Automation1523 skills

What Office CLI does

Office CLI creates, analyzes, proofreads, and modifies Office documents (.docx, .xlsx, .pptx) via a single command-line tool. Use when the user wants to create, inspect, check formatting, find issues, add charts, or modify Office documents.

Office CLI is cataloged under Automation on DirSkills. Office CLI comes from a repository tagged agent-skills, ai-companion, ai-vtuber, claude-code and comfyui.

Documentation

README

officecli

AI-friendly CLI for .docx, .xlsx, .pptx. Single binary, no dependencies, no Office installation needed.

Install & Update

Same command for both install and upgrade:

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash

# Windows (PowerShell)
irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex

After installation, run source ~/.zshrc (macOS) or source ~/.bashrc (Linux) to make the officecli command available.

Verify: officecli --version

officecli auto-updates daily in the background.


Strategy

L1 (read) → L2 (DOM edit) → L3 (raw XML). Always prefer higher layers. Add --json for structured output.


Help System (IMPORTANT)

This is the opening of the README. Read the full README on GitHub.

Commands Office CLI provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /slide
  • /body
  • /shape

Frequently asked about Office CLI

  • What else does heshengtao publish alongside Office CLI?

    Office CLI is one of 4 skills that DirSkills catalogs from heshengtao/super-agent-party, the repository it ships in. Its siblings there include Find Skills, SAP Extension Creator and Skill Creator. Each one is a separate skill with its own page in this directory, installs the same way Office CLI does, and is maintained by heshengtao in that same repository. The rest of the collection is listed on the heshengtao/super-agent-party page.

  • How does Office CLI compare to other Automation skills?

    Office CLI ranks #452 by stars among the 1523 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Office CLI against them. Open each page to compare what they document and how they install.