banana-sync-to-notion
Installation
SKILL.md
Banana Sync to Notion
Automatically sync local Markdown files to Notion while preserving directory structure and full Markdown formatting.
Setup
Before using this skill:
-
Install dependencies in the skill directory:
cd banana-sync-to-notion npm install -
Configure environment variables by creating a
.envfile:NOTION_TOKEN=your_notion_integration_token NOTION_ROOT_PAGE_ID=target_page_id