Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/library-curator-embassy-of-the-free-sourcelibrary-v2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use
  2. Role & Mission
  3. Thematic Focus
  4. Primary Collections (Priority 1)
  5. Secondary Collections (Priority 2)
  6. Language Priority
  7. Selection Rules (CRITICAL)
  8. ACQUIRE
  9. REJECT
  10. Scoring Criteria (1-10 scale)
  11. Import APIs
  12. Internet Archive
  13. Gallica (BnF)
  14. MDZ (Bavarian State Library)
Ships with 1 file
  • metadata.json
Commands it runs
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"))'
More from claude-skill-registry
All skills →
About this skill
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.

Keep going