msoffice

MS Office Document Generator

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "msoffice" with this command: npx skills add robdtaylor/personal-ai-infrastructure/robdtaylor-personal-ai-infrastructure-msoffice

MS Office Document Generator

Creates professional Word (.docx) and PowerPoint (.pptx) documents.

Workflow Selection

User Intent Workflow Output

"document", "report", "word", "write up" Templates/Word.md .docx

"presentation", "slides", "powerpoint", "deck" Templates/PowerPoint.md .pptx

Quick Reference

Tool Location: ~/.claude/Skills/MSOffice/Tools/generate.py

Python Interpreter: ~/.claude/Skills/MSOffice/venv/bin/python

Output Directory: ~/Downloads/ (for review before delivery)

Usage Pattern

  • Understand the user's topic and document requirements

  • Research the topic if needed (use Research skill for comprehensive content)

  • Structure content into the appropriate JSON format

  • Generate document using the CLI tool

  • Inform user of file location

Document Delivery

Files are saved to ~/Downloads/ by default. User can:

  • Access locally on Mac

  • Download via Kai Mobile App (browse to ~/Downloads/, tap file, download)

CLI Usage

Word document

~/.claude/Skills/MSOffice/venv/bin/python ~/.claude/Skills/MSOffice/Tools/generate.py
--type word
--title "Document Title"
--content '{"sections": [...]}'
--output ~/Downloads/filename.docx

PowerPoint

~/.claude/Skills/MSOffice/venv/bin/python ~/.claude/Skills/MSOffice/Tools/generate.py
--type powerpoint
--title "Presentation Title"
--content '{"slides": [...]}'
--output ~/Downloads/filename.pptx

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

businessstrategy

No summary provided by upstream source.

Repository SourceNeeds Review
General

automotivemanufacturing

No summary provided by upstream source.

Repository SourceNeeds Review
General

shippinglogistics

No summary provided by upstream source.

Repository SourceNeeds Review
General

powerplatform

No summary provided by upstream source.

Repository SourceNeeds Review