DOCX Skill

Generate .docx files from text using Node.js and the officegen library.

26|5|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill docx-skill-kunwl123456
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DOCX Skill
Source: https://github.com/kunwl123456/zeroclaw-skills-collection/tree/main/docx-skill
Command: npx skills add https://github.com/kunwl123456/zeroclaw-skills-collection --skill docx-skill-kunwl123456

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires commander, officegen, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of Microsoft Word (.docx) documents directly from text input, eliminating the need for manual document creation for simple reports or documents.

Core Features & Use Cases

  • Text-to-DOCX Conversion: Generates .docx files from provided text content.
  • Customizable Content: Supports basic formatting like titles, headings, and bullet points.
  • Use Case: Quickly generate a project status report or a meeting summary document by providing the key information as text.

Quick Start

Generate a DOCX report titled 'My Report' with the content 'Hello World' and save it as 'report.docx'.

Frequently Asked Questions about DOCX Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a DOCX file from text for an automated report?

You can generate a DOCX file from text by providing command-line arguments for the output file, title, and content. The Skill processes text input through Node.js and the officegen library to produce a Word document.

What formatting is supported when converting text to a Word document?

Converting text to a Word document supports basic markdown-like formatting. You can structure your content using titles, headings, and bullet points within the provided text input.

Do I need Node.js to automate DOCX document generation?

Yes, you need Node.js to automate DOCX document generation because the Skill relies on the officegen library. It requires command-line arguments to pass the output file, title, and content for processing.

What is the best way to create simple Word documents from text without manual formatting?

The best way to create Word documents from text without manual formatting is using a command-line automation approach. This Skill directly converts text content into a .docx file, ideal for meeting summaries or status reports.

Are there limitations when using officegen for text to DOCX conversion?

A limitation of using officegen for text to DOCX conversion is that it only supports basic formatting like titles, headings, and lists. Complex document structures or advanced markdown features are not supported.