⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
v1.1.0
wiki-ingest
@hal-9909⭐ 1 stars
Ingest articles, docs, notes, and web pages into your local LLM-WikiMind knowledge base (Karpathy's LLM Wiki pattern). Triggers: add to knowledge base, ingest, save to wiki, write to wiki, store this, wiki_ingest, 加到知识库, 写入知识库.
—/10
// RATINGS
// README
wiki-ingest
A CatDesk / OpenClaw skill for ingesting content into your WikiMind knowledge base.
English | 中文
Part of the WikiMind ecosystem — a production implementation of Karpathy's LLM Wiki pattern.
What it does
Say "add this to my knowledge base" and the AI will:
- Read your wiki's schema to understand the domain structure
- Classify the content (
concept/entity/comparison/source-summary) - Write a properly formatted Markdown page with frontmatter
- Update the BM25 search index
- Log the operation
Next time you ask about that topic, your AI searches your wiki first — before going to the web.
Prerequisites
- WikiMind installed and configured
wiki-kbMCP server registered in CatDesk/OpenClawqmdinstalled:pip3 install qmd
Install
# Via ClawHub
npx clawhub@latest install wikimind-ingest
# Manual
cp SKILL.md ~/.catpaw/skills/wiki-ingest/SKILL.md
Trigger phrases
| Language | Phrases |
|---|---|
| English | add to knowledge base, ingest this, save to wiki, store this note, wiki_ingest |
| Chinese | 加到知识库, 写入知识库, 保存到 wiki, 记录到知识库, 把这个存起来 |
Related
- WikiMind — the knowledge base system this skill writes to
- Karpathy's LLM Wiki Gist — the original methodology
License
MIT
// HOW IT'S BUILT
KEY FILES
SKILL.mdREADME.md
// REPO STATS
1 stars