← Back to Skills Marketplace
yebo-liu

Superdoc

by yebo-liu · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
301
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install superdoc
Description
Create, edit, and manipulate DOCX files using SuperDoc - a modern document editor with custom rendering pipeline. Use when you need to programmatically work...
Usage Guidance
This skill appears to be what it says: documentation for using an npm-based DOCX library. Before installing or running code from it: verify the npm package/vendor (confirm the GitHub repo and package integrity), prefer local project installs instead of global installs, inspect package contents or source for unexpected network calls, and be cautious when processing untrusted DOCX files (they can contain external links or embedded content). Also note the library is AGPLv3 by the reference—check licensing implications for your project. If you need extra assurance, fetch the package from the npm registry and review its package.json and published files before running any scripts that read/write your documents.
Capability Analysis
Type: OpenClaw Skill Name: superdoc Version: 1.0.0 The 'superdoc' skill bundle provides a comprehensive interface for programmatically manipulating DOCX files using the SuperDoc library. It includes legitimate code examples for document creation, editing, and template generation, along with detailed architectural documentation and headless environment setup instructions (SKILL.md, references/superdoc-reference.md). No indicators of data exfiltration, malicious execution, or harmful prompt injection were identified; the file system access (via 'fs') is consistent with the stated purpose of a document editor.
Capability Assessment
Purpose & Capability
Name/description (DOCX creation/editing) align with the content: examples, headless/browser notes, and React integration all relate to programmatic DOCX manipulation. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md instructs the agent to read and write local files (input.docx, template.docx, clients.json, output/). This is expected for a document-editing skill, but users should be aware this skill's examples perform arbitrary filesystem I/O on local documents and templates.
Install Mechanism
This is an instruction-only skill (no install spec). The docs recommend running `npm install` (and global install examples). Because the skill doesn't install anything automatically, the install risk is low; however, following its guidance will pull packages (superdoc, jsdom, @superdoc-dev/react) from npm, so users should vet those packages and prefer local installs over global ones.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The examples do not reference secrets or unrelated env vars.
Persistence & Privilege
always is false and the skill does not request persistent/automatic inclusion or system config changes. It does not request elevated privileges or modify other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install superdoc
  3. After installation, invoke the skill by name or use /superdoc
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
SuperDoc 1.0.0 initial release - Programmatically create, edit, and format DOCX documents with full control. - Supports template-based batch document generation and placeholder replacement. - Offers both browser and Node.js (with polyfills) usage, including CLI/headless environments. - Provides React integration via `@superdoc-dev/react` for modern web apps. - Includes practical error handling guidance and common troubleshooting tips. - Not intended for PDF editing, text extraction/summarization, OCR, or legacy `.doc` files.
Metadata
Slug superdoc
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Superdoc?

Create, edit, and manipulate DOCX files using SuperDoc - a modern document editor with custom rendering pipeline. Use when you need to programmatically work... It is an AI Agent Skill for Claude Code / OpenClaw, with 301 downloads so far.

How do I install Superdoc?

Run "/install superdoc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Superdoc free?

Yes, Superdoc is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Superdoc support?

Superdoc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Superdoc?

It is built and maintained by yebo-liu (@yebo-liu); the current version is v1.0.0.

💬 Comments