Our review
This skill summarizes the current conversation with Claude and saves it as a structured log in Obsidian.
Strengths
- Automatically generates a structured summary with metadata (date, tags)
- Creates a ready-to-use Markdown file in a dedicated Obsidian folder
- Includes the full conversation log for future reference
Limitations
- Requires Obsidian for optimal use (hardcoded save path)
- Summary quality depends on the AI's analysis of the conversation
- Only works with the /log command within Claude Code
Use this skill when you want to keep a structured record of a work session or discussion with Claude in your Obsidian knowledge base.
Avoid using it for trivial or temporary conversations that don't need archiving, or if you don't use Obsidian.
Security analysis
SafeThe skill instructs the AI to summarize a conversation and save it as a Markdown file locally. It does not involve network access, command execution, or destructive operations. The file writing is confined to a specific directory (~/obsidian/Logs), and there is no exfiltration risk beyond what the user already exposes in the conversation. While file system access is powerful, the skill uses it for a benign logging purpose.
No concerns found
Examples
/log/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 - タイトル未指定時: 会話内容から自動生成
- ファイル名のスペースはハイフンに置換
- 保存後、ファイルパスを報告
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.