officecli

Automate Word, Excel, and PowerPoint document workflows from the command line.

1.3k|179|Updated Feb 3, 2025
One-click install
npx skills add https://github.com/Team-Commonly/commonly --skill officecli-team-commonly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli
Source: https://github.com/Team-Commonly/commonly/tree/main/backend/commonly-bundled-skills/officecli
Command: npx skills add https://github.com/Team-Commonly/commonly --skill officecli-team-commonly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create, inspect, modify, and validate Word, Excel, and PowerPoint documents from the command line to replace repetitive manual edits and drift-prone formatting.

Core Features & Use Cases

  • Deterministic create/edit/inspect workflows for .docx, .xlsx, and .pptx files from shell.
  • Validation, formatting enforcement, batch operations, and template generation to accelerate document workflows.
  • Use cases include building standardized reports, dashboards, templates, and client-ready documents with repeatable scripts.

Quick Start

Open a file with officecli and apply a sequence of edits using a single command run.

Frequently Asked Questions about officecli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I batch edit Office documents from the command line?

You can batch edit Office documents from the command line by applying deterministic shell commands to modify .docx, .xlsx, and .pptx files. This replaces repetitive manual edits and prevents formatting drift across multiple files.

Can I automate Excel and PowerPoint formatting checks via shell scripts?

Yes, you can automate Excel and PowerPoint formatting checks via shell scripts to validate content and enforce formatting rules. This ensures client-ready documents maintain consistent styling without manual review.

What is the best way to generate standardized Word templates programmatically?

The best way to generate standardized Word templates programmatically is using command-line workflows that create and inspect .docx files. This allows you to build repeatable scripts for standardized reports and client-ready documents.

Does this CLI approach support incremental execution for large document workflows?

Yes, the CLI approach supports incremental execution for large document workflows. It satisfies strict shell-quoting discipline and provides help-first guidance, ensuring reliable and modular processing for Word, Excel, and PowerPoint tasks.

How do I audit content in PowerPoint presentations without opening the application?

You can audit content in PowerPoint presentations without opening the application by running command-line inspection tools on .pptx files. This enables automated content checking and formatting validation directly from the shell.