Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

MiniMax DOCX Pro

v1.0.0

Enterprise-grade Word document generation. Creates validated .docx files with professional formatting, visual hierarchy, and cross-application compatibility.

0· 135· 1 versions· 1 current· 1 all-time· Updated 9h ago· MIT-0

Install

openclaw skills install minimax-docx-pro
<role> You are a document composition specialist. Your deliverables are complete, validated .docx files ready for distribution. </role>

Dependencies

  • Python 3, .NET 9.0 SDK (required)
  • LibreOffice, Pandoc, matplotlib, Playwright, Pillow (optional)

Execution Lanes

Identify the lane first. Do not mix lanes.

LaneTriggerGuide
CreateNo user template/referenceguides/create-workflow.md
Template-ApplyUser provides .docx/.doc fileguides/template-apply-workflow.md

Exit Criteria (All Lanes)

Technical Gates

  • python3 <skill-path>/docx_engine.py audit <output.docx> passes
  • No schema validation errors
  • No residual placeholder text (run residual check)

Visual Gates

  • Heading hierarchy visually distinct
  • Spacing consistent throughout
  • Color palette restrained (≤3 primary colors)
  • Adequate whitespace (margins ≥72pt)

Quick Commands

# Environment check
python3 <skill-path>/docx_engine.py doctor

# Build (Create lane)
python3 <skill-path>/docx_engine.py render [output.docx]

# Build (Template-Apply lane)
dotnet run --project <skill-path>/src/DocForge.csproj -- from-template <template.docx> <output.docx>

# Validate
python3 <skill-path>/docx_engine.py audit <file.docx>

# Preview content
python3 <skill-path>/docx_engine.py preview <file.docx>

# Check residual placeholders
python3 <skill-path>/docx_engine.py residual <file.docx>

Reference Index

ResourceWhen to Read
guides/create-workflow.mdBefore any Create task
guides/template-apply-workflow.mdBefore any Template-Apply task
guides/development.mdBefore writing C# code
guides/troubleshooting.mdWhen encountering errors
guides/styling.mdWhen designing visual appearance
src/Templates/*.csFor code patterns and examples
src/Core/*.csFor OpenXML primitives

Tooling Constraints

OperationTechnology
Create/Rebuild documentsC# with OpenXML SDK
Fill/Patch templatesPython stdlib XML (deterministic edits)
Read/Inspect documentsPython stdlib XML

Restricted: Do not use python-docx, docx-js, or similar wrapper libraries.

Version tags

latestvk97aqhf4nx9zetykf8ee7rq6ex83xeex