Wiki Ingest

v0.1.0

Ingest new source material into a persistent markdown knowledge wiki. Use when a user adds an article, note, transcript, report, paper, meeting summary, or o...

0· 115·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for teki-ai/wiki-ingest.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Wiki Ingest" (teki-ai/wiki-ingest) from ClawHub.
Skill page: https://clawhub.ai/teki-ai/wiki-ingest
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install wiki-ingest

ClawHub CLI

Package manager switcher

npx clawhub@latest install wiki-ingest
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (ingest content into a markdown/git/Obsidian-style wiki) match the SKILL.md tasks (read source, update pages, index, log, links). There are no unrelated binaries, env vars, or config paths declared.
Instruction Scope
Instructions are limited to reading the provided source and updating wiki markdown files (index.md, log.md, topic pages). The SKILL.md assumes the agent has access to the wiki workspace and source files but does not hardcode any external endpoints or request unrelated system files. Recommend confirming what workspace path the agent will use (not specified) so it does not get access to unrelated files.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk writes and arbitrary code execution risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The actions it describes (reading and writing markdown in a wiki) do not require secrets; this is proportionate.
Persistence & Privilege
always is false and model invocation is not disabled (normal). The skill does not request permanent presence or attempt to modify other skills or system-wide settings.
Assessment
This skill is an instruction-only cookbook for updating a markdown wiki and appears coherent and proportionate. Before installing or enabling it for autonomous runs, confirm (1) which filesystem path will be treated as the wiki root so the agent has access only to the intended files, (2) whether the agent has network or VCS push permissions — if it can push commits or remote repos, consider restricting or auditing those credentials, and (3) run it on a copy of your wiki first so you can review changes (index.md, log.md, and page edits) before committing. There are no declared secrets or external downloads in the skill itself, and no scan findings, so the main operational risk is accidental modification of unintended files rather than malicious behavior.

Like a lobster shell, security has layers — review code before you run it.

knowledge-managementvk975z315j5ewchs94zkgc6yyn184pv1dlatestvk975z315j5ewchs94zkgc6yyn184pv1dmarkdownvk975z315j5ewchs94zkgc6yyn184pv1dobsidianvk975z315j5ewchs94zkgc6yyn184pv1dwikivk975z315j5ewchs94zkgc6yyn184pv1d
115downloads
0stars
1versions
Updated 2w ago
v0.1.0
MIT-0

Wiki Ingest

Ingest 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.

Workflow

  1. Read the source material
  2. Identify core topics, entities, concepts, claims, dates, and open questions
  3. Inspect the relevant wiki pages before creating new ones
  4. Create or update a source summary page if the wiki uses source pages
  5. Update affected topic, concept, entity, and analysis pages
  6. Add or repair internal links
  7. Update index.md
  8. Append a concise ingest entry to log.md
  9. Record contradictions, uncertainty, and follow-up questions explicitly

Page creation rule

Create a new page only when at least one of these is true:

  • the concept or entity is likely to recur
  • the page can become a meaningful link hub
  • the content would make an existing page too broad or noisy

Otherwise, update an existing page.

Source handling

Treat source material as read-only.

Preserve the distinction between:

  • what the source says
  • what the wiki already believes
  • what the current synthesis suggests after combining multiple sources

Do not silently flatten contradictions.

Required outputs

For a normal ingest, produce:

  • a source summary or source page update
  • updates to relevant wiki pages
  • an index.md update
  • a log.md entry
  • a short note on contradictions, ambiguity, or next questions

Quality bar

A good ingest should:

  • increase reuse of knowledge
  • strengthen cross-links
  • reduce future re-reading
  • keep page scope clean
  • avoid speculative overreach

References

Read references/ingest-patterns.md for templates and examples.

Comments

Loading comments...