A robust automation tool to convert .docx files into structured Markdown while preserving formatting and extracting images.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install docx-to-md
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install docx-to-md using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The docx-to-md utility is a streamlined solution for converting legacy Microsoft Word documents into clean, web-ready Markdown. As a key component of the Openclaw Skills library, it allows developers and content creators to automate the migration of documentation without losing critical structure or visual assets.
The skill handles the conversion of headers, lists, and tables, ensuring that the resulting markdown is compatible with modern text editors and static site generators. By automating the extraction of embedded images and providing relative links within the text, it significantly reduces the manual overhead typically associated with document format migration. This makes it an essential tool for maintaining consistency across a variety of documentation platforms using Openclaw Skills.
Ensure you have Python 3.7 or higher installed. You will need to install the primary dependency before running the skill:
pip install python-docx
You can then run the conversion script via the command line:
python scripts/docx_to_md.py "your_document.docx"
The skill organizes its output into a structured directory to ensure asset integrity.
| File Type | Description | Format |
|---|---|---|
| Source | Input Microsoft Word file | .docx |
| Output File | Converted Markdown document | .md |
| Assets | Extracted document images | image_*.png/jpg/gif |
Formatting Mapping Table:
Loading
A comprehensive toolset for AI agents to query, manage, and automate ServiceNow records across ITSM, ITOM, and CMDB workflows.

A specialized skill allowing AI agents to autonomously mint unique digital identities from the Fellow Villain NFT collection on Solana.

Set Reminder allows AI agents to schedule one-time or recurring notifications delivered through iMessage, Discord, and other channels using the Openclaw Skills cron system.

An automated workflow to generate high-quality text-to-speech audio using ComfyUI and the Qwen3 model.

A comprehensive multi-agent orchestration skill that decomposes complex tasks into subtasks for specialized, parallelized AI agents.

Osori is a technical local project registry and context loader designed to help AI agents and developers manage repository metadata and environment switching.








































