notion-save
Installation
SKILL.md
Notion Save Skill
Save content directly to your Notion database via the official Notion API with full Markdown support.
Features
- Markdown formatting: Headings, lists, tables, code blocks, bold/italic
- File input: Read content from .md files (recommended for long content)
- Auto-chunking: Handles content longer than Notion's block limits
- Inline formatting: Bold, italic, code, links are preserved
Usage
For long content (recommended): Use file input
# Write content to temp file first, then upload
python scripts/save_to_notion.py --title "Research Report" --file report.md --api-key "YOUR_KEY"