writer
Document creation, format conversion (ODT/DOCX/PDF), mail merge, and automation with LibreOffice Writer.
npx skills add sickn33/agentic-awesome-skills --skill writer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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-
- Overview
- When to Use This Skill
- Core Capabilities
- 1. Document Creation
- 2. Format Conversion
- 3. Document Automation
- 4. Content Manipulation
- 5. Integration
- Workflows
- Creating a New Document
- Converting Documents
- Template-Based Generation
- Format Conversion Reference
- Supported Input Formats
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"
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.