Agent skill

writer

Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill writer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/libreoffice/writer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LibreOffice Writer ## Overview LibreOffice Writer skill for creating, editing, converting, and automating document workflows using the native ODT (OpenDocument Text) format. ## When to Use This Skill Use this skill when: - Creating new documents in ODT format - Converting documents between formats (ODT <-> DOCX, PDF, HTML, RTF, TXT) - Automating document generation workflows - Performing batch document operations - Creating templates and standardized document formats ## Core Capabilities ### 1. Document Creation - Create new ODT documents from scratch - Generate documents from templates - Create mail merge documents - Build forms with fillable fields ### 2. Format Conversion - ODT to other formats: DOCX, PDF, HTML, RTF, TXT, EPUB - Other formats to ODT: DOCX, DOC, RTF, HTML, TXT - Batch conversion of multiple documents ### 3. Document Automation - Template-based document generation - Mail merge with data sources (CSV, spreadsheet, database) - Batch document processing - Automated report generation ### 4. Content Manipulation - Text extraction and insertion - Style management and application - Table creation and manipulation - Header/footer management ### 5. Integration - Command-

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Document Creation
  5. 2. Format Conversion
  6. 3. Document Automation
  7. 4. Content Manipulation
  8. 5. Integration
  9. Workflows
  10. Creating a New Document
  11. Converting Documents
  12. Template-Based Generation
  13. Format Conversion Reference
  14. Supported Input Formats
Commands it runs
soffice --writer template.odt
ODT to DOCX
soffice --headless --convert-to docx document.odt
ODT to PDF
soffice --headless --convert-to pdf document.odt
DOCX to ODT
soffice --headless --convert-to odt document.docx
Batch convert
for file in *.odt; do
soffice --headless --convert-to pdf "$file"
More from agentic-awesome-skills
All skills →
About this skill
What does the writer skill do?

Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill writer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going