PSWriteOffice
PSWriteOffice is a PowerShell module that automates document workflows for various file formats, including Word, Excel, PowerPoint, and PDF, among others.
- •When you need to automate repetitive document tasks, such as generating reports or creating templates.
- •When you want to integrate document automation with other PowerShell scripts or workflows.
- •When you require a flexible and customizable solution for document processing and manipulation.
New-WordDocument -FilePath 'C:\\example.docx'; Add-WordText -Text 'Hello, World!'; Add-WordTable -DataTable (Get-Process | Select-Object -First 10); Save-WordDocument
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/pswriteoffice && curl -fsSL https://workflowstacks.com/api/skills/pswriteoffice/claude-skill -o ~/.claude/skills/pswriteoffice/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
PSWriteOffice is a very large C# project (~91k lines across 952 code files, plus 37 test files). It is a full software project: use it through its install path rather than reading it end to end. Last commit this month, MIT license, has a test suite.
- 1README.MDStart here — what it does and how to install it
- 2Examples/Confluence/Example-ConfluenceAzureTableReport.ps1A worked example — copy this to get going
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Expect 20–40 minutes in a terminal — or let your AI agent drive it.
mkdir -p ~/.claude/skills/pswriteoffice && curl -fsSL https://workflowstacks.com/api/skills/pswriteoffice/claude-skill -o ~/.claude/skills/pswriteoffice/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More automation tools founders pair with this one.