← Back to list

export-formats
by treylom
Knowledge Manager Agent for Claude Code - Extract and organize content from web, PDF, social media to Obsidian/Notion
⭐ 10🍴 5📅 Jan 22, 2026
SKILL.md
name: Export Formats description: Output format specifications for Obsidian, Notion, and Markdown exports
Export Formats
Format specifications for different output targets
Obsidian / Zettelkasten Format
Note Template
---
tags: [{category}, {topic}]
created: {YYYY-MM-DD}
source: {original_url}
type: {zettelkasten/reference/literature}
---
# {Title}
> {One-sentence summary}
## Core Concept
{Main content - one atomic idea}
## Key Points
- Point 1
- Point 2
## Connections
- [[Related Note 1]] - {relationship}
- [[Related Note 2]] - {relationship}
## Source
- Original: {url}
- Author: {if available}
- Date: {if available}
Notion Format
Page Structure
{
parent: { page_id: "..." },
properties: {
title: { title: [{ text: { content: "Note Title" } }] },
Tags: { multi_select: [{ name: "tag1" }] },
Source: { url: "https://..." },
Created: { date: { start: "2026-01-17" } }
},
children: [
{
type: "heading_2",
heading_2: { rich_text: [{ text: { content: "Summary" } }] }
},
{
type: "paragraph",
paragraph: { rich_text: [{ text: { content: "..." } }] }
}
]
}
Local Markdown Format
Same as Obsidian format, saved to local file system with Write tool.
Default output path: ./km-notes/
Detail Level Mapping
| Level | Notes | Detail |
|---|---|---|
| 1 (Brief) | 1-2 | Core summary only |
| 2 (Normal) | 3-5 | Main concepts separated |
| 3 (Detailed) | 5-10+ | All ideas as atomic notes |
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon