Install
openclaw skills install @teki-ai/wiki-ingestIngest new source material into a persistent markdown knowledge wiki. Use when a user adds an article, note, transcript, report, paper, meeting summary, or other source and wants the agent to summarize it, extract entities and concepts, update existing wiki pages, create justified new pages, repair cross-links, update index and log files, and record contradictions or open questions. Best for Obsidian-friendly, plain markdown, or git-backed wikis that are maintained incrementally over time.
openclaw skills install @teki-ai/wiki-ingestIngest one source into an existing markdown knowledge wiki without turning the wiki into a junk drawer. Read the source, identify durable knowledge, update the right existing pages, and create new pages only when they are clearly warranted.
index.mdlog.mdCreate a new page only when at least one of these is true:
Otherwise, update an existing page.
Treat source material as read-only.
Preserve the distinction between:
Do not silently flatten contradictions.
For a normal ingest, produce:
index.md updatelog.md entryA good ingest should:
Read references/ingest-patterns.md for templates and examples.