Claude Conversation Logger

VerifiedSafe

Automatically save your Claude conversations to Obsidian with structured summaries including actions, decisions, and notes.

Sby Skills Guide Bot
ProductivityIntermediate
306/2/2026
Claude Code
#obsidian#conversation-log#note-taking#markdown

Recommended for

Our review

Saves a summary of the current conversation as a Markdown file for Obsidian.

Strengths

  • Automatically extracts key topics, decisions, and modified files.
  • Includes the full conversation log in a collapsible section.
  • Supports custom titles or automatic generation.

Limitations

  • Only works for the current session.
  • Requires Obsidian to be fully useful.
  • The save path is hardcoded to ~/obsidian/Logs/.
When to use it

Use when you need to document a development session or important discussion with a structured record.

When not to use it

Do not use for trivial conversations or when Obsidian is not available.

Security analysis

Safe
Quality score85/100

The skill only creates a Markdown log of the current conversation and saves it to a local directory. It does not execute any system commands, network calls, or destructive actions. No risky operations are involved.

No concerns found

Examples

Basic log
/log
Log with custom title
/log React 19 調査と設定作業

name: log description: 現在の会話をまとめてログとして保存

Log Skill

Claude との会話をまとめて Obsidian に保存する。

Usage

/log [タイトル]

Examples

/log                           # 自動でタイトル生成
/log React 19 調査と設定作業    # タイトル指定

Instructions

1. 会話の分析

現在の会話を分析し、以下を抽出:

  • 主なトピック・目的
  • 重要な決定事項
  • 作成・変更したファイル
  • 学んだこと・メモ

2. ログ作成

以下のフォーマットで Markdown を作成:

---
created: {YYYY-MM-DD HH:mm}
tags: [log, {トピックタグ}]
---

# {タイトル}

## 概要
{会話の目的・背景を1-2文で}

## 要約

### やったこと
- {箇条書きで主要なアクション}

### 決定事項
- {決まったこと、採用した方針}

### 成果物
- {作成/変更したファイルのリスト}

### メモ
- {学んだこと、今後の TODO など}

---

<details>
<summary>会話ログ(全文)</summary>

{会話の全文をここに}

</details>

3. 保存

  • 保存先: ~/obsidian/Logs/{YYYYMMDD}_{タイトル}.md
  • タイトル未指定時: 会話内容から自動生成
  • ファイル名のスペースはハイフンに置換
  • 保存後、ファイルパスを報告
Related skills