curator

curator is a skill for Claude Code from Embassy-of-the-Free-Mind/sourcelibrary-v2. It costs 36 tokens per session (4,752 once invoked), scanned C, original, AGPL-3.0.

An autonomous workflow for finding historical texts in digital archives, assessing them, importing them, and assigning them to Source Library collections.

In plain words
What is it for?
Use it to discover, evaluate, and import historical books or manuscripts and place them in collections.
Why use it?
It organizes the research and acquisition work involved in growing a historical-text library.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to discover, evaluate, and import historical books or manuscripts and place them in collections.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/embassy-of-the-free-mind/sourcelibrary-v2/curator
Install

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.

Any agent
npx skills add Embassy-of-the-Free-Mind/sourcelibrary-v2 --skill curator
Clone the repo
git clone --depth 1 https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2

Made for: Claude Code.

Wrote 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.

agentmods badge for curator

README.md
[![agentmods](https://agentmods.dev/badge/skills/embassy-of-the-free-mind/sourcelibrary-v2/curator/github.svg)](https://agentmods.dev/skills/embassy-of-the-free-mind/sourcelibrary-v2/curator)
Your own site
<a href="https://agentmods.dev/skills/embassy-of-the-free-mind/sourcelibrary-v2/curator"><img src="https://agentmods.dev/badge/skills/embassy-of-the-free-mind/sourcelibrary-v2/curator/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.

agentmods 80×15 button for curator

Your own site · 80×15
<a href="https://agentmods.dev/skills/embassy-of-the-free-mind/sourcelibrary-v2/curator"><img src="https://agentmods.dev/badge/skills/embassy-of-the-free-mind/sourcelibrary-v2/curator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,752 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.04752
Opus 5 $0.00018 $0.02376
Sonnet 5 $0.00007 $0.00950
Haiku 4.5 $0.00004 $0.00475

Measured 8d ago against content hash 8f2b289e3f51, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade C, and why

curator scanned grade C with 2 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

curl -s "https://sourcelibrary.org/api/collections" | python3 -c "import sys,json; [print(c['slug'], '—', c['name']) for c in json.load(sys.stdin)['collections']]"

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. Search existing collection: `curl -s "https://sourcelibrary.org/api/search?q=AUTHOR&limit=20"`
.claude/skills/curator/SKILL.md · 382 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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.

Changes

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.

  1. 8d ago Changed · +6 lines 8f2b289e3f51
  2. 12d ago First seen · 376 lines · 36 tokens per session scan C 953faf1c315b

Subscribe to this mod's changes

curator is a skill published in the GitHub repository Embassy-of-the-Free-Mind/sourcelibrary-v2 (17 stars, last pushed today), licensed AGPL-3.0. It adds 36 tokens to every session and 4,752 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

paddleocr-doc-parsing

A document-parsing tool configuration for extracting structured Markdown or JSON from complex PDFs and document images, including tables, formulas, charts, and multi-column pages.

PaddlePaddle/PaddleOCR · 140 tokens

paddleocr-text-recognition

An optical character recognition tool configuration for extracting text from images, photos, scans, screenshots, and scanned PDFs. OCR means converting text visible in an image into machine-readable text.

PaddlePaddle/PaddleOCR · 125 tokens

ade

Parse documents and extract schema-shaped data with the ADE (Agentic Document Extraction) v2 APIs through the ade CLI. A local job-item store makes every run idempotent, resumable, and citable — repeat runs are free, interrupted runs resume, and every answer can cite element ids with visual evidence.

landing-ai/ade-cli · 65 tokens

sharing-results

The user wants to share or hand off what was found in a video — "send this analysis to my team", "make a page I can share", "export the findings", "give me something I can attach to the ticket". Use this to render a self-contained offline HTML viewer page with the frames, transcript, and every cached answer with its…

oxbshw/watch-skill · 75 tokens

fastgpt-docker-deploy

FastGPT Docker Compose self-hosting deployment workflow. Use when a user asks an AI agent to deploy FastGPT with Docker by referencing /deploy/SKILL.md, including creating an empty fastgpt directory, running the install script in non-interactive mode, starting Docker Compose, monitoring service health, troubleshooting…

labring/FastGPT · 84 tokens

spreadsheet-agent

Authoring playbook for building agents that read or write tabular data — Google Sheets, Microsoft Excel, CSV, Airtable, Notion databases, or any spreadsheet. Use this when the user wants an agent that updates rows, reads cells, computes totals, generates reports from sheets, syncs data between spreadsheets, or…

mastra-ai/mastra · 81 tokens