officecli-pptx

Create and edit PowerPoint presentations via the OfficeCLI command-line interface.

137|21|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/nomifun/nomifun-tauri --skill officecli-pptx-nomifun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli-pptx
Source: https://github.com/nomifun/nomifun-tauri/tree/main/crates/backend/nomifun-app/assets/builtin-skills/officecli-pptx
Command: npx skills add https://github.com/nomifun/nomifun-tauri --skill officecli-pptx-nomifun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires officecli, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to create, edit, and manipulate PowerPoint presentations using command-line operations, enabling automated workflow management for presentations.

Core Features & Use Cases

  • Presentation Creation and Editing: Build slides from scratch or modify existing presentations.
  • Automation of Tasks: Automate the creation of slide decks, pitch decks, or presentations.
  • Text Extraction and Parsing: Read, parse, or extract text from .pptx files.
  • Use Case: Automate the creation of a comprehensive financial report presentation by fetching and analyzing data from various sources and generating slides dynamically.

Quick Start

Generate a new PowerPoint presentation with the 'officecli-pptx' skill.

Frequently Asked Questions about officecli-pptx

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

FAQPage Schema
How do I automate PowerPoint presentation creation from the command line?

You can automate PowerPoint presentation creation by using command-line operations to construct slides, manipulate text and data, and adjust layouts without a graphical UI. This enables automated workflow management for generating slide decks dynamically.

Can I extract and parse text from existing .pptx files without opening PowerPoint?

Yes, you can extract and parse text from existing .pptx files directly via the command line. This allows you to read presentation content programmatically, enabling automated data retrieval and text manipulation without needing the PowerPoint application.

Do I need the OfficeCLI binary installed to manage pptx files programmatically?

Yes, the OfficeCLI binary is a required prerequisite. This Skill constructs and manipulates PowerPoint presentations by executing operations through the OfficeCLI command-line interface, meaning the binary must be installed in your environment.

What's the best way to generate a financial report slide deck dynamically?

The best way to generate a financial report slide deck dynamically is by using command-line automation to fetch and analyze data from various sources, then creating slides and adding animations programmatically to build the presentation.

What are the limitations of manipulating PowerPoint layouts via command-line tools?

When manipulating PowerPoint layouts via command-line tools, you bypass the graphical UI which means visual adjustments must be explicitly coded. Complex layout tweaks and animations require precise command-line inputs to achieve the desired presentation formatting.