📝
WritingTypeScript

Wiki Save

by zhuzhaoyun

Wiki Save is a Writing skill for Claude Code, published by zhuzhaoyun in Molio.

241 stars35 forkson zhuzhaoyun/MolioAdded 2026/09/02+1% in starsRepository updated 2026/09/02
claude-codeknowledge-managementllmwikilocal-firstobsidianweb-clipperwechat-bot
Install in seconds
Install Wiki Save
Copy Wiki Save into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/zhuzhaoyun/Molio/tree/main/apps/daemon/src/tools/skills/wiki-save ~/.claude/skills/wiki-save

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/zhuzhaoyun/Molio.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
apps/daemon/src/tools/skills/wiki-save/SKILL.md in zhuzhaoyun/Molio
Installs to
~/.claude/skills/wiki-save
Collection
One of 8 skills cataloged from this repository
Category
Writing1060 skills

What Wiki Save does

Wiki Save archives valuable dialogue into wiki pages with full frontmatter and cross-links. Use it when a conversation contains concepts, comparisons, questions, sessions, or entities worth keeping.

Wiki Save is cataloged under Writing on DirSkills. Wiki Save comes from a repository tagged claude-code, knowledge-management, llmwiki, local-first and obsidian.

Documentation

README

wiki-save: 归档对话为 wiki 页面

将当前对话中有价值的内容归档为 wiki 页面,使知识持续积累。

核心原则

  • 源文件不可变:只能读取源文件,绝对不能修改或删除。
  • 价值筛选:不是所有对话都值得归档,只保存有长期参考价值的内容。
  • 密集交叉链接:归档页面要大量链接到已有 wiki 页面,形成知识网络。

Vault 结构

vault 根目录就是当前工作目录。源文件在子目录中(如 raw/、notes/、docs/)。 wiki 相关内容的目录结构:

  • wiki/ — 所有 wiki 页面的根目录
  • wiki/INDEX.md — 根索引:只列目录级概览(各目录页数 + 覆盖范围)与概述入口页,不逐页罗列
  • wiki/<dir>/INDEX.md — 每个内容目录自己的索引,列全该目录页面及一句话摘要
  • wiki/log.md — 操作日志(最新条目在最上面)
  • wiki/hot.md — 近期上下文缓存
  • wiki/concepts/ — 概念、模式、框架等
  • wiki/comparisons/ — 对比分析页
  • wiki/questions/ — 归档的问答页
  • wiki/entities/ — 人物、组织、工具等

页面路径规则:

  • 默认使用单文件页面,例如 wiki/concepts/agent-routing.md
  • 只有当某个主题需要拆成多个稳定页面时,才建立同名目录,并用 index.md 作为入口

Frontmatter 规范

每个 wiki 页面必须包含以下 YAML frontmatter:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Wiki Save

  • What else does zhuzhaoyun publish alongside Wiki Save?

    Wiki Save is one of 8 skills that DirSkills catalogs from zhuzhaoyun/Molio, the repository it ships in. Its siblings there include Docling, Remotion and WeChat Article Extractor. Each one is a separate skill with its own page in this directory, installs the same way Wiki Save does, and is maintained by zhuzhaoyun in that same repository. The rest of the collection is listed on the zhuzhaoyun/Molio page.

  • How does Wiki Save compare to other Writing skills?

    Wiki Save ranks #885 by stars among the 1060 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Wiki Save against them. Open each page to compare what they document and how they install.

More from zhuzhaoyun/Molio

Wiki Save is one of 8 skills cataloged on DirSkills from zhuzhaoyun/Molio.

See all 8 skills
📄
1h ago

Docling

Docling converts local PDFs, Office files, images, and audio/video into structured Markdown. Use it when you need OCR, layout detection, table extraction, or speech-to-text from files on disk.
Automation
24135
🎬
1h ago

Remotion

Remotion makes videos from notes, articles, scripts, or product briefs and renders them to MP4. Use it when creating product demos, promos, trailers, explainers, motion graphics, or animated logos.
AI Engineering
24135
📰
1h ago

WeChat Article Extractor

WeChat Article Extractor converts mp.weixin.qq.com articles into structured Markdown, preserving tables, code blocks, and image placeholders. Use it when a WeChat article link needs extraction without WebFetch.
Automation
24135
🗂️
1h ago

Wiki Build

Wiki Build 构建或重建本地知识库,把源文件整理成分层 Wiki 索引、摘要页、实体页和概念页,并维护交叉链接与日志。它适合初始建库、索引迁移和超长源文件的分段构建。
Writing
24135
📚
1h ago

Wiki Ingest

Wiki Ingest incrementally imports source files into an existing wiki, creating or updating source, entity, concept, comparison, and index pages. Use it when you want new material merged into a knowledge base with cross-links and contradiction checks.
Writing
24135
🧭
1h ago

Wiki Lint

Wiki Lint checks a local wiki for broken links, orphan pages, missing frontmatter, empty sections, contradictions, stale content, and index drift. Use it to audit knowledge-base health and generate a lint report with follow-up suggestions.
Quality
24135