Microsoft Word Overview This skill helps AI agents create and manipulate Word documents programmatically. It covers generating .docx files with python-docx, template-based document generation with docxtpl, mail merge, and managing Word documents in SharePoint/OneDrive via Microsoft Graph API. Instructions Step 1: Generate Documents with python-docx Step 2: Template-Based Generation with docxtpl Create a Word template ( ) with Jinja2 tags: Mail Merge (Batch Documents) Step 3: Read and Extract from Word Step 4: Graph API (Cloud Documents) Examples Example 1: Generate a quarterly business report…