📄
AutomationTypeScript

OfficeCLI

by hAcKlyc

OfficeCLI is an Automation skill for Claude Code, published by hAcKlyc in MyAgents.

851 stars99 forkson hAcKlyc/MyAgentsAdded 2026/08/22Repository updated 2026/08/16
aiai-agentsclaude-codecode-agentdesktopmanusskills
Install in seconds
Install OfficeCLI
Copy OfficeCLI 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/hAcKlyc/MyAgents/tree/main/bundled-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/hAcKlyc/MyAgents.git

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

In this catalog

Source file
bundled-skills/officecli/SKILL.md in hAcKlyc/MyAgents
Installs to
~/.claude/skills/officecli
Collection
One of 23 skills cataloged from this repository
Category
Automation1523 skills

What OfficeCLI does

OfficeCLI creates, inspects, and edits .docx, .xlsx, and .pptx files from the command line. Use it to check structure, find formatting issues, add content, or modify Office documents without installing Office.

OfficeCLI is cataloged under Automation on DirSkills. OfficeCLI comes from a repository tagged ai, ai-agents, claude-code, code-agent and desktop.

Documentation

README

officecli

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

Install

If officecli is not installed:

# macOS / Linux
curl -fsSL https://d.officecli.ai/install.sh | bash

# Windows (PowerShell)
irm https://d.officecli.ai/install.ps1 | iex

Verify with officecli --version. If still not found after install, open a new terminal.


Strategy

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

Before doc work, check Specialized Skills (bottom of this file). Fundraising decks, academic papers, financial models, dashboards, and Morph animations need their own skill loaded first — load_skill once, then proceed.


Help System (IMPORTANT)

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

Commands OfficeCLI provides

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

  • /body
  • /slide
  • /header
  • /footer
  • /col
  • /revision
  • /comments
  • /footnotes
  • /endnotes

Frequently asked about OfficeCLI

  • What else does hAcKlyc publish alongside OfficeCLI?

    OfficeCLI is one of 23 skills that DirSkills catalogs from hAcKlyc/MyAgents, the repository it ships in. Its siblings there include Apple Notes, Apple Reminders CLI and Bird. Each one is a separate skill with its own page in this directory, installs the same way OfficeCLI does, and is maintained by hAcKlyc in that same repository. The rest of the collection is listed on the hAcKlyc/MyAgents page.

  • How does OfficeCLI compare to other Automation skills?

    OfficeCLI ranks #959 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 OfficeCLI against them. Open each page to compare what they document and how they install.

More from hAcKlyc/MyAgents

OfficeCLI is one of 23 skills cataloged on DirSkills from hAcKlyc/MyAgents.

See all 23 skills