Document Expert Pro (Doc/Docx/Txt)

Automate office document processing and analysis across .docx, .doc, .txt, .rtf, and .md formats.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/euwebertdefreitas/Parametrus-AI-Skills --skill document-expert-pro-doc-docx-txt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Document Expert Pro (Doc/Docx/Txt)
Source: https://github.com/euwebertdefreitas/Parametrus-AI-Skills/tree/main/.agent/skills/document_expert_pro
Command: npx skills add https://github.com/euwebertdefreitas/Parametrus-AI-Skills --skill document-expert-pro-doc-docx-txt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation, manipulation, and analysis of office documents, treating them as structured data for templating, bulk editing, and conversion tasks.

Core Features & Use Cases

  • Word Automation: Create and format .docx files using templates and dynamic data.
  • Text Analysis: Extract patterns and normalize text from .txt, .md, and .rtf files.
  • Conversion: Convert between various document formats, including Docx to PDF.
  • Use Case: Generate 100 personalized contracts from a template or extract all email addresses from a large text file.

Quick Start

Use the Document Expert Pro skill to replace placeholders in 'template.docx' with data from 'data.csv'.

Frequently Asked Questions about Document Expert Pro (Doc/Docx/Txt)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Word document generation from a CSV file?

To automate Word document generation, you can use this Skill to replace placeholders in a .docx template with dynamic data from a .csv file. It leverages python-docx to programmatically format files and create bulk documents like personalized contracts efficiently.

Can I extract text patterns from large .txt and .rtf files using regex?

Yes, you can extract text patterns from .txt, .rtf, and .md files using regex. The Skill performs text analysis to identify specific patterns like email addresses and normalizes text directly from large unstructured documents.

Does this tool support converting Docx files to PDF format?

Yes, the tool supports document conversion between various office formats, including converting .docx files to PDF. It uses libraries like Mammoth.js to facilitate accurate format transformation and seamless document manipulation.

What is the best way to generate tables programmatically in a .docx file?

The best way to generate tables programmatically is by using the Skill's internal scripts that leverage python-docx. This allows you to insert and format structured data tables dynamically within your Word documents without manual editing.

Can I use this Skill to bulk edit and format multiple .docx documents at once?

Yes, you can bulk edit and format multiple .docx documents by treating them as structured data. The Skill automates programmatic formatting, templating, and text manipulation across numerous office files simultaneously to streamline batch processing.