Install
openclaw skills install neckr0ik-anne-libraryAutomate downloading and DOI extraction for academic books and articles from multiple library databases with institutional login support.
openclaw skills install neckr0ik-anne-libraryDownload books, articles, and DOIs from academic libraries with full automation.
# Install dependencies
pip install playwright requests beautifulsoup4
# Install browser for Playwright
playwright install chromium
# Download a book by title/author
anne-download --book "Essential Biological Psychology" --author "Martin, G. Neil"
# Download by DOI
anne-download --doi "10.1037/0000092-000"
# Download by URL
anne-download --url "https://library.capella.edu/..."
# Batch download from list
anne-download --list ~/Downloads/my_reading_list.txt
Set up library credentials:
# For Capella library
export ANNE_LIBRARY_URL="https://capella.alma.exlibrisgroup.com"
export ANNE_LIBRARY_USER="your_username"
export ANNE_LIBRARY_PASS="your_password"
scripts/download.py — Main download scriptscripts/auth.py — Authentication handlersscripts/doi_extractor.py — DOI extractionreferences/config.json — Library configurationsSkill created: March 8, 2026