One-click install
npx skills add https://github.com/inbharatai/claude-skills --skill docx-inbharatai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/inbharatai/claude-skills/tree/main/skills/docx
Command: npx skills add https://github.com/inbharatai/claude-skills --skill docx-inbharatai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the creation, editing, and manipulation of Microsoft Word (.docx) files, enabling efficient document management and generation.

Core Features & Use Cases

  • Document Creation: Generate new .docx files from scratch or templates.
  • Content Editing: Modify existing documents, including text, formatting, tables, and headers/footers.
  • Advanced Features: Support for tables of contents, page numbers, letterheads, and tracked changes.
  • Use Case: Automatically generate personalized offer letters for new hires, incorporating their name, role, and salary into a pre-defined template.

Quick Start

Use the docx skill to create a new document with the title 'Project Proposal' and add a heading 'Introduction'.

Frequently Asked Questions about docx

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

FAQPage Schema
How do I generate Word documents with python-docx automatically?

You can generate Word documents automatically by using this Skill to programmatically create .docx files from scratch or templates, manipulating text, headers, and footers without manual formatting.

Can I add a table of contents and tracked changes to an existing .docx file?

Yes, this Skill supports editing existing Word files to insert advanced formatting features like tables of contents, page numbers, and tracked changes for professional document review.

What's the best way to automate creating personalized offer letters in Word?

Automating personalized offer letters is a core use case: generate .docx files from a pre-defined template, injecting variables like names, roles, and salaries using python-docx for programmatic interaction.

Do I need python-docx installed to manage Word documents with Claude?

Yes, python-docx is a required dependency for this Skill, providing the underlying programmatic framework needed to interact with and manipulate Word document structures.

How does programmatic document generation handle complex Word formatting?

Programmatic document generation handles complex formatting by directly manipulating Word document structures, allowing you to build tables, apply styles, and set up letterheads without opening Microsoft Word.