一键导入
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 职业分类
Unified browser interface for Antigravity native, Playwright, and Hyperbrowser providers
Automated setup wizard for Knowledge Manager - configures MCP servers and creates config files
Extract content from Threads, Instagram with reply collection and depth control
Unified storage interface for Obsidian, Notion, and local file systems
6-phase workflow for content extraction, analysis, and export to Obsidian/Notion
Create atomic, interconnected notes following Zettelkasten methodology
| name | km-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 |