# Office Docs Integration With Workspace Hub

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

- Skill: `vamseeachanta/office-docs-integration-with-workspace-hub` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/office-docs-integration-with-workspace-hub`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/office-docs-integration-with-workspace-hub/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/office-docs-integration-with-workspace-hub

---


# 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
```

