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 skills add OrgMentem/zotio --skill zotiogit clone --depth 1 https://github.com/OrgMentem/zotioWrote 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/orgmentem/zotio/zotio)<a href="https://agentmods.dev/skills/orgmentem/zotio/zotio"><img src="https://agentmods.dev/badge/skills/orgmentem/zotio/zotio.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.00142 | $0.07280 |
| Opus 5 | $0.00071 | $0.03640 |
| Sonnet 5 | $0.00028 | $0.01456 |
| Haiku 4.5 | $0.00014 | $0.00728 |
Grade A, and why
zotio 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 yesterday.
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 — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.
zotio — Zotero automation CLI
Full command tree: ask the CLI at runtime —
zotio --help,zotio <command> --help, orzotio agent-context --pretty. Installation, auth, and longer usage live inREADME.mdand the docs site.
Prerequisites: Install the CLI
This skill drives the zotio binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first:
- Install via Homebrew (macOS / Linux):
Or download an archive from the releases page and put the binary on yourbrew install orgmentem/tap/zotio$PATH— the binaries are unsigned, butchecksums.txtis Sigstore-signed (checksums.txt.sigstore.json), so verify the archive against it. - Verify:
zotio version - From source:
go build -o zotio ./cmd/zotio, then put the binary on your$PATH.
If zotio version reports "command not found" after install, the install step did not put the binary on $PATH. Do not proceed with skill commands until verification succeeds.
This CLI connects directly to your running Zotero desktop app — reads need no API key. Writes (items create/update/delete/enrich, import apply, vault push) generally require a Zotero Web API key, configured once via auth set-token --stdin; personal-library creates can instead go through the keyless desktop connector. Mutating commands are preview-first: every one plans by default and applies only under --yes. --yes is the user's decision, not yours — an agent previews, reports, and waits. Runs applied through the mutation envelope are recorded to the journal, but vault writes bypass it, and journal undo reverses only losslessly invertible ops (tag and collection membership, plus an items new create) and refuses the rest — so a journal entry is an audit record rather than a guarantee of reversibility. See write safety. It syncs your library to a local SQLite store for offline search and compound queries.
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.
- yesterday Changed · +4 lines bc6dd1e3abe9
- 7d ago First seen · 315 lines · 142 tokens per session scan A 0f7a80c2ff55
zotio is a skill published in the GitHub repository OrgMentem/zotio (2 stars, last pushed today), licensed MIT. It adds 142 tokens to every session and 7,280 once invoked, about $0.0007 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
zotkit
Use when the user wants to add, create, upload/attach, download/fetch, search, tag, look up by item key, export BibTeX for, or organize references (papers, PDFs) in their Zotero library via the zotkit CLI — headless Zotero management through the Web API + WebDAV, no desktop app. Covers task recipes and safety rules.…
hive.pdf
Read, write, merge, split, rotate, watermark, encrypt, and OCR PDF files using Python (pypdf, pdfplumber, reportlab, pypdfium2) and command-line tools (poppler-utils, qpdf). Use when the user asks to extract text/tables/images from a PDF, create or modify a PDF, combine or split PDFs, OCR a scanned PDF…
recipe-bulk-download-folder
List and download all files from a Google Drive folder.
zotero-cli
Read and write a Zotero library from the shell with the zotero-cli command - search papers by keyword or meaning, read PDF full text and page ranges, get and set metadata, manage collections, tags, notes and annotations, add items by DOI/URL/ISBN, and export bibliographies. Use whenever the user asks about their…
cli-anything-wps
A command-line tool that controls WPS Office on Windows, including Writer, Calc, and Impress. It can also build presentations from structured JSON data and export them as PowerPoint and PDF files.
solidworks-engineering-drawing
A SolidWorks skill for creating and reviewing engineering drawings, which are manufacturing documents showing views, measurements, holes, parts lists, and title-block information.