One-click install
npx skills add https://github.com/GrilledSword/RoosterGameSRP --skill docx-grilledsword
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docx
Source: https://github.com/GrilledSword/RoosterGameSRP/tree/main/public/docx
Command: npx skills add https://github.com/GrilledSword/RoosterGameSRP --skill docx-grilledsword

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pandoc, docx-js, libreoffice, poppler-utils, defusedxml, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the often complex and time-consuming tasks associated with professional Microsoft Word documents (.docx). It eliminates manual effort for creation, detailed editing, content analysis, and especially the intricate process of managing tracked changes and comments, which are critical in legal, academic, and business contexts.

Core Features & Use Cases

  • Document Creation: Generate new Word documents from scratch with precise formatting, styles, lists, tables, and embedded media using JavaScript.
  • Advanced Editing & Redlining: Modify existing documents, apply tracked changes (insertions, deletions), and manage comments using Python for granular OOXML control. This is ideal for legal document review and collaborative editing.
  • Content Extraction & Analysis: Convert .docx files to Markdown for easy text extraction and analysis, including the ability to show or hide tracked changes.
  • Visual Document Conversion: Transform Word documents into PDF and then into image formats (JPEG) for visual inspection or integration into other systems.
  • Use Case: A legal professional needs to review a contract and propose changes. This Skill allows you to automatically apply a series of complex tracked changes (e.g., updating clauses, modifying dates, adding new sections) and insert specific comments, then generate a clean, redlined document for review, saving hours of manual markup.

Quick Start

To apply tracked changes to an existing document:

  1. Convert 'contract.docx' to markdown with all tracked changes visible.
  2. Identify the section "Article III" and change "30 days" to "60 days", marking it as a tracked change.
  3. Add a comment to the first paragraph of "Article IV" stating "Verify this clause with legal counsel."
  4. Pack the modified document into 'revised_contract.docx'.