
docx
by Lordsisodia
SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration
SKILL.md
name: docx category: integration-connectivity/mcp-integrations version: 1.0.0 description: Create, edit, and analyze Word documents with tracked changes and comments support author: blackbox5/mcp verified: true tags: [mcp, docx, word, documents, office]
DOCX Processing
When to Use:
- Automating document generation
- Processing feedback and comments
- Extracting structured data from docs
- Creating reports programmatically
- Managing document templates
Always backup original documents before making changes.
<available_skills> <skill_group name="Document Creation"> Create a basic Word document Create a document with title and paragraphs Create document with hierarchical structure Create a report with headings and sections Apply text formatting (bold, italic, colors, fonts) Make the heading bold and blue </skill_group>
<skill_group name="Content Extraction"> Extract all text from document Get all text content from report.docx Extract document with headings hierarchy Get document structure with heading levels Extract all tables from document Pull all tables from the report </skill_group>
<skill_group name="Template Operations"> Replace placeholders in template Fill template with data dictionary Find and replace text throughout document Replace all instances of 'old' with 'new' </skill_group>
<skill_group name="Table Operations"> Add formatted table to document Create table with headers and data Populate table with data Fill table with CSV data </skill_group>
<skill_group name="Advanced Operations"> Combine multiple documents Merge section1.docx, section2.docx, section3.docx Add page numbers to document Add page numbers to footer Extract review comments from document Get all comments and their authors </skill_group> </available_skills>
<best_practices> Backup documents before modification Use with statements for file operations Validate extracted data structure Handle encoding issues properly Test template replacements Preserve original formatting when editing Modify documents without backup Assume consistent formatting Ignore encoding errors Hardcode document paths Forget to save changes </best_practices>
<error_handling> Document not found Verify file path is correct Check file extension is .docx Ensure file exists and is accessible Corrupted document Try opening in Word to verify Check if file is valid .docx format Use backup if available Placeholder not found Verify placeholder spelling Check document content manually Use case-insensitive search Encoding issues Specify encoding explicitly Use utf-8 for international text Handle special characters properly </error_handling>
<integration_notes> Tracked Changes Programmatic track changes requires XML manipulation Comments Extract comments via XML parsing Templates Use {{PLACEHOLDER}} format for template variables </integration_notes>
スコア
総合スコア
リポジトリの品質指標に基づく評価
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
レビュー
レビュー機能は近日公開予定です