Productivity & Collaboration obsidianknowledge-managementnote-takingmarkdownknowledge-graph

Conversation Archivist

Turn valuable conversations and insights into structured, linked Obsidian Markdown notes.

FollowSkills review · FSRS-2.0
Not recommended
49/ 100 5-point scale 2.5 / 5
Trust14 / 25 · 2.8/5

The skill declares only Read, Write, Edit, Glob, and Grep, while its procedure requires bash/python execution, CLI transport, or MCP writes; this permission/data-flow mismatch costs points. It includes destination checks, locking, filename sanitization, and overwrite confirmation, showing partial scoping and recovery awareness. However, it does not explicitly confirm the save action itself, address sensitive conversation handling, disclose external transport in the user flow, or provide transactional rollback; index, log, and hot-cache updates can be partial.

Reliability6 / 20 · 1.5/5

The routing, transport selection, locking, note-type table, and naming rules are fairly concrete, and repository CI/tests provide limited static evidence for shared infrastructure. There are no tests for the save workflow itself, including routing conflicts, lock-release failure, partial writes, unavailable CLI/MCP, duplicate pages, or abnormal conversations. The declared tool set also conflicts with required commands, so the static score remains conservative.

Adaptability10 / 15 · 3.3/5

Trigger phrases, note types, folders, project-vault versus personal-vault precedence, and four methodology modes are described. Non-fit boundaries, execution of the skip decision, environment prerequisites, and end-to-end Chinese-language behavior are under-specified. The local Markdown/Obsidian target is broadly compatible with Chinese users, and the skill is not shown to depend entirely on unreachable overseas services.

Convention9 / 15 · 3.0/5

The skill is well layered across transport, modes, concurrency, decision rules, workflow, templates, writing style, and skip criteria; repository context supplies MIT licensing, security policy, CI, and version signals. The skill itself lacks explicit maintenance ownership, changelog, installation/dependency notes, troubleshooting, and stable parameter governance. References to other skills and global CLAUDE.md are not evidence contained in the selected path, so points are deducted.

Effectiveness6 / 15 · 2.0/5

The core outcome is clear: convert the current conversation into a structured, searchable Markdown note with frontmatter, links, index, log, and hot-cache updates. The extraction and linking rules support the main happy path and the resulting artifact is intended to be directly usable. However, success depends on unprovided vault state, CLAUDE.md, scripts, and transport integrations; there is no save-specific output sample or verification, and multi-file updates may be incomplete, so the score stays within the static ceiling.

Verifiability4 / 10 · 2.0/5

README, LICENSE, SECURITY, CI, and several general tests provide auditable repository evidence. CI validates some shared scripts and frontmatter, but there is no dedicated save/SKILL.md test, revision-level behavior evidence, representative saved-note fixture, or independent corroboration. Marketing claims about broader capabilities do not verify this selected skill path, warranting only limited credit.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision cb93ff6d82f9
Before you use it
  • The workflow does not clearly obtain confirmation for the save action itself, so sensitive or unwanted conversation content may be persisted.
  • The declared allowed-tools omit Bash, Python, and MCP even though the procedure depends on them; deployment may fail or use an unexpected transport path.
  • Note, index, log, and hot-cache updates occur in multiple steps; locking is not transactional rollback, so interruption may leave partial state or stale locks.
  • The final destination depends on personal-vault settings, project/global CLAUDE.md, and referenced scripts that were not verified within the selected skill file.
Review evidence [1][2][3][4][5][6][7][8]
See the full review method →

What does this skill do, and when should you use it?

Save is the conversation-archiving skill in claude-obsidian. It analyzes the current conversation, answer, or insight, selects an appropriate note type, generates frontmatter, and writes the result into the relevant Obsidian wiki folder. It then updates the index, log, and hot cache so the material becomes part of the maintained knowledge base. It fits users already running the repository's vault workflow; it is less suitable for people seeking a standalone chat-export tool without an Obsidian vault.

Reads the current conversation and classifies it as synthesis, concept, source, decision, or session; creates YAML frontmatter containing type, title, dates, tags, related pages, and sources; selects the destination root and folder according to project configuration and methodology mode; writes a Markdown note through the configured filesystem, Obsidian CLI, or Obsidian MCP transport; acquires per-file advisory locks for multi-file saves; updates wiki/index.md, wiki/log.md, and wiki/hot.md; and asks before overwriting an existing note at the same path.

  1. A researcher turns a substantial analysis from a chat into a reusable wiki page with sources and related links.
  2. A developer archives the rationale for an architectural decision in the Obsidian meta area after a design discussion.
  3. A PKM user converts an important conceptual explanation into a linked concept note.
  4. A user with a cross-project knowledge base saves a complete session summary into a shared personal vault.
  5. A multi-agent or team workflow uses per-file locks to reduce concurrent-write corruption during vault updates.

