원클릭으로
export-formats
Output format specifications for Obsidian, Notion, and Markdown exports
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Output format specifications for Obsidian, Notion, and Markdown exports
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate professional slide deck images from content. Creates comprehensive outlines with style instructions, then generates individual slide images. Use when user asks to "create slides", "make a presentation", "generate deck", or "slide deck".
6-phase workflow for content extraction, analysis, and export to Obsidian/Notion
Extract content from Threads, Instagram with reply collection and depth control
Unified storage interface for Obsidian, Notion, and local file systems
Unified browser interface for Antigravity native, Playwright, and Hyperbrowser providers
Automated setup wizard for Knowledge Manager - configures MCP servers and creates config files
| name | Export Formats |
| description | Output format specifications for Obsidian, Notion, and Markdown exports |
Format specifications for different output targets
---
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}
{
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: "..." } }] }
}
]
}
Same as Obsidian format, saved to local file system with Write tool.
Default output path: ./km-notes/
| 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 |