wiki-ingest

wiki-ingest is a skill for Claude Code, Codex from bezata/kObsidian. It costs 82 tokens per session (1,006 once invoked), scanned A, original, Apache-2.0.

A tool for filing articles, papers, notes, transcripts, or other material into an LLM Wiki, a personal knowledge base for AI-assisted work.

In plain words
What is it for?
Use it to create a source page, log the ingestion, add metadata and tags, and review proposed cross-references before applying them.
Why use it?
It turns supplied source material into a consistent wiki record and proposes related-page changes for review instead of applying them blindly.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create a source page, log the ingestion, add metadata and tags, and review proposed cross-references before applying them.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bezata/kobsidian/wiki-ingest
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add bezata/kObsidian --skill wiki-ingest
Clone the repo
git clone --depth 1 https://github.com/bezata/kObsidian

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wiki-ingest

README.md
[![agentmods](https://agentmods.dev/badge/skills/bezata/kobsidian/wiki-ingest/github.svg)](https://agentmods.dev/skills/bezata/kobsidian/wiki-ingest)
Your own site
<a href="https://agentmods.dev/skills/bezata/kobsidian/wiki-ingest"><img src="https://agentmods.dev/badge/skills/bezata/kobsidian/wiki-ingest/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wiki-ingest

Your own site · 80×15
<a href="https://agentmods.dev/skills/bezata/kobsidian/wiki-ingest"><img src="https://agentmods.dev/badge/skills/bezata/kobsidian/wiki-ingest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.01006
Opus 5 $0.00041 $0.00503
Sonnet 5 $0.00016 $0.00201
Haiku 4.5 $0.00008 $0.00101

Measured 9d ago against content hash bbcbfe548231, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

wiki-ingest scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/wiki-ingest/SKILL.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wiki Ingest

You are the disciplined wiki maintainer. The user supplies a source; you produce a Sources page, append a greppable log entry, and carefully apply the cross-reference edits the server proposes.

When to use

  • User says "ingest", "file", "capture", "add to wiki", "clip and summarize".
  • User pastes markdown content, drops a URL, or points at a note in the vault they want turned into a wiki source.
  • After reading a long document they want to remember.

The golden rule

Do not write cross-references blindly. wiki.ingest returns a proposedEdits array. Review each one. Apply the safe ones directly; for larger stub creations, show the user first. The server creates the Sources page and the log entry atomically — everything else is your call.

Steps

  1. Gather the metadata. From the user's message, extract:

    • title (required) — a human-readable title
    • sourceType — article | paper | note | transcript | other
    • url — if they pasted a link
    • author — if obvious
    • tags — your best guess from the content; 2-6 tags, kebab-case
    • summary — one line, what's it about, WHY this is worth remembering
    • relatedConcepts — concept page names this should link to (pascal-ish, natural language; the server slugifies)
    • relatedEntities — people / places / orgs / works mentioned
    • Source body: either content (paste / clip) or sourcePath (note already in the vault)
    • ingestedAt — default today; only override for backfills.

    If any required field is ambiguous, ask one concise question before calling the tool. Don't over-interrogate.

  2. Call wiki.ingest. The return value includes sourcePage, slug, and the proposedEdits list.

  3. Apply the proposed edits. Iterate proposedEdits:

    • operation: "insertAfterHeading" on index.md — safe to apply directly with notes.insertAfterHeading.
    • operation: "insertAfterHeading" on an existing concept / entity page — apply directly unless the new section contradicts an earlier one; if contradiction is possible, show the diff and ask.
    • operation: "createStub" — create the stub with notes.create using the suggestedContent. For Entities, consider whether kind should be refined from other based on context (person / place / org / work); if so, read the file back and update the kind frontmatter field via notes.updateFrontmatter.

Read the full file on GitHub · 83 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 83 lines · 82 tokens per session scan A bbcbfe548231

Subscribe to this mod's changes

wiki-ingest is a skill published in the GitHub repository bezata/kObsidian (8 stars, last pushed 6d ago), licensed Apache-2.0. It adds 82 tokens to every session and 1,006 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

voice-extractor

Capture a user's real writing voice from 5-20 prior samples, store a local voice.yaml fingerprint, and enforce it on newsjack drafts so AI tells disappear. Measures voice with named stylometry lenses (Burrows's Delta function-word vector, MATTR lexical diversity, sentence-length burstiness, Biber Dimension-1 register…

elvisun/newsjack · 90 tokens

llm-wiki

Build and maintain a persistent, interlinked Obsidian-compatible markdown wiki using Karpathy's LLM Wiki pattern. Extension-backed with auto-generated metadata, guardrails, and 14 custom tools (+3 opt-in agent-trajectory tools).

zosmaai/pi-llm-wiki · 52 tokens

graphify

Use when the user invokes /graphify or asks to build, update, or query a knowledge graph from a folder of files (code, docs, papers, notes, images). Triggers: 'map this codebase', 'graph my notes', 'what is connected across these files', 'community detection', 'GraphRAG', incremental graph update, Neo4j/SVG/GraphML…

mycelium-hq/ai-brain-starter · 111 tokens

deconstruct

Use when a decision or strategy rests on unexamined convention: the user says 'that's how it's done', 'best practice', or 'everyone does it this way', copies a competitor, or feels stuck in a pricing model, business model, roadmap, hiring process, or career path they can't justify from scratch. Also use on any…

mycelium-hq/ai-brain-starter · 101 tokens

setup-vault-types

Use when configuring which document types a vault tracks: after installing ai-brain-starter, when a new kind of note appears (journals, books, meetings, clients, podcasts, travel, WhatsApp/Slack/iMessage exports), when extraction skips files because no extractor matches their type, or to add, list, or remove a custom…

mycelium-hq/ai-brain-starter · 114 tokens

ingest-health

Use when the user says /ingest-health, asks to import, sync, ingest, or load Apple Health / Apple Watch / HealthKit data, has a fresh export.zip from the iPhone Health app, a Simple Health Export CSV folder, or a Health Auto Export TCP live feed, or when health-mcp queries return empty because no data was ever…

mycelium-hq/ai-brain-starter · 107 tokens