スキル一覧に戻る
cngwenyi

document-processor-docx

by cngwenyi

A full-featured AI agent website with chat interface, user authentication, and AI model integration · Built with Manus

0🍴 0📅 2026年1月14日
GitHubで見るManusで実行

SKILL.md


name: "document-processor-docx" description: "Create, edit, and analyze Word documents with formatting, templates, and content generation (Official Anthropic skill)" version: "1.0.0" author: "Anthropic (Adapted for CemaPay)" category: "documents" tags: ["docx", "word", "document-generation", "contracts", "reports", "office"] requiresAuth: true source: "anthropic-official"

Word Document Processor Skill

🎯 PURPOSE

Official Anthropic skill for Microsoft Word document manipulation (.docx files). Supports:

  • Document Creation: Generate formatted documents from templates
  • Content Editing: Modify existing documents, insert/replace text
  • Template Engine: Merge data into document templates
  • Format Preservation: Maintain styling, headers, footers
  • Export Options: PDF conversion, HTML export

🔍 WHEN TO USE THIS SKILL

Trigger when users mention:

  • "create document", "Word", "docx", "write letter"
  • "generate contract", "draft agreement", "legal document"
  • "report", "proposal", "business document"
  • "merge template", "fill form"

📋 CAPABILITIES

1. Document Creation

createDocument({
  template: "contract-template.docx",
  data: {
    clientName: "ABC Company Ltd",
    date: "October 24, 2025",
    amount: "2,000,000 XAF",
    terms: "Net 30 days"
  },
  outputFormat: "docx" // or "pdf"
});

2. Common Templates

  • Legal contracts (service agreements, NDAs)
  • Business proposals
  • Financial reports
  • Meeting minutes
  • Policy documents

3. Advanced Features

  • Mail merge capabilities
  • Table of contents generation
  • Header/footer management
  • Page numbering
  • Watermarks and signatures

💡 INTEGRATION EXAMPLE

User: "Create a service agreement for ABC Company, 2M XAF, 30-day terms"

AI Response:

I've generated a professional service agreement:

SERVICE AGREEMENT

This Agreement ("Agreement") is entered into as of October 24, 2025
("Effective Date") by and between:

CemaPay Ltd ("Service Provider")
Registered in Cameroon

AND

ABC Company Ltd ("Client")

1. SERVICES
The Service Provider agrees to provide financial technology services...

2. COMPENSATION
Total Fee: 2,000,000 XAF (Two Million CFA Francs)
Payment Terms: Net 30 days from invoice date

3. TERM
This Agreement commences on October 24, 2025...

[Full 5-page contract generated with legal clauses]

Generated: Service_Agreement_ABC_Company_2025.docx
Format: Microsoft Word (.docx)
Pages: 5
Download ready!

Would you like me to convert to PDF for signing?

🔧 TECHNICAL DETAILS

  • Library: docx (Python), docxtemplater (Node.js)
  • Supported Formats: .docx (Office Open XML)
  • Max File Size: 50 MB
  • Features: Tables, images, headers, footers, page breaks

📚 DOCUMENTATION

Official Anthropic Documentation: https://docs.anthropic.com/en/docs/build-with-claude/agent-skills


Version: 1.0.0
Source: Anthropic Official Skills Library
Last Updated: October 24, 2025

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です