word-processor

Automate local Word/DOCX document workflows via Python API and CLI.

30|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/qianleigood/crawclaw --skill word-processor-qianleigood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: word-processor
Source: https://github.com/qianleigood/crawclaw/tree/main/skills-optional/word-processor
Command: npx skills add https://github.com/qianleigood/crawclaw --skill word-processor-qianleigood

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-docx, and includes scripts (resource) and references (resource) components.

What problem does it solve?

本地 Word / DOCX 文档处理的痛点在于依赖云端工具和繁琐的工作流。本技能提供一个完全本地的文档处理能力,覆盖读取、创建、编辑、模板填充、批量处理与格式转换,帮助在本地完成 Word 文档的工作流。

Core Features & Use Cases

  • 读取文本、表格、图片、元数据
  • 从零创建新文档
  • 编辑现有文档内容和结构
  • 基于模板批量生成文档
  • 批量处理及格式转换(DOCX ↔ PDF/Markdown 等)
  • 通过 CLI 或 Python API 在本地直接执行

Quick Start

Install dependencies with pip and begin using the CLI or Python API to create, read, edit, or template-fill Word documents locally.

Frequently Asked Questions about word-processor

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

FAQPage Schema
How do I batch generate Word documents from a template locally?

Batch generate Word documents from templates locally by using the CLI tool or Python API to inject structured data into DOCX files, producing multiple filled documents without cloud dependency.

Can I convert DOCX to PDF or Markdown without uploading files to the cloud?

Convert DOCX to PDF or Markdown locally without cloud dependency by executing format conversion scripts provided by the Skill, ensuring data privacy during document processing.

Does python-docx support reading tables and images from existing Word documents?

Yes, python-docx supports reading text, tables, images, and metadata from existing Word documents through the dedicated WordDocument API, enabling comprehensive content extraction for local processing.

What is the best way to automate local DOCX document workflows via command line?

Automate local DOCX document workflows via command line using the integrated CLI tool, which handles reading, creating, editing, and template filling directly without requiring cloud services.

Do I need to install Python dependencies to use this local Word document processing tool?

Yes, you need to install the python-docx dependency via pip before using the CLI or Python API to execute local Word document creation, editing, and format conversion tasks.