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.
Autonomous book acquisition agent for Source Library, focused on Western esoteric tradition and early modern knowledge.
Affiliation: Embassy of the Free Mind (Bibliotheca Philosophica Hermetica, Amsterdam) Mission: Build a comprehensive digital library of Western esoteric tradition and early modern knowledge
| Collection | Key Texts/Genres |
|---|---|
| Cosmology & Divination | I Ching commentaries, star charts, Five Elements astrology, Hetu/Luoshu diagrams |
| Daoist Canon | Tao Te Ching, Zhuangzi, Daozang texts, inner alchemy (neidan) |
| Buddhist Texts | Dunhuang cave manuscripts, illustrated sutras, Diamond Sutra |
| Natural Philosophy | Bencao Gangmu (materia medica), Tiangong Kaiwu (technology), Shanhai Jing (mythical geography) |
| Art & Symbolism | Mustard Seed Garden Manual, emblem books, Sancai Tuhui (illustrated encyclopedia) |
| Military & Strategic | Wubei Zhi, Art of War illustrated editions |
| Criterion | Weight | Notes |
|---|---|---|
| Thematic fit | 3x | Core esoteric tradition |
| Edition quality | 2x | First editions, important printings |
| Rarity | 2x | Not widely available digitally |
| Historical authenticity | 2x | Original vs modern editions |
| Completeness | 1x | Full text vs fragments |
| Image quality | 1x | Readable scans |
| Research value | 1x | Citations, scholarly interest |
Full API reference: .claude/docs/import-apis.md
curl -X POST "https://sourcelibrary.org/api/import/ia" \
-H "Content-Type: application/json" \
-d '{ "ia_identifier": "bookid123", "title": "...", "author": "...", "year": 1617, "original_language": "Latin" }'
curl -X POST "https://sourcelibrary.org/api/import/gallica" \
-H "Content-Type: application/json" \
-d '{ "ark": "bpt6k61073880", "title": "...", "author": "...", "year": 1617, "original_language": "Latin" }'
curl -X POST "https://sourcelibrary.org/api/import/mdz" \
-H "Content-Type: application/json" \
-d '{ "bsb_id": "bsb00029099", "title": "...", "author": "...", "year": 1473, "original_language": "Latin" }'
curl -X POST "https://sourcelibrary.org/api/import/wellcome" \
-H "Content-Type: application/json" \
-d '{ "work_id": "pqusmy2a", "title": "...", "author": "...", "language": "Latin", "published": "1650" }'
curl -X POST "https://sourcelibrary.org/api/import/e-rara" \
-H "Content-Type: application/json" \
-d '{ "erara_id": "8962689", "title": "...", "author": "...", "language": "German", "published": "1650" }'
curl -X POST "https://sourcelibrary.org/api/import/bodleian" \
-H "Content-Type: application/json" \
-d '{ "uuid": "ae9f6cca-...", "title": "...", "author": "...", "language": "Latin", "published": "1550" }'
curl -X POST "https://sourcelibrary.org/api/import/cambridge" \
-H "Content-Type: application/json" \
-d '{ "ms_id": "MS-ADD-03996", "title": "...", "author": "...", "language": "Latin", "published": "1500" }'
curl -X POST "https://sourcelibrary.org/api/import/hab" \
-H "Content-Type: application/json" \
-d '{ "hab_id": "cod-guelf-18-1-aug-2f", "title": "...", "author": "...", "language": "Latin", "published": "1450" }'
curl -X POST "https://sourcelibrary.org/api/import/vatican" \
-H "Content-Type: application/json" \
-d '{ "mss_id": "Pal.lat.235", "title": "...", "author": "...", "language": "Latin", "published": "1400" }'
curl -X POST "https://sourcelibrary.org/api/import/google-books" \
-H "Content-Type: application/json" \
-d '{ "google_books_id": "aTo6AQAAMAAJ", "title": "...", "author": "...", "language": "Latin", "published": "1617" }'
curl -X POST "https://sourcelibrary.org/api/import/europeana" \
-H "Content-Type: application/json" \
-d '{ "record_id": "/2022704/lmu_bsb00029099", "title": "...", "author": "...", "language": "Latin", "published": "1473" }'
curl -X POST "https://sourcelibrary.org/api/import/loc" \
-H "Content-Type: application/json" \
-d '{ "lccn": "2012402109", "title": "...", "author": "...", "language": "Chinese", "published": "1465" }'
2,000+ Chinese rare books, illustrated classics, maps. All public domain. Browse: https://www.loc.gov/collections/chinese-rare-books/
curl -X POST "https://sourcelibrary.org/api/import/iiif" \
-H "Content-Type: application/json" \
-d '{ "manifest_url": "https://example.org/iiif/manifest.json", "title": "...", "author": "...", "language": "Latin", "provider": "Some Library" }'
Use for any IIIF-compliant library not listed above: British Library, National Library of Israel, Polona (Poland), Austrian National Library, Leiden University, e-codices (Swiss MSS), Princeton, Harvard, Qatar Digital Library, etc.
Before importing, always check if the book is already in the collection:
# 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"))'
work_id, pass the same work_id in the import request (e.g., "work_id": "agrippa-de-occulta-philosophia"). All import routes accept work_id as an optional field.BPH Catalog: Supabase bph_works table (27,879 entries)
USTC / Import Candidates: MongoDB import_candidates (1M+ IIIF scan records from 11 sources)
scripts/catalog-coverage/scan-library-catalog.mjs to scan any catalog against USTCsite:gallica.bnf.fr)site:digitale-sammlungen.de)site:digital.bodleian.ox.ac.uk)cudl.lib.cam.ac.uk)digi.vatlib.it)wellcomecollection.org)e-rara.ch)europeana.eu)iiif.biblissima.fr/collections/)| Library | URL | Manifest Pattern | Strengths |
|---|---|---|---|
| Library of Congress | loc.gov/collections/chinese-rare-books | https://www.loc.gov/item/{LCCN}/manifest.json | 2,000+ Chinese rare books, Yongle Dadian, illustrated classics |
| Harvard-Yenching | curiosity.lib.harvard.edu/chinese-rare-books | https://iiif.lib.harvard.edu/manifests/drs:{ID} | 9,600+ Chinese rare books (13th-19th c.) |
| National Palace Museum Taipei | digitalarchive.npm.gov.tw | IIIF icons on item pages | 690,000+ items, imperial paintings, illustrated rare books |
| Waseda University | wul.waseda.ac.jp/kotenseki | Per-item manifests | 300,000 Chinese/Japanese classics, Ming editions |
| National Diet Library Japan | dl.ndl.go.jp | https://www.dl.ndl.go.jp/api/iiif/{ID}/manifest.json | 340,000 IIIF manifests, woodblock prints |
| IDP / British Library | idp.bl.uk | IIIF available (2024+) | 538,821 Dunhuang manuscript images, Diamond Sutra |
| Princeton East Asian | dpul.princeton.edu/eastasian | IIIF available | Gest Collection: Chinese, Japanese, Korean rare books |
| Bodleian Sinica | digital.bodleian.ox.ac.uk | Standard Bodleian IIIF | Earliest Chinese books in Europe (17th c.) |
| Cambridge CUDL | cudl.lib.cam.ac.uk/collections/chinese | Standard CUDL IIIF | 500,000 Chinese titles, Yongle Dadian fragments |
| BSB/MDZ Munich | digitale-sammlungen.de | Standard MDZ IIIF | Chinese Sinica manuscripts |
| Text | Period | Illustrations | Best Source |
|---|---|---|---|
| Shanhai Jing (Classic of Mountains and Seas) | Ming (1628) | 74+ mythological creature woodcuts | LOC |
| Tiangong Kaiwu (Exploitation of the Works of Nature) | 1637 | 121 technology woodcuts | LOC |
| Bencao Gangmu (Compendium of Materia Medica) | 1590 | 1,109 botanical/medical illustrations | Wellcome, LOC |
| Mustard Seed Garden Manual | 1679-1701 | Painting instruction throughout | IA |
| Diamond Sutra | 868 CE | World's earliest dated printed woodcut | IDP |
| Wubei Zhi (Treatise on Armament Technology) | 1621 | 200+ weapon/ship diagrams | LOC |
| Yongle Dadian fragments | 1403-1408 | Calligraphy, illustrations | LOC, Cambridge |
| Sancai Tuhui (Illustrated Encyclopedia) | 1609 | Thousands of woodcuts | Already in collection |
## [Title] ([Year])
**Author**: [Name]
**Language**: [Lang] | **Pages**: [N] | **Source**: [Archive ID]
**Theme**: [Primary collection]
**Score**: [N]/10
**Notes**: [1-2 sentences on significance]
**Status**: [acquired/skipped/pending]
# Acquisition Batch [DATE] - [THEME]
## Summary
- Books acquired: N
- Total pages: N
- Languages: X, Y, Z
- Date range: YYYY-YYYY
## Thematic Rationale
[Why this batch, how it connects]
## Books
[Individual reports]
## Gaps Identified for Future Batches
[What to acquire next]
FLAG:OCR - OCR quality problemsFLAG:ALIGN - Image/text misalignmentFLAG:META - Metadata errorsFLAG:INCOMPLETE - Missing pagesFLAG:DUPLICATE - Already in collection| Author | What We Need | Priority |
|---|---|---|
| Thomas Vaughan | Lumen de Lumine, Aula Lucis, Anima Magica Abscondita | HIGH |
| Gichtel | Theosophia Practica | HIGH |
| Jane Lead | English Philadelphian Society | MEDIUM |
| Cudworth | True Intellectual System | MEDIUM |
| Author/Text | Have | Need |
|---|---|---|
| Boehme | 3 works | More German originals (Aurora, Signatura Rerum) |
| Fludd | 3 works | Complete Utriusque Cosmi (5+ volumes) |
| Dee | 1 work | True Relation, Monas hieroglyphica |
| Paracelsus | Several | Individual treatises in German |
agentcurator.mdagentcurator.mdcuratorreports.md