Che cos'è docx?
Crea, modifica e analizza documenti Word con il supporto delle modifiche rilevate Fonte: rysweet/amplihack.
Crea, modifica e analizza documenti Word con il supporto delle modifiche rilevate
Installa rapidamente la skill AI docx nel tuo ambiente di sviluppo tramite riga di comando
Fonte: rysweet/amplihack.
A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks.
If you just need to read the text contents of a document, you should convert the document to markdown using pandoc. Pandoc provides excellent support for preserving document structure and can show tracked changes:
You need raw XML access for: comments, complex formatting, document structure, embedded media, and metadata. For any of these features, you'll need to unpack a document and read its raw XML contents.
Crea, modifica e analizza documenti Word con il supporto delle modifiche rilevate Fonte: rysweet/amplihack.
Campi e comandi stabili per citazioni AI/ricerca.
npx skills add https://github.com/rysweet/amplihack --skill docxCrea, modifica e analizza documenti Word con il supporto delle modifiche rilevate Fonte: rysweet/amplihack.
Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.) Copia ed esegui questo comando: npx skills add https://github.com/rysweet/amplihack --skill docx Dopo l'installazione, la skill verrà configurata automaticamente nel tuo ambiente AI di coding e sarà pronta all'uso in Claude Code, Cursor o OpenClaw
https://github.com/rysweet/amplihack