litdb
Searchable local database for scientific papers and documents
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install litdb?▼
Run `npx skills add jkitchin/litdb --all -g -y` in your terminal to install this skill globally.
How to search scientific papers with litdb?▼
Use `litdb vsearch "your topic"` for semantic search or `litdb fulltext "keywords"` for exact keyword matching across your entire database.
Can litdb index my local PDF files?▼
Yes. Run `litdb index ~/Documents/papers/` to index PDFs, DOCX, notebooks, and other files so they become searchable alongside online literature.
Does litdb work with Claude Desktop?▼
Yes. Run `litdb install mcp-server` to give Claude Desktop direct access to your literature database through the MCP integration.
Can litdb export citations and BibTeX?▼
Yes. Use `litdb bibtex DOI` for BibTeX entries or `litdb citation DOI` for formatted citations, and pipe search results to export whole reference lists.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides