This repository is a small testbed for exercising Office CLI through the Claude Agent SDK. The goal is to validate how agent-driven workflows can generate polished Office documents and presentations from a source brief.
The workspace uses a simple input file, context.txt, and agent skill definitions in .claude/skills to produce branded Office deliverables such as PowerPoint decks and Word documents.
- Testing Office CLI capabilities in an agent-based workflow
- Using the Claude Agent SDK to orchestrate document generation
- Combining Office content generation with brand guidance and style instructions
- context.txt: Source business description used as input content.
- test-officecli.py: Example script used to exercise the workflow.
- .claude/skills/officecli/SKILL.md: Office document creation and editing skill definition.
- .claude/skills/brand-guideline/SKILL.md: Brand and visual style guidance for generated assets.
Use the brief in context.txt with the available skills:
- Create 2 slides in PPTX using the Office CLI skill and brand-guideline based on the source brief.
- Create a 1-page Word document using the Office CLI skill and brand-guideline based on the source brief.
This repository currently focuses on experimentation and example output rather than a production application. Add more source briefs or generated Office files as needed for additional scenarios.
Thanks to Office CLI: https://github.com/iOfficeAI/OfficeCLI