·docx

Crea, modifica e analizza documenti Word con il supporto delle modifiche rilevate

74Installazioni·2Tendenza·@rysweet

Installazione

$npx skills add https://github.com/rysweet/amplihack --skill docx

Come installare docx

Installa rapidamente la skill AI docx nel tuo ambiente di sviluppo tramite riga di comando

  1. Apri il terminale: Apri il tuo terminale o strumento da riga di comando (Terminal, iTerm, Windows Terminal, ecc.)
  2. Esegui il comando di installazione: Copia ed esegui questo comando: npx skills add https://github.com/rysweet/amplihack --skill docx
  3. Verifica l'installazione: 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

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.

Fatti (pronti per citazione)

Campi e comandi stabili per citazioni AI/ricerca.

Comando di installazione
npx skills add https://github.com/rysweet/amplihack --skill docx
Categoria
#Documenti
Verificato
Prima apparizione
2026-02-01
Aggiornato
2026-03-10

Browse more skills from rysweet/amplihack

Risposte rapide

Che cos'è docx?

Crea, modifica e analizza documenti Word con il supporto delle modifiche rilevate Fonte: rysweet/amplihack.

Come installo docx?

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

Dov'è il repository sorgente?

https://github.com/rysweet/amplihack