librarium
Multi-provider deep research with cited, evidence-aware answers
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Librarium?โผ
Run `npx skills add jkudish/librarium --all -g -y` in your terminal to install the skill globally. It requires Node.js 22.12 or newer and the Librarium 2.x CLI.
What does Librarium do?โผ
It sends one research question to many search and answer providers at once, then combines the results into a single cited answer. Every result keeps its source and provenance so you can judge how reliable it is.
How to run deep research with Librarium?โผ
Run `librarium run "your question" --group deep` to launch long-running research profiles, then use `librarium status --wait --retrieve` to collect the finished reports.
Can Librarium check AI answer engine visibility?โผ
Yes. The `visibility` workflow compares how ChatGPT, Gemini, Perplexity, and other consumer surfaces answer a query against first-party API baselines.
Does Librarium work with Claude and other agents?โผ
Yes. It ships a SKILL.md and an MCP server (`librarium mcp`), so agents like Claude Code can run research, check async jobs, and fetch results directly.
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