Back to Skills

wiki-digest

Generate a periodic knowledge digest — a human-readable newsletter-style summary of what was learned, updated, and connected in your wiki over a specified period (day/week/month). Use when the user says "what did I learn this week", "give me a digest", "weekly summary", "knowledge report", "what's new in my wiki", "/wiki-digest [period]", "summarize my recent learning", or wants a readable overview of recent wiki activity. Distinct from wiki-status (which reports ingestion delta of sources) — wi

3,032stars306forksUpdated 7/28/2026

Security Assessment

Safe(96/100)
Security Score96/100

About wiki-digest

Wiki Digest generates a periodic, newsletter-style summary of recent activity in an Obsidian knowledge vault: what was learned, what was updated, which themes are emerging, and what is worth revisiting. It solves the problem of losing track of accumulated knowledge by producing a human-readable weekly-review-style report focused on knowledge rather than raw ingestion status, distinguishing itself from a companion wiki-status skill that reports source deltas.

The workflow is fully read-and-summarize. It resolves vault configuration (via a config-resolution protocol that can walk up from the working directory to a .env or a per-user config file), parses the requested period (day, week, month, an ISO date, or an explicit number of days), then globs the vault's markdown files while skipping system files and archives. It classifies pages as new, updated, or unchanged from frontmatter dates, tallies theme frequency from tags, flags new vocabulary missing from the taxonomy, finds notable cross-category wikilink connections and ranks them by interestingness, surfaces open threads such as drafts and ambiguous claims, and recommends foundational pages worth re-reading. The output is a structured, scannable markdown report with headlines, new-knowledge tables, emerging themes, and key connections.

It targets Obsidian users — researchers, students, and knowledge workers — who maintain an LLM-assisted wiki and want a regular readable overview of their recent learning. It is a documentation-and-reporting helper that only reads local vault files and writes a summary; it does not modify vault content or reach external services.

FAQ

How do I trigger a digest?

By asking things like 'what did I learn this week', 'give me a digest', 'weekly summary', 'knowledge report', or running /wiki-digest with a period.

What periods can it summarize?

Daily or today or yesterday (24 hours), weekly or the default (7 days), monthly (30 days), a since-date in ISO form, or an explicit number of days such as last 14 days.

What does it need to run?

A configured Obsidian vault path resolved through the shared config protocol, and vault pages with created and updated frontmatter dates so it can classify new versus updated pages.

How is it different from wiki-status?

Wiki-status reports the ingestion delta of sources, while wiki-digest summarizes knowledge itself — what was learned, connected, and is worth reviewing.

Does it change my notes?

No. It reads vault files, logs, and metadata and produces a markdown summary report; it does not modify or delete pages.

Install wiki-digest

Download and extract the skill files to your .claude/skills/ directory.

Quick Setup:

  1. Copy the skill folder to .claude/skills/
  2. Claude will automatically detect and use the skill