CLI Reference¶
ScholarAIO is designed to work best through an AI coding agent, but the CLI remains useful for scripting, inspection, and quick queries.
The authoritative source is always:
scholaraio --help
scholaraio <command> --help
The command groups below are aligned with the current codebase.
Core Commands¶
scholaraio index
scholaraio search
scholaraio search-author
scholaraio show
scholaraio embed
scholaraio vsearch
scholaraio usearch
scholaraio fsearch
scholaraio top-cited
searchperforms keyword search.vsearchperforms semantic vector search.usearchperforms fused keyword + semantic retrieval.fsearchsearches across the main library, proceedings, explore databases, and arXiv.showsupports layered reading from metadata to full text.
Ingest And Enrich¶
scholaraio pipeline [preset]
scholaraio enrich-toc
scholaraio enrich-l3
scholaraio backfill-abstract
scholaraio refetch
scholaraio translate
scholaraio attach-pdf
pipelineis the main composable ingest entrypoint.- Current preset values are
full,ingest,enrich, andreindex. - Run
scholaraio pipeline --helpfor pipeline options such as--steps,--dry-run,--no-api, and--rebuild.
Graph, Topics, And Explore¶
scholaraio refs
scholaraio citing
scholaraio shared-refs
scholaraio topics
scholaraio explore
- Use
refs,citing, andshared-refsfor citation-graph analysis. - Use
topicsfor BERTopic-based topic modeling and exploration. - Use
explorefor OpenAlex-backed literature exploration outside the main library.
Import, Export, And Workspaces¶
scholaraio import-endnote
scholaraio import-zotero
scholaraio export
scholaraio ws
import-endnoteandimport-zoterobring existing libraries into ScholarAIO.exporthandles BibTeX, RIS, Markdown, and DOCX export.wsmanages paper subsets for focused projects and writing workflows.
Scientific Runtime And Documents¶
scholaraio toolref
scholaraio arxiv
scholaraio document
scholaraio style
toolrefprovides versioned scientific tool documentation lookup.- Current
toolrefsubcommands arefetch,show,search,list, anduse. arxivsupports arXiv search and PDF fetch.documentprovides Office-document utilities such as inspection.stylemanages citation styles.
Audit, Setup, And Runtime Inspection¶
scholaraio audit
scholaraio repair
scholaraio rename
scholaraio setup
scholaraio insights
scholaraio metrics
scholaraio proceedings
scholaraio citation-check
setupis the environment check and setup wizard entrypoint.insightsanalyzes research behavior such as hot keywords and reading trends.metricsshows LLM token and runtime usage.proceedingsprovides dedicated proceedings helpers.citation-checkverifies whether citations in text are backed by the local library.
Recommended Pattern¶
Use the agent for the full workflow, and fall back to CLI commands when you want:
- fast scripted access
- a precise diagnostic check
- direct inspection of intermediate results
- reproducible command-line automation