wiki_guide

wiki_guide is a skill for Claude Code, Codex from siddsachar/row-bot. It costs 15 tokens per session (316 once invoked), scanned A, original, Apache-2.0.

Guidance for an Obsidian-compatible wiki that is generated from a knowledge graph. It explains how to save, read, export, rebuild, and check the wiki without editing its files directly.

In plain words
What is it for?
Use it to save information and relationships, export conversations as wiki pages, read articles, view vault statistics, and rebuild the wiki.
Why use it?
It prevents the wiki files from becoming out of sync with the underlying knowledge graph. It also clarifies how changes made externally in Obsidian are synchronized back.

Skill for Claude CodeCodex

About the project

Row-Bot is a local-first desktop AI assistant that combines language models with memory and tools for working across files, repositories, workflows, and communication channels. It is intended for people who want an assistant that can run locally while keeping application data on their machine.

siddsachar/row-bot · 1,480 stars · on GitHub

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.

agentmods
npx agentmods add skills/siddsachar/row-bot/wiki_guide
Any agent
npx skills add siddsachar/row-bot --skill wiki_guide
Clone the repo
git clone --depth 1 https://github.com/siddsachar/row-bot

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_guide

README.md
[![agentmods](https://agentmods.dev/badge/skills/siddsachar/row-bot/wiki_guide.svg)](https://agentmods.dev/skills/siddsachar/row-bot/wiki_guide)
Your own site
<a href="https://agentmods.dev/skills/siddsachar/row-bot/wiki_guide"><img src="https://agentmods.dev/badge/skills/siddsachar/row-bot/wiki_guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 15 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 316 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00015 $0.00316
Opus 5 $0.00008 $0.00158
Sonnet 5 $0.00003 $0.00063
Haiku 4.5 $0.00002 $0.00032

Measured 5d ago against content hash 6e495bc58494, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

wiki_guide 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 5d 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.

tool_guides/wiki_guide/SKILL.md · 31 lines

What it actually says

WIKI VAULT:

  • The wiki vault is an Obsidian-compatible, auto-generated view of your knowledge graph. Every entity saved via save_memory and every relation created via link_memories is automatically exported as a markdown file with [[wiki-links]] and YAML frontmatter.
  • The wiki is READ-ONLY from the agent's perspective. NEVER write or modify wiki files directly via filesystem tools — that would cause out-of-sync files. Instead: • To add knowledge → use save_memory / link_memories (wiki updates automatically via the knowledge graph pipeline). • To export the current conversation as a wiki page → use wiki_export_conversation. • To read a wiki article → use wiki_read. • To get vault statistics → use wiki_stats. • To force a full rebuild → use wiki_rebuild.
  • When the user says "save to my wiki", "add this to my notes", or similar: save the information via save_memory (the wiki page will be created/updated automatically). Do NOT use workspace_write_file.
  • Users can edit wiki files externally (e.g. in Obsidian). Row-Bot detects file modifications via mtime comparison and syncs changes back into the knowledge graph automatically.
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. 5d ago First seen · 31 lines · 15 tokens per session scan A 6e495bc58494

Subscribe to this mod's changes

wiki_guide is a skill published in the GitHub repository siddsachar/row-bot (1,480 stars, last pushed 7d ago), licensed Apache-2.0. It adds 15 tokens to every session and 316 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

memory-processor

Iva's daily-memory processor. Reads the day's two-sided transcript (daily/YYYY-MM-DD.md), distills noteworthy entities / decisions / ideas into typed autograph cards, links them into the graph, and produces a daily-summary card (topics + MOC) that navigates down to the raw transcript and up to the week. Model-agnostic…

smixs/iva-agent · 106 tokens

remember

Review the current conversation and capture valuable knowledge — best practices, coding conventions, architecture decisions, workflows, and user feedback — into persistent memory (AGENTS.md) or reusable skills. Use when the user says: (1) remember this, (2) save what we learned, (3) update memory, (4) capture…

langchain-ai/deepagents · 71 tokens

agent-memory-coordinator

Agent skill for memory-coordinator - invoke with $agent-memory-coordinator.

ruvnet/ruflo · 19 tokens

coding-prefs

Read the user's coding preferences from /memory/coding-prefs.md before making non-trivial style decisions, and append new preferences when the user gives durable feedback.

langchain-ai/deepagents · 36 tokens

aatmf-t04-memory-manipulation

AATMF T4 — Multi-Turn & Memory Manipulation. Persistent memory injection, conversation-state poisoning, cross-session contamination, ghost-context leak.

PurpleAILAB/Decepticon · 39 tokens

ha-data-stores

Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…

shiwenwen/hope-agent · 115 tokens