1
GitHub Stars
1
Bundled Files
3 weeks ago
Catalog Refreshed
2 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 veilstart where the catalogue uses aiagentskills.
npx veilstart add skill ntaksh42/agents --skill docx-processor- SKILL.md1.2 KB
Overview
This skill processes and generates Microsoft Word (.docx) documents with rich formatting, tables, and images. It streamlines creating reports, invoices, and formatted deliverables from code or templates. The skill supports headers, footers, paragraph styling, tables, image insertion, and Markdown-to-DOCX conversion.
How this skill works
The skill programmatically builds .docx files by composing document elements: headings, paragraphs with runs (bold/italic), styled tables, and embedded images. It applies font, size, color, and preset table styles, and can convert Markdown content into Word structure. Documents are saved as standard .docx files compatible with Word and other editors.
When to use it
- Automatically generate formatted reports from data or analysis
- Create templated documents like invoices, proposals, or summaries
- Convert Markdown notes or content into a Word document
- Add tables and images to programmatically produced deliverables
- Apply consistent styling across multiple documents
Best practices
- Define a reusable template for headers, footers, and styles to ensure consistency
- Keep image sizes controlled (use inches or points) to avoid large files
- Use table styles and explicit column counts to preserve layout across viewers
- Separate content generation from styling logic for easier maintenance
- Validate generated documents in Word or LibreOffice to confirm formatting
Example use cases
- Generate a weekly project report with centered title, styled paragraphs, and embedded charts as images
- Produce an invoice template populated from a database, with a formatted items table and footer notes
- Convert Markdown meeting notes into a polished DOCX file for distribution
- Create employee summaries with a table of details and profile images
- Batch-produce branded proposals using a header/footer template and consistent fonts
FAQ
Headers, footers, headings, paragraphs with bold/italic runs, font and color settings, styled tables, and inserted images are supported.
Can I convert Markdown to DOCX reliably?
Yes. The skill supports converting Markdown content into Word structures, mapping headings, paragraphs, lists, and code blocks to appropriate DOCX elements.