Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/leiverkus/open-document-skillsnpx agentmods add skills/leiverkus/open-document-skills/odpWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/leiverkus/open-document-skills/odp)<a href="https://agentmods.dev/skills/leiverkus/open-document-skills/odp"><img src="https://agentmods.dev/badge/skills/leiverkus/open-document-skills/odp/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/leiverkus/open-document-skills/odp"><img src="https://agentmods.dev/badge/skills/leiverkus/open-document-skills/odp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00073 | $0.06115 |
| Opus 5 | $0.00036 | $0.03057 |
| Sonnet 5 | $0.00015 | $0.01223 |
| Haiku 4.5 | $0.00007 | $0.00611 |
Grade A, and why
odp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 608 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ODP creation, editing, and analysis
Overview
An .odp file is an OpenDocument ZIP package for presentations. Important package files:
mimetype- should be the first ZIP entry and stored uncompressed asapplication/vnd.oasis.opendocument.presentationcontent.xml- slides, shapes, text boxes, images, speaker notesstyles.xml- presentation, drawing, and text stylesmeta.xml- document metadatasettings.xml- application settingsMETA-INF/manifest.xml- package manifestPictures/...- embedded media
Quick Reference
| Task | Preferred approach |
|---|---|
| Create branded deck | Start from an .odp template, clone slides/masters, edit XML |
| Create simple structured deck | Generate ODP package XML directly |
| Convert PPTX/HTML/SVG to ODP | Use LibreOffice only when the source already exists or interoperability requires it |
| Extract text | Use scripts/extract_text.py or parse content.xml |
| Preserve template layout | Edit the existing ODP package XML and media references |
| Visual QA | Convert to PDF or slide images and inspect every slide |
Tool Checks
Before starting a real ODP task, check available tools:
which pandoc
Resolve the LibreOffice command as described in docs/soffice-resolver.md.
LibreOffice is the preferred engine for ODP conversion and rendering. Pandoc is not a full ODP authoring or inspection tool.
Reading and Inspecting
For raw inspection:
unzip -l input.odp
python -m zipfile -e input.odp unpacked_odp
Slide content is usually in content.xml under draw:page elements. Extract text with an XML parser, keeping namespace handling explicit.
Bundled scripts for common inspection tasks:
# Extract visible slide text and speaker notes.
python scripts/extract_text.py input.odp
python scripts/extract_text.py input.odp --json
# Inspect package files, media references, slide metadata, notes, and master pages.
python scripts/inspect_package.py input.odp
What ships with it
38 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- LICENSE.txt 1.0 KB
- scripts/add_animation.py 10.0 KB runs code
- scripts/add_image.py 2.4 KB runs code
- scripts/add_transition.py 4.1 KB runs code
- scripts/apply_template.py 4.8 KB runs code
- scripts/clone_slide.py 2.3 KB runs code
- scripts/convert.py 2.2 KB runs code
- scripts/create_minimal_odp.py 17 KB runs code
- scripts/customize_master.py 11 KB runs code
- scripts/extract_template.py 10 KB runs code
- scripts/extract_text.py 2.9 KB runs code
- scripts/inspect_package.py 3.6 KB runs code
- scripts/inspect_template.py 1.3 KB runs code
- scripts/list_animations.py 3.1 KB runs code
- scripts/list_masters.py 2.7 KB runs code
- scripts/list_transitions.py 2.1 KB runs code
- scripts/odp_common.py 15 KB runs code
- scripts/odp_layouts.py 3.7 KB runs code
- scripts/pack_fodp.py 548 B runs code
- scripts/pack_odp.py 547 B runs code
- scripts/render.py 2.6 KB runs code
- scripts/replace_text.py 2.4 KB runs code
- scripts/set_layout.py 4.5 KB runs code
- scripts/unpack_fodp.py 535 B runs code
- scripts/validate_refs.py 4.4 KB runs code
- templates/academic-blue/LICENSE.txt 679 B
- templates/academic-blue/PROVENANCE.md 496 B
- templates/academic-blue/README.md 1.3 KB
- templates/academic-blue/styles.xml 5.5 KB
- templates/dao-conference/LICENSE.txt 679 B
- templates/dao-conference/Pictures/logo.png 3.2 KB
- templates/dao-conference/PROVENANCE.md 585 B
- templates/dao-conference/README.md 1.3 KB
- templates/dao-conference/styles.xml 5.9 KB
- templates/minimalist-mono/LICENSE.txt 679 B
- templates/minimalist-mono/PROVENANCE.md 459 B
- templates/minimalist-mono/README.md 857 B
- templates/minimalist-mono/styles.xml 5.5 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 608 lines · 73 tokens per session scan A 5ad21df8ce2a
odp is a skill published in the GitHub repository leiverkus/open-document-skills (3 stars, last pushed 1mo ago), licensed MIT. It adds 73 tokens to every session and 6,115 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
pydicom
Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.
venue-templates
Prepare journal manuscripts, conference papers, research posters, and grant documents using venue-specific formatting guidance and bundled LaTeX scaffolds. Use when selecting an official template, checking current page or anonymity rules, adapting academic writing to a venue, or inspecting a submission PDF.
xlsx
Create, edit, analyze, or convert Excel spreadsheets (.xlsx, .xlsm, .xltx) where the workbook file is the primary deliverable. Use for formulas, formatting, financial models, multi-sheet workbooks, and tabular cleanup exported to Excel. Also applies to .csv/.tsv when the user wants spreadsheet output. Do NOT use for…
convert-documents-to-markdown
Convert an attached Word document, presentation, spreadsheet, OpenDocument file, RTF, EPUB, CSV, or text-based PDF into local Markdown. Use when a message supplies a local attachment path that must be read without uploading it to an external parser.
baoyu-youtube-transcript
A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.
pdf-design
Designs PDF reports and proposals from HTML with previews and branding. Use to create, export, or securely upload a PDF.