MSOffice

Community

Turn topics into Word docs and PowerPoint decks.

Authorrobdtaylor
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the generation of Word (.docx) documents and PowerPoint (.pptx) decks from structured content, saving time on report and presentation creation.

Core Features & Use Cases

  • Template-driven generation: Create professional Word and PowerPoint documents from structured content without manual drafting.
  • Structured content support: Accepts JSON-like content to render sections, slides, bullets, tables, images, and notes.
  • Use Case: Produce a complete project update deck or a client-ready report from a single JSON payload.

Quick Start

Use the CLI to generate documents by supplying a title, content payload, and output path. For Word: run the generate.py script with --type word and a JSON structure; for PowerPoint: --type powerpoint with slides data. Example usage below is illustrative; replace placeholders with your data.

  • Word example: ~/.claude/Skills/MSOffice/venv/bin/python ~/.claude/Skills/MSOffice/Tools/generate.py --type word --title "My Report" --content '{"sections":[{"heading":"Intro","level":1,"content":"This is a sample."}]}' --output ~/Downloads/my-report.docx
  • PowerPoint example: ~/.claude/Skills/MSOffice/venv/bin/python ~/.claude/Skills/MSOffice/Tools/generate.py --type powerpoint --title "My Presentation" --content '{"slides":[{"title":"Intro","layout":"content","bullets":["Overview"]}]}' --output ~/Downloads/my-presentation.pptx

Dependency Matrix

Required Modules

python-docxpython-pptx

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: MSOffice
Download link: https://github.com/robdtaylor/personal-ai-infrastructure/archive/main.zip#msoffice

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.