Discover and explore top open-source AI tools and projects—updated daily.
sdyckjq-labAgent skill for continuous knowledge base construction
New!
Top 62.6% on SourcePulse
This project provides a unified system for building personal knowledge bases, leveraging Andrej Karpathy's llm-wiki methodology. It transforms fragmented information into a continuously maintained, interconnected wiki, designed for agents like Claude Code, Codex, and OpenClaw. The primary benefit is enabling agents to construct and manage a persistent knowledge repository, compiled once and updated over time, rather than re-processing raw documents for each query.
How It Works
The skill integrates with various AI agents, allowing them to automatically process and organize diverse information sources into a structured wiki. Its core differentiator lies in a "compile once, maintain continuously" approach. Information is ingested, intelligently routed based on source type (web pages, PDFs, text, social media), and processed using specialized extraction tools. The output is a structured knowledge base featuring entities, topics, and bidirectional links, stored locally as Markdown files compatible with tools like Obsidian.
Quick Start & Requirements
install.sh --platform <platform> (e.g., claude, codex, openclaw). A legacy setup.sh script is available for older Claude installations.uv or npm to be installed.~/.claude/skills/llm-wiki, ~/.codex/skills/llm-wiki, or ~/.openclaw/skills/llm-wiki.platforms/claude/CLAUDE.md), Codex (platforms/codex/AGENTS.md), OpenClaw (platforms/openclaw/README.md).Highlighted Details
[[bidirectional links]].Maintenance & Community
This project integrates and reuses several open-source components, including baoyu-url-to-markdown, youtube-transcript, and wechat-article-to-markdown. No specific details regarding core maintainers, sponsorships, or community channels (like Discord/Slack) are provided in the README.
Licensing & Compatibility
The project is released under the MIT license. This permissive license generally allows for commercial use and integration into closed-source projects without significant restrictions.
Limitations & Caveats
Automatic extraction for certain platforms like X/Twitter and WeChat may fail, necessitating the use of Chrome in debug mode or falling back to manual content pasting. Some sources, such as Xiaohongshu, are currently only supported via manual pasting. The functionality is dependent on the agent's ability to execute shell commands.
4 days ago
Inactive
stanford-oval