2.5k
GitHub Stars
5
Bundled Files
2 months ago
Catalog Refreshed
4 months ago
First Indexed
Readme & install
Copy the install command, review bundled files from the catalogue, and read any extended description pulled from the listing source.
Installation
Preview and clipboard use veilstrat where the catalogue uses aiagentskills.
npx veilstrat add skill openclaw/skills --skill office-document-specialist-suite- _meta.json502 B
- ods.py5.3 KB
- requirements.txt31 B
- setup.sh346 B
- SKILL.md1.0 KB
Overview
This skill is an advanced suite for creating, editing, and analyzing Microsoft Office documents (Word, Excel, PowerPoint). It bundles programmatic tools for generating professional reports, automating spreadsheet workflows, and producing slide decks from structured data. The suite is optimized for agents and scripts that need repeatable document processing and automated reporting. It targets developers and automation engineers who manage high-volume or template-driven document tasks.
How this skill works
The suite exposes programmatic interfaces and CLI scripts to create, modify, and analyze .docx, .xlsx, and .pptx files. Word tools handle styles, tables, images, and report composition. Excel tools support data ingestion, formula-driven generation, complex formatting, and basic analysis. PowerPoint tools automate slide creation from structured inputs and support templating for consistent decks.
When to use it
- Generating recurring reports from databases or APIs
- Automating spreadsheet generation, formatting, and analysis
- Producing templated slide decks from structured content
- Batch-editing or auditing multiple Office files for consistency
- Integrating document workflows into CI/CD or automation pipelines
Best practices
- Design and version control templates for Word and PowerPoint to ensure consistent output
- Keep data ingestion and document generation steps separate for easier testing
- Use meaningful cell names and consistent styles in Excel templates to simplify automation
- Validate generated files automatically with sample inputs before running full batches
- Log operations and maintain backup copies before performing destructive edits
Example use cases
- Weekly performance reports assembled from a database into styled Word documents
- Automated monthly financial spreadsheets with formulas, charts, and conditional formatting
- Executive slide decks generated from structured project summaries and KPIs
- Bulk applying company style guidelines across a document archive
- CLI-driven workflows that convert raw data files into presentation-ready materials
FAQ
No. The tools operate on Office file formats directly and do not require a desktop Office installation.
Can I integrate this into CI/CD pipelines?
Yes. The suite includes CLI scripts and programmatic interfaces designed for automation and pipeline integration.