docx
Word-Dokumente erstellen und bearbeiten
Également disponible depuis: ArtemisAI,Cam10001110101,K-Dense-AI,ComposioHQ,sickn33,anthropics,ZhanlinCui,DYAI2025,7Spade,7Spade,Azeem-2
Automatisieren Sie die Erstellung, Bearbeitung und Analyse von Word-Dokumenten mit vollständiger Unterstützung für Änderungsnachverfolgung, Kommentare und Formatierung. Konvertieren Sie Dokumente, wenden Sie Bearbeitungen im Überprüfungsmodus an und extrahieren Sie Inhalte präzise.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "docx". Create a Word document with a title, three paragraphs with different alignments, and a bulleted list with 5 items.
Résultat attendu:
- Erstellt document.docx mit:
- • Zentrierter Titel 'Project Report'
- • Linksbündiger Einleitungsabsatz
- • Blocksatz-Hauptinhalt mit Abstand 200/200
- • Rechtsbündiges Fazit
- • Aufzählungsliste mit 5 Elementen und Symbol-Schriftart-Aufzählungszeichen
Utilisation de "docx". Convert report.docx to markdown showing all tracked changes, then grep for deleted text 'old value' and inserted text 'new value'.
Résultat attendu:
- Konvertierung abgeschlossen: report_with_changes.md
- 3 Vorkommen von 'new value' gefunden (Einfügungen)
- 3 Vorkommen von 'old value' gefunden (Löschungen)
- Änderungsnachverfolgung gesamt: 6 (3 Einfügungen, 3 Löschungen)
Audit de sécurité
Risque faibleThe docx skill is a legitimate document processing tool. Static findings are false positives triggered by documentation examples and standard XML schema files. The actual Python code uses defusedxml for secure parsing and performs no network requests, cryptography, or credential handling. Minor concern: dependency installation commands in documentation require user review before execution.
Problèmes à risque moyen (1)
Problèmes à risque faible (1)
Facteurs de risque
📁 Accès au système de fichiers (3)
⚙️ Commandes externes (2)
⚡ Contient des scripts (2)
Score de qualité
Ce que vous pouvez construire
Redlining von Rechtsdokumenten
Änderungsnachverfolgung auf Verträge und juristische Dokumente mit korrekter RSID-Behandlung und Stapelverarbeitung anwenden.
Dokumentenkonvertierungs-Pipeline
Word-Dokumente in Markdown konvertieren, Struktur analysieren und mit beibehaltener Formatierung exportieren.
Berichtserstellung
Professionelle Word-Dokumente mit Tabellen, Bildern und Formatierung aus automatisierter Analyse erstellen.
Essayez ces prompts
Extract all text content from document.docx and save it to output.md using pandoc with tracked changes preserved.
Create a new Word document named report.docx with a title paragraph, two headings, and a table with 3 rows and 4 columns.
Review contract.docx and make the following tracked changes: replace '30 days' with '45 days' in section 2, update the signature date format, and add a comment about the renewal clause.
Unpack all DOCX files in the input directory, extract their text content, apply the corrections in batch_review.md to each, and repack them with tracked changes.
Bonnes pratiques
- DOCX-Dateien vor der Bearbeitung immer entpacken und nach Änderungen neu packen, um die OOXML-Struktur beizubehalten.
- Änderungsnachverfolgung für alle Bearbeitungen externer Dokumente verwenden - dies ist für juristische, akademische und geschäftliche Dokumente erforderlich.
- Verwandte Änderungen in Stapeln von 3-10 gruppieren für einfacheres Debugging und inkrementellen Fortschritt.
Éviter
- Keine rohe Zeichenkettenersetzung bei DOCX-Dateien verwenden - immer entpacken, XML bearbeiten und neu packen.
- Vermeiden Sie die Änderung mehrerer XML-Elemente in einem einzigen Skript ohne stapelweise Tests.
- Die vollständigen Dokumentationsdateien nicht überspringen, bevor komplexe Dokumentoperationen gestartet werden.
Foire aux questions
Welche Abhängigkeiten werden für dieses Skill benötigt?
Wie erstelle ich ein neues Word-Dokument von Grund auf?
Kann ich das Dokument einer anderen Person mit Änderungsnachverfolgung bearbeiten?
Wie behalte ich die Formatierung bei der Bearbeitung von Dokumenten bei?
Welche Dateioperationen sind bei DOCX-Dateien sicher?
Wie validiere ich ein Dokument nach der Bearbeitung?
Détails du développeur
Structure de fichiers
📁 ooxml/
📁 schemas/
📁 ecma/
📄 dml-wordprocessingDrawing.xsd
📄 pml.xsd
📄 shared-additionalCharacteristics.xsd
📄 shared-commonSimpleTypes.xsd
📄 shared-customXmlDataProperties.xsd
📄 shared-customXmlSchemaProperties.xsd
📄 shared-documentPropertiesCustom.xsd
📄 shared-documentPropertiesExtended.xsd
📄 shared-documentPropertiesVariantTypes.xsd
📄 shared-relationshipReference.xsd
📄 sml.xsd
📄 vml-wordprocessingDrawing.xsd
📄 wml.xsd
📄 xml.xsd
📁 mce/
📄 mc.xsd
📁 scripts/
📄 base.py
📄 docx.py
📄 pptx.py
📄 pack.py
📁 scripts/
📄 ooxml.md
📄 SKILL.md