Skip to content

akivazev/odf-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODF Skills

A collection of Claude skills for working with OpenDocument Format (ODF) files. Compatible with the Claude web interface and Claude Code.

About

A set of Claude skills for creating, editing, and converting OpenDocument Format files. ODF is an open ISO standard used by LibreOffice, Google Docs, OpenOffice, and other software for text documents (.odt), presentations (.odp), spreadsheets (.ods), and more.

Written with Claude Code and Claude.ai. Nothing special — just putting this out there for the public benefit.

Patches welcome.

Available Skills

Skill Format Description
odt .odt Create, read, edit, and convert OpenDocument Text files
odp .odp Create, read, edit, and convert OpenDocument Presentation files
ods .ods Create, read, edit, and convert OpenDocument Spreadsheet files

Installation

Claude Code (CLI / Desktop / VS Code extension)

Download the zip for the skill you want from the latest release, then extract it to your personal skills directory:

unzip odt-skill.zip -d ~/.claude/skills/

The skill will be available in all your Claude Code sessions automatically.

To install for a single project only, extract into .claude/skills/ inside that project instead.

Claude web interface (claude.ai)

First, ensure Code Execution and File Creation are enabled under Settings > Capabilities.

Then go to Customize > Skills, click +, choose Upload a skill, and upload the zip. The skill will be available across all your conversations automatically.

Build from source

make odt-skill.zip

Releasing

Tag a commit to trigger an automatic GitHub Release with all skill zips attached:

git tag v1.0.0
git push origin v1.0.0

Adding a New Skill

  1. Create a directory named after the format (e.g., odp/)
  2. Add odp/SKILL.md following the same structure as odt/SKILL.md
  3. Add any helper scripts under odp/scripts/
  4. Add odp to the SKILLS list in Makefile
  5. Commit, tag, and push

About

Claude skills for working with OpenDocument Format (ODF) files

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors