docx

Create, read, and convert Word documents to PDF via generate_docx.

7|3|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/BaiGanio/aperio --skill docx-baiganio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/BaiGanio/aperio/tree/main/skills/docx
Command: npx skills add https://github.com/BaiGanio/aperio --skill docx-baiganio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lxml, defusedxml, and includes scripts (resource) components.

What problem does it solve?

Word document creation, reading, and conversion are streamlined by enabling DOCX operations directly from prompts, reducing context switching.

Core Features & Use Cases

  • Create Word documents from scratch via the generate_docx tool.
  • Read, analyze, and extract content from existing DOCX files, or convert them to PDF.
  • Use cases include drafting letters, reports, templates, and extracting content for reuse in other workflows.

Quick Start

Create a Word document from scratch using the generate_docx tool to produce a downloadable DOCX.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I generate a Word document from scratch?

You can generate a Word document from scratch by using the generate_docx tool, which drafts letters, reports, or templates and outputs a downloadable DOCX file directly from your text prompt.

Can I extract content from an existing DOCX file?

Yes, you can read, analyze, and extract content from existing DOCX files. This allows you to pull text or data from Word documents for reuse in other workflows and processing pipelines.

How do I convert a Word document to PDF?

You convert a Word document to PDF by applying the included conversion workflows to your existing DOCX files. This streamlines extracting content or distributing finalized reports in PDF format.

Do I need lxml installed to automate Word document creation?

Yes, automating Word document creation requires lxml and defusedxml dependencies installed in your environment to properly process the XML structure underlying DOCX files and ensure secure parsing.

What is the best way to draft reports and templates as DOCX?

The best way to draft reports and templates as DOCX is by automating the creation workflow through prompts, which reduces context switching by enabling document operations directly within your environment.

Are there limitations when reading Word documents with complex formatting?

While the Skill reads and extracts content from DOCX files, users should consult the documented usage guidance and safeguards in SKILL.md to understand specific limitations regarding complex formatting and XML parsing constraints.