Sub-skill of office-docs: Integration with Workspace-Hub.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill integration-with-workspace-hub --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Integration With Workspace Hub?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-integration-with-workspace-hub-432ac216)More formats (shields.io, HTML) on the badges page.
---
name: office-docs-integration-with-workspace-hub
description: 'Sub-skill of office-docs: Integration with Workspace-Hub.'
version: 1.0.0
category: data
type: reference
scripts_exempt: true
---
# 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
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.