Skip to content
Skillv1.0.0

docx

Create, read, edit, and manipulate Word .docx files with full formatting — tables of contents, headings, page numbers, letterheads, tracked changes.

by inbharatai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from inbharatai/claude-skills (skills/docx/SKILL.md). Install upstream with npx skills add inbharatai/claude-skills --skill docx. Copyright stays with the author.

Word Document

Overview

Create, read, edit, and manipulate Word .docx files with full formatting — tables of contents, headings, page numbers, letterheads, tracked changes.

When to Use This Skill

Use Word Document when you need to:

  • Work with word document tasks in your project or workflow
  • Automate word document operations at scale
  • Generate production-quality word document output quickly

Instructions

When this skill is active, Claude will:

  1. Understand the full context of your word document request
  2. Apply best practices and conventions for Documents & Files
  3. Produce clean, well-structured, production-ready output
  4. Explain key decisions and offer alternatives where relevant

Examples

Example 1 — Basic Usage

User: Help me get started with word document.

Claude: I'll walk you through the essential steps for word document in your context...

Example 2 — Advanced Usage

User: I need a production-ready word document setup with full error handling.

Claude: Here's a complete, production-hardened word document implementation...

Guidelines

  • Always validate inputs before processing
  • Follow the conventions of the target platform or language
  • Prefer explicit over implicit — clarity beats cleverness
  • Include comments for non-obvious logic
  • Suggest tests or validation steps where appropriate

Dependencies

Required: python, python-docx

Platforms

Available on: claude.ai, claude-code, api


Part of the claude-skills collection — 183+ skills for Claude.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/inbharatai-claude-skills-docx/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

inbharatai-claude-skills-docx.ocm.jsonjson
{
  "ocm": "1",
  "id": "inbharatai-claude-skills-docx",
  "kind": "skill",
  "name": "docx",
  "description": "Create, read, edit, and manipulate Word .docx files with full formatting — tables of contents, headings, page numbers, letterheads, tracked changes.",
  "publisher": "inbharatai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "docx",
      "github"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Create, read, edit, and manipulate Word .docx files with full formatting — tables of contents, headings, page numbers, letterheads, tracked changes."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github",
      "repository": "https://github.com/inbharatai/claude-skills",
      "path": "skills/docx/SKILL.md",
      "ref": "02077f8b2c05946a71fa087dee6d614c0b4e4e0d",
      "url": "https://github.com/inbharatai/claude-skills/blob/02077f8b2c05946a71fa087dee6d614c0b4e4e0d/skills/docx/SKILL.md",
      "key": "inbharatai/claude-skills/skills/docx/SKILL.md"
    }
  },
  "instructions": "# Word Document\n\n## Overview\n\nCreate, read, edit, and manipulate Word .docx files with full formatting — tables of contents, headings, page numbers, letterheads, tracked changes.\n\n## When to Use This Skill\n\nUse **Word Document** when you need to:\n\n- Work with word document tasks in your project or workflow\n- Automate word document operations at scale\n- Generate production-quality word document output quickly\n\n## Instructions\n\nWhen this skill is active, Claude will:\n\n1. Understand the full context of your word document request\n2. Apply best practices and conventions for Documents & Files\n3. Pro",
  "cost": {
    "context_tokens": 398
  }
}

Fetch it by URL: GET /api/v1/registry/inbharatai-claude-skills-docx/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.