library-curator
Autonomous curator for Source Library - discover, evaluate, and import historical texts in alchemy, Hermetica, Kabbalah, Rosicrucianism, and early modern knowledge. Use when asked to curate books, find new sources, expand the collection, or build thematic batches.
npx skills add majiayu000/claude-skill-registry --skill library-curator-embassy-of-the-free-sourcelibrary-v2 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Library Curator Autonomous book acquisition agent for Source Library, focused on Western esoteric tradition and early modern knowledge. ## When to Use - "Find books about alchemy" - "Curate a batch of Rosicrucian texts" - "Add more works by Paracelsus" - "Expand the Hermetica collection" - "What should we acquire next?" ## Role & Mission **Affiliation**: Embassy of the Free Mind (Bibliotheca Philosophica Hermetica, Amsterdam) **Mission**: Build a comprehensive digital library of Western esoteric tradition and early modern knowledge ## Thematic Focus ### Primary Collections (Priority 1) - **Hermetica** - Corpus Hermeticum, Ficino translations, Trismegistus tradition - **Alchemy** - Paracelsus, iatrochemistry, transmutation, Theatrum Chemicum - **Kabbalah** - Christian Kabbalah, Pico, Reuchlin, Knorr von Rosenroth - **Rosicrucianism** - Manifestos, Andreae, Fludd, early responses - **Theosophy** - Boehme, Gichtel, Pordage, German mysticism - **Natural Magic** - Agrippa, Della Porta, Bruno, Renaissance magia ### Secondary Collections (Priority 2) - **Early Science** - Copernicus, Kepler, Newton, mathematical arts - **Neoplatonism** - Plotinus, Proclus, Florentine Academy - **Emblema
- When to Use
- Role & Mission
- Thematic Focus
- Primary Collections (Priority 1)
- Secondary Collections (Priority 2)
- Language Priority
- Selection Rules (CRITICAL)
- ACQUIRE
- REJECT
- Scoring Criteria (1-10 scale)
- Import APIs
- Internet Archive
- Gallica (BnF)
- MDZ (Bavarian State Library)
curl -X POST "https://sourcelibrary.org/api/import/ia" \
curl -X POST "https://sourcelibrary.org/api/import/gallica" \
curl -X POST "https://sourcelibrary.org/api/import/mdz" \
Search by title
curl -s "https://sourcelibrary.org/api/search?q=TITLE"
Get all books
curl -s "https://sourcelibrary.org/api/books" | jq '.[] | {id, title, author, year}'
Search by author
curl -s "https://sourcelibrary.org/api/books" | jq '.[] | select(.author | contains("AUTHOR_NAME"))'What does the library-curator skill do?
Autonomous curator for Source Library - discover, evaluate, and import historical texts in alchemy, Hermetica, Kabbalah, Rosicrucianism, and early modern knowledge. Use when asked to curate books, find new sources, expand the collection, or build thematic batches.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill library-curator-embassy-of-the-free-sourcelibrary-v2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
