docx-analysis-conversion

docx-analysis-conversion is a skill for Claude Code, Codex from pedroiff0/awesome-skills. It costs 39 tokens per session (250 once invoked), scanned A, original, MIT.

A document-processing guide for extracting Word DOCX files into structured text, Markdown, or JSON and converting Markdown back into DOCX files.

In plain words
What is it for?
It is for analyzing reports and contracts, converting DOCX files to clean Markdown, extracting embedded media, and generating Word documents from structured content.
Why use it?
It helps preserve headings, tables, and lists while making Word documents easier to inspect or use in automated workflows.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for analyzing reports and contracts, converting DOCX files to clean Markdown, extracting embedded media, and generating Word documents from structured content.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pedroiff0/awesome-skills/docx-analysis-conversion
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pedroiff0/awesome-skills --skill docx-analysis-conversion
Clone the repo
git clone --depth 1 https://github.com/pedroiff0/awesome-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for docx-analysis-conversion

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/docx-analysis-conversion/github.svg)](https://agentmods.dev/skills/pedroiff0/awesome-skills/docx-analysis-conversion)
Your own site
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/docx-analysis-conversion"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/docx-analysis-conversion/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for docx-analysis-conversion

Your own site · 80×15
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/docx-analysis-conversion"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/docx-analysis-conversion.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 250 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00039 $0.00250
Opus 5 $0.00019 $0.00125
Sonnet 5 $0.00008 $0.00050
Haiku 4.5 $0.00004 $0.00025

Measured 6d ago against content hash 5c896feb6f00, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

docx-analysis-conversion scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/software-development/docx-analysis-conversion/SKILL.md · 30 lines

What it actually says

DOCX Analysis & Markdown Conversion

Extract structured content, metadata, and tables from Word (.docx) documents for AI processing and analysis.

When to Use

  • Analyzing business reports, contracts, or documentation provided in .docx format.
  • Converting .docx to Markdown while maintaining headers and table structures.
  • Generating new .docx files programmatically from Markdown source.
# Convert DOCX to clean GitHub Flavored Markdown using pandoc
pandoc -f docx -t gfm input.docx -o output.md --extract-media=./media
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 30 lines · 39 tokens per session scan A 5c896feb6f00

Subscribe to this mod's changes

docx-analysis-conversion is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 3d ago), licensed MIT. It adds 39 tokens to every session and 250 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

graphic-ebook

Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…

Varnan-Tech/opendirectory · 97 tokens

session-artifact-indexing

Use this skill when a session creates or references several documents, trackers, plans, templates, source links, or skills that the user may need later.

AtlasOmnia/donna-starter · 36 tokens

mnemosyne-maintenance

Use when: upgrading Mnemosyne, diagnosing slow/hung consolidation (mnemosynesleep), fixing missing embeddings, or troubleshooting import/version mismatches.

AtlasOmnia/donna-starter · 40 tokens

obsidian

Use this skill for filesystem-first Obsidian vault work: reading notes, listing notes, searching note files, creating notes, appending content, and adding wikilinks.

AtlasOmnia/donna-starter · 22 tokens

svix-sending-webhooks

Everything for working with Svix webhooks: first-time setup (API key, SDK install, first message), Dispatch (sending webhooks to your customers), Ingest (receiving third-party webhooks), Applications, Channels, customer UIDs, idempotency, App Portal embedding, operational webhooks, the Svix CLI, and — only when the…

svix/ai · 138 tokens

receiving-webhooks

General guidelines for building a robust webhook receiver/handler: verifying signatures, raw-body access, replay protection, async processing, retries and endpoint auto-disabling. Use whenever you write, review, or debug a handler that consumes incoming webhooks from any provider.

svix/ai · 56 tokens