docx
추적된 변경 사항과 함께 Word 문서 생성 및 편집
또한 다음에서 사용할 수 있습니다: 7Spade,7Spade,davila7,DYAI2025,Azeem-2,ComposioHQ,anthropics,ZhanlinCui,ArtemisAI,Cam10001110101,K-Dense-AI
Word 문서를 프로그래밍 방식으로 작업하는 것은 복잡합니다. 이 스킬은 추적된 변경 사항, 주석 및 서식 보존을 완전히 지원하며 포괄적인 DOCX 생성, 편집 및 분석 기능을 제공합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"docx" 사용 중입니다. 5 페이지 계약서에서 텍스트 추출
예상 결과:
주요 조항 식별된 문서 요약 제공 후 섹션별로 정리된 전체 추출 텍스트
"docx" 사용 중입니다. 프로젝트 제안서 문서 생성
예상 결과:
표지, 요약, 작업 범위, 일정, 예산 섹션 및 적절한 서식이 포함된 전문적인 .docx 파일
"docx" 사용 중입니다. 결제 조건 수정을 위한 추적된 변경 사항 추가
예상 결과:
전문적인 검토를 위한 적절한 RSID 추적과 함께 삭제된 '30 일' 및 삽입된 '60 일'을 표시하는 redlined 문서
보안 감사
중간 위험Static analysis flagged 1082 potential issues across 59 files, but most are false positives. External command findings (235) are documentation examples showing bash commands for users to run, not executable code. Network URL findings (426) are XML namespace declarations in official ECMA/ISO XSD schema files, not actual network requests. Legitimate filesystem access is required for document processing. Some weak crypto warnings are false positives from XML schema text patterns. One concern: the skill requires external dependencies (pandoc, LibreOffice, docx npm package) that execute shell commands - users should verify these are installed from trusted sources.
높은 위험 문제 (1)
중간 위험 문제 (2)
낮은 위험 문제 (2)
위험 요인
⚙️ 외부 명령어 (4)
품질 점수
만들 수 있는 것
법률 계약 검토
법률 전문가가 기대하는 적절한 추적된 변경 사항 서식으로 모든 제안된 변경 사항을 표시하는 계약서의 redlined 버전 생성.
학술 논문 협업
추적된 변경 사항과 주석으로 연구 논문을 편집하여 공동 저자가 수정 사항을 검토하고 수락/거부할 수 있도록 함.
비즈니스 문서 자동화
동적 콘텐츠 삽입이 포함된 템플릿에서 표준화된 비즈니스 문서 (제안서, 보고서, 서신) 생성.
이 프롬프트를 사용해 보세요
Extract all text content from this Word document and summarize the key points: [attach document.docx]
Create a professional Word document with the following structure: [provide outline]. Include proper headings, numbered sections, and a table of contents.
Review this contract and create a redlined version with the following changes: [list changes]. Use tracked changes so the other party can see what was modified.
Process these 10 Word documents and extract specific data fields (client name, date, amount) from each into a summary table.
모범 사례
- 복잡한 작업을 시작하기 전에 항상 전체 문서 파일 (docx-js.md, ooxml.md) 읽기
- 변경 추적이 필수인 법률, 학술 또는 비즈니스 문서에는 redlining 워크플로우 사용
- 스크립트 실행 전 grep 으로 XML 변경 사항 검증하고 pandoc 변환으로 최종 문서 유효성 검사
- 보다 쉬운 디버깅과 점진적인 진행을 위해 관련 변경 사항을 함께 배치 (스크립트당 3-10 개)
피하기
- 몇 단어만 변경할 때 전체 문장을 대체하지 말고 변경되는 특정 텍스트만 표시
- XML 편집에 markdown 줄 번호 사용 금지 - 문서 구조에 매핑되지 않음
- 추적된 변경 사항에 RSID 할당 절대 생략 금지 - 항상 unpack 스크립트의 일관된 RSID 사용
- XML 을 먼저 검증하지 않고 pack.py --force 실행 금지 - 결과 문서가 손상될 수 있음
자주 묻는 질문
어떤 의존성을 설치해야 하나요?
이 스킬로 Microsoft Word 에서 생성된 문서를 편집할 수 있나요?
추적된 변경 사항은 어떻게 작동하나요?
추적된 변경 사항을 최종 텍스트로 변환할 수 있나요?
문서에 주석이 있으면 어떻게 하나요?
민감한 문서에 이 스킬을 사용해도 안전한가요?
개발자 세부 정보
작성자
sickn33라이선스
Proprietary. LICENSE.txt has complete terms
리포지토리
https://github.com/sickn33/antigravity-awesome-skills/tree/main/web-app/public/skills/docx-official참조
main
파일 구조
📁 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