Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/quan0715/open-press/openpressnpx skills add quan0715/open-press --skill openpressgit clone --depth 1 https://github.com/quan0715/open-pressWrote 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/quan0715/open-press/openpress)<a href="https://agentmods.dev/skills/quan0715/open-press/openpress"><img src="https://agentmods.dev/badge/skills/quan0715/open-press/openpress.svg" alt="Measured on agentmods" 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.00036 | $0.00846 |
| Opus 5 | $0.00018 | $0.00423 |
| Sonnet 5 | $0.00007 | $0.00169 |
| Haiku 4.5 | $0.00004 | $0.00085 |
Grade A, and why
openpress 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 5d 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 — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
OpenPress
Use this skill first for OpenPress CLI and delivery work.
Route
| Need | Skill |
|---|---|
| Page artifact creation | openpress-create-pages |
| Slide creation or editing | openpress-create-slide |
| Authored-content analysis, proposal, or revision | openpress-collaborate |
Pending @openpress-comment markers |
openpress-apply-comments |
| External plugins (diagrams, visual tools, writing helpers) | openpress-plugins |
| Package upgrade or migration | openpress-upgrade |
| Deploy or publish | openpress-deploy |
Load portable language or genre skills only when the content requires them.
Source Boundary
| Layer | Paths | Rule |
|---|---|---|
| Workspace source | press/*/press.tsx, registered MDX/TSX sources, press/<slug>/{components,theme,media}/, optional press/shared/, press/design.md, openpress/settings.json |
editable |
| Skill source | skills/, .agents/skills/, .claude/skills/ |
editable for skill work |
| Framework source | packages/core/, packages/cli/, apps/web/, root config/docs/tests |
framework work only |
| Review handoff | .openpress/review/current.json |
openpress-collaborate may replace or delete; never deliver or commit |
| Installed framework | node_modules/@open-press/{core,cli}/ |
read-only; fix upstream |
| Generated/cache | public/openpress/, dist-react/, .deploy/, other .openpress/, .turbo/cache/ |
never hand-edit |
openpress/settings.json owns workspace Appearance, page defaults, caption
numbering, PDF filename, and deploy configuration. Press visual design remains
in press/design.md and each Press theme.
If memory/AGENTS.md exists, read it first; it identifies a downstream workspace and its project rules.
Local Review Gate
After content, layout, component, Press Tree, or pagination-sensitive theme changes:
npm run build
npm run dev # downstream workspace
# npm run dev:workspace # framework dogfood repo
Open Vite's /workspace and inspect the affected Press for page count,
overflow/cropping, pagination, typography/media, and pending comments. Fix
source and repeat when needed.
What ships with it
3 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.
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.
- 5d ago First seen · 76 lines · 36 tokens per session scan A aa3c38fd521f
openpress is a skill published in the GitHub repository quan0715/open-press (14 stars, last pushed 7d ago), licensed MIT. It adds 36 tokens to every session and 846 once invoked, about $0.0002 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-30.
Other skills, from other repositories
kb-import
Import knowledge from existing documents into structured KB entries. Reads source documents (Markdown, PDF, DOCX, plain text), extracts key information, and creates properly formatted KB entries with YAML frontmatter.
explain-document
This skill should be used when the user says "explain this document", "interpret this file", "what does this plan commit me to", "what does this ADR say", "interpret this architecture doc", "what does this AI-generated plan actually mean", "decompile this doc", "what's this file saying", "explain this to me in plain…
prose-clarity
Rewrite and self-check drafted prose against a machine-checkable clarity standard derived from ASD-STE100 (Simplified Technical English) — no marketing adjectives, no phrasal verbs, no semicolons, active voice, short sentences, and a required carve-out for the epistemic hedge markers the evidence ledger depends on.…
doc-package-contract
Enforce the fixed 23-file, 8-directory documentation package under the resolved output root — routing each document to its required-content contract in references/package-contract-.md, stamping the internal or public header, and refusing to add, drop, rename, or merge a canonical file. Use when scaffolding a package…
accounting-workflow
End-to-end Malaysian accounting engagement workflow. Takes a client folder and produces accrual-basis financial statements (Excel working papers + PDF) compliant with MPERS / MFRS / ITA 1967. Covers Sole Proprietor, Partnership, Sdn Bhd, Berhad, and NGO. USE THIS SKILL when the user wants to: Start or continue an…
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…