A modern document editor skill for programmatically creating, editing, and formatting DOCX files with full control.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install superdoc
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 superdoc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
SuperDoc is a robust skill designed for developers who need to work with Microsoft Word files programmatically. As a key component of the Openclaw Skills library, it offers a custom rendering pipeline that goes beyond simple text extraction, allowing for complex formatting, section management, and template-based document generation.
Whether you are building automated report generators or a web-based document editor, this skill provides the necessary abstractions to handle OpenXML formats seamlessly. It is designed to be versatile, supporting both headless Node.js environments and modern frontend frameworks like React, ensuring consistent document manipulation across the entire development stack.
To integrate this tool into your Openclaw Skills workflow, install the core package and its headless requirements:
npm install --global superdoc jsdom
For React-based projects, use the specialized integration package:
npm install @superdoc-dev/react
When running in a headless Node.js context, you must polyfill browser APIs using JSDOM to ensure the rendering pipeline functions correctly outside of a browser environment.
The skill organizes data using a hierarchical object model that maps directly to the OpenXML standard.
| Level | Description | Key Components |
|---|---|---|
| Document | The root container for the file | sections |
| Section | Defines page layout, headers, and footers | children |
| Paragraph | A block-level element for text or images | children, alignment |
| TextRun | The smallest unit of text with specific styling | text, bold, color |
All exported files follow the standard application/vnd.openxmlformats-officedocument.wordprocessingml.document MIME type.
SuperDocEditor) featuring real-time document state management.Loading
A hierarchical project management framework that decomposes complex goals into executable tasks for AI agents and human teams.

A critical safety tool that pauses AI agent execution to request human authorization before performing high-risk or destructive operations.

An advanced AI image generation and editing skill for OpenClaw that leverages the Gemini Image API with automated model failover for maximum reliability.

An interactive virtual pet companion for AI agents that manages adoption, real-time status tracking, and AI image generation.

A powerful MCP server for comparing, profiling, and calculating costs for over 15 leading AI coding assistants.

A design-grade color processing suite for generating palettes, checking WCAG accessibility, and performing universal color conversions.








