What are this skill's strengths and limitations?

Pros
  • Stores output as ordinary Markdown files owned by the user, with Obsidian wikilinks and frontmatter.
  • Covers extraction, classification, writing, index updates, logging, and hot-cache refresh in one workflow.
  • Routes notes for generic, LYT, PARA, and Zettelkasten methodology modes.
  • Includes per-file advisory locking for parallel or multi-writer saves.
  • MIT-licensed and distributed through both a full-vault setup and a Claude Code plugin workflow.
Limitations
  • Depends on an Obsidian vault, repository scripts, and the surrounding wiki structure; standalone use is not documented.
  • The workflow is centered on Claude Code's /save trigger and CLAUDE.md conventions, so other clients may require adaptation.
  • The source provides no independent test results for the Save skill itself.
  • Advisory locking does not come with evidence that it resolves every conflict involving external editors or sync tools.
  • Destination routing, methodology modes, and transport configuration add setup complexity.

How do you install this skill?

The source does not document a standalone installation for this skill; it documents installation of the full claude-obsidian collection. Run: git clone https://github.com/AgriciDaniel/claude-obsidian && cd claude-obsidian && bash bin/setup-vault.sh. Open the directory as an Obsidian vault and start Claude Code in the same directory. Alternatively run: claude plugin marketplace add AgriciDaniel/claude-obsidian; claude plugin install claude-obsidian@agricidaniel-claude-obsidian. A separate installation consisting only of skills/save/SKILL.md is not specified.

How do you use this skill?

In Claude Code, run /save or use triggers such as “save this,” “save this analysis,” “file this conversation,” or “save to wiki.” You can provide a title with /save [name]. If no title or note type is specified, the workflow asks for a short name when needed and chooses a type from the conversation content. A successful save is expected to confirm the note title and wiki location.

How does this skill compare with similar options?

The README presents the overall claude-obsidian project as an open-source, local Markdown alternative to Notion. Save itself is narrower: it archives conversations and updates vault metadata rather than replacing Notion as a complete product.

FAQ

Where does the saved note go?
By default it goes under the project's wiki/ directory. A project or global CLAUDE.md rule can redirect it to a personal vault, and the active methodology mode can change the subfolder.
Can it overwrite an existing note?
The workflow requires asking before overwriting a note at the same path; automatic replacement is not authorized by the source material.
Is MCP required?
No. The documented transports include Obsidian CLI, mcp-obsidian, mcpvault, and direct filesystem writing. The configured transport determines which one is used.
Can I use it independently of claude-obsidian?
The source does not document independent installation or vault initialization. It is best suited to users who have deployed the repository's broader Claude Code and Obsidian workflow.

More skills from this repository

All from AgriciDaniel/claude-obsidian

Productivity & Collaboration

Obsidian CLI Knowledge Transport

Use Obsidian CLI to read, write, search, and maintain a Markdown vault.

Productivity & Collaboration

Wiki Log Folder

Turns Obsidian wiki logs into traceable Markdown rollups without altering their source entries.

Productivity & Collaboration

Wiki Knowledge Companion

Build and maintain a compounding Markdown wiki in Obsidian.

Productivity & Collaboration

Wiki Ingest for Obsidian

Turn files, URLs, and images into connected Obsidian knowledge pages.

Productivity & Collaboration

Autonomous Research Filing

Turn a research topic into traceable Obsidian knowledge-base pages.

Productivity & Collaboration

Obsidian Wiki Query

Retrieve, cite, and compound answers from your Obsidian knowledge vault.

Productivity & Collaboration

Compound Vault Methodology Modes

Routes new Obsidian vault pages according to LYT, PARA, Zettelkasten, or Generic conventions.

Productivity & Collaboration

Obsidian Wiki Health Check

Find broken links, stale claims, and structural gaps in your wiki.

Productivity & Collaboration

Obsidian Markdown Syntax Assistant

Write valid Obsidian Markdown and avoid broken links, embeds, callouts, and properties.

Productivity & Collaboration

Web Page Cleaner

Extracts readable Markdown from cluttered web pages before knowledge-base ingestion.

Productivity & Collaboration

Canvas Visual Knowledge Board

Organize images, PDFs, and wiki pages on an Obsidian visual canvas.

Productivity & Collaboration

Vault Hybrid Retrieval

Paragraph-level Obsidian vault search combining contextual prefixes, BM25 retrieval, and optional vector reranking.

Productivity & Collaboration

Obsidian Bases Views

Turn Obsidian notes into queryable tables, cards, and lists with native dynamic views.

Productivity & Collaboration

Ten-Principle Thinking Loop

A structured ten-stage loop that helps Claude analyze complex problems, challenge assumptions, and produce actionable conclusions.

Related skills