llm-wiki-plugin
Build a searchable, self-updating personal knowledge wiki
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install llm-wiki-plugin?โผ
Run `npx skills add praneybehl/llm-wiki-plugin --all -g -y` in your terminal to install the skill globally for your agent.
What does LLM Wiki do?โผ
It compiles your PDFs, articles, and notes into a linked Markdown wiki that your agent can search and answer questions from, with citations back to the original sources.
Which agents work with LLM Wiki?โผ
It works with Claude Code, Codex, Cursor, Gemini CLI, OpenCode, OpenClaw, Pi, and OMP through the standard agentskills.io format.
Does LLM Wiki need an API key or cloud service?โผ
No. Semantic search runs fully on-device with a local embedding model and sqlite-vec, so no API keys or hosted vector databases are required.
Can I use LLM Wiki without coding experience?โผ
Yes. After installation you just ask in plain English, like "add this paper to my wiki" or "what does my wiki say about X", and the agent handles the rest.
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