Agent skill · mvanhorn

pp-zotero-research-library

Your entire Zotero research library, searchable offline — version-based incremental sync into SQLite with full-text search no other Zotero tool has. Trigger phrases: `search my Zotero library`, `what does my library say about`, `find papers about`, `sync my Zotero library`, `what did I add to Zotero this week`, `get the citation for`, `use zotero-research-library`, `run zotero cli`.

What it needs

About 10k tokens when loaded.

What this skill does

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/productivity/zotero-research-library/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". --> Zotero — Printing Press CLI Prerequisites: Install the CLI This skill drives the zotero-research-library-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: zotero-research-library-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.5 or newer). This installs into $GOPATH/bin (default $HOME/go/bin), so add that directory to $PATH instead: If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. zotero-research-library-pp-cli mirrors your library into a local SQLite cache using the API's version cursors, then answers research-grounding questions offline: ranked full-text search with snippets, collection trees, recent-additions triage, and Better BibTeX citekey lookups. What the Web API meters at 100 items a page, your cache answers in milliseconds. When to Use This CLI Use this CLI whenever a task needs the user's own research library: grounding answers in their curated corpus, finding citations, browsing collections, or exporting BibTeX. …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/pp-zotero-research-library

View the source on GitHub

Browse the @skills marketplace