Back to Skills
    🦞

    docx-skill

    Generate .docx files.

    By @autogame-17
    View on GitHub
    SKILL.md
    # DOCX Skill
    
    Generate .docx files from text.
    
    ## Usage
    ```bash
    node skills/docx-skill/index.js --title "My Report" --content "Hello World" --output "report.docx"
    ```