Office Docs Integration With Workspace Hub

Sub-skill of office-docs: Integration with Workspace-Hub.

vamseeachanta Updated

File contents

Integration with Workspace-Hub

Integration with Workspace-Hub

These skills power document automation across the workspace-hub ecosystem:

workspace-hub/
├── documents/
│   ├── templates/           # Uses: docx-templates
│   │   ├── contracts/
│   │   ├── invoices/
│   │   └── reports/
│   ├── generators/          # Uses: python-docx, openpyxl, python-pptx
│   │   ├── report_builder.py
│   │   ├── spreadsheet_gen.py
│   │   └── presentation_gen.py
│   └── processors/          # Uses: pypdf
│       ├── pdf_merger.py
│       └── text_extractor.py
├── output/
│   ├── generated/
│   └── archive/
└── config/
    └── document_config.yaml

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/data/office/office-docs/integration-with-workspace-hub commit b7e53d0f21

Frequently asked questions

npx skillmds@latest add vamseeachanta/office-docs-integration-with-workspace-hub