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 instructions/oldantique/zotkit/agents-mdgit clone --depth 1 https://github.com/oldantique/zotkitWhat 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 | $0.01217 | $0.01217 |
| Opus 5 | $0.00609 | $0.00609 |
| Sonnet 5 | $0.00243 | $0.00243 |
| Haiku 4.5 | $0.00122 | $0.00122 |
Grade A, and why
zotkit AGENTS.md 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 2d 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 — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Instructions for AI agents
You (an AI agent) were likely given this repo because your user wants you to manage their Zotero library with zotkit. Here is exactly how to proceed. (Developing zotkit itself instead? Read CLAUDE.md, not this file.)
1. Install
pipx install zotkit # or: uv tool install zotkit / pip install zotkit
Requires Python 3.11+. Works on macOS, Windows, Linux — no Zotero desktop app needed.
2. Configure (interactive — involve the user)
Create the credentials file from .env.example at ./.env,
~/.config/zotkit/env, or $ZOTKIT_ENV:
- Ask the user to create an API key (with write access) at https://www.zotero.org/settings/keys and tell you the key + the numeric userID shown on that page.
- If they sync attachment files via WebDAV, ask them to open the Zotero desktop app →
Settings → Sync → File Syncing and read you the WebDAV URL/username/password;
append
/zotero/to the URL. (If they use Zotero Storage, skip theWEBDAV_*lines entirely —attach/fetchautomatically use Zotero Storage instead.) - Never print, cat, echo, or commit the .env or any credential.
After writing the .env, run zotkit doctor — it validates config, API access, and
attachment storage, and says what to fix. Don't proceed until it prints "all good".
Optionally set up tag conventions from conventions.example.toml — do this WITH the user; read docs/organizing-with-agents.md first for the design principles (shallow single-axis collections, namespaced facet tags).
If the user asks you to clean up or reorganize their library — whether it's a mess or already organized — docs/organizing-with-agents.md is the complete playbook: design principles, the backup → read-only proposals → reviewed serial writes loop, and the audit checklist for second passes.
3. Operate
Full task recipes live in skills/zotkit/SKILL.md — if your
harness supports skills, install it (cp -r skills/zotkit ~/.claude/skills/); otherwise
just read it. Quick reference:
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.
- 2d ago First seen · 89 lines · 1,217 tokens per session scan A e0e6604474c4
zotkit AGENTS.md is an instructions file published in the GitHub repository oldantique/zotkit (23 stars, last pushed 17d ago), licensed MIT. It adds 1,217 tokens to every session, about $0.0061 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 instructions, from other repositories
zotio AGENTS.md
Instructions for OrgMentem/zotio, covering zotio agents guide, local operating contract, dependency updates, zotero api surface and mcp surface.
obscura AGENTS.md
Instructions for h4ckf0r0day/obscura, covering agents.md, build, rendering and stealth, no rendering, with rustls or stealth and test.
ark CLAUDE.md
Claude Code instructions for chakra-ui/ark, covering ark ui - claude development guide, documentation structure, quick start, common commands and install dependencies.
serve-sim AGENTS.md
Instructions for EvanBacon/serve-sim, covering native build notes, e2e testing with agent-browser and e2e testing via the serve-sim cli.
weaverse AGENTS.md
Instructions for Weaverse/weaverse, covering agents.md - weaverse sdks development guide, project overview, quick reference, single package commands and monorepo architecture.
AI-Powered-Literature-Review-Skills AGENTS.md
Instructions for stephenlzc/AI-Powered-Literature-Review-Skills, covering agents.md - literature reviewer skill, 项目概述, 核心特性, 技术栈 and 项目结构.