notion-automation
Notion database automation - sync, templates, workflows, and cross-platform integrations
By claude-office-skills · 4,126 installs
npx skills add claude-office-skills/skills --skill notion-automation
Source repository · Upstream listing
Notion Automation
Automate Notion databases and workflows with cross platform integrations, templates, and intelligent triggers. Based on n8n's Notion workflow templates.
Overview
This skill covers:
Database automation and triggers
Template and page creation
Cross platform sync (Slack, Calendar, CRM)
Content management workflows
Team collaboration automation
Core Workflows
1. Form → Notion Database
2. Notion → Email Digest
3. Slack → Notion Task
4. Calendar Sync
5. Content Pipeline
Database Templates
Project Management
CRM Database
Content Calendar
API Patterns
Query Database
Create Page
Integration Recipes
Notion + Slack + Calendar
Notion + GitHub
Output Example
Request : "Set up Notion automation for a content team"
Output :
yaml
trigger: page created, Status = "Idea"
action: post to slack(" content ideas")
message: "💡 New content idea: {Title} by {Author}"
yaml
trigger: status changed to "Editing"
action:
assign editor (round robin)
set due date (+3 days)
slack dm editor
yaml
trigger: status changed to "Published"
action:
add to analytics sheet
post celebration slack
schedule engagement check (+7 days)
Notion Automation Skill Part of Claude Office Skills