Notion Skills for Claude
An official set of Claude skills published by Notion for working with Notion directly from Claude.
Before & after
Same prompt, same agent — the only difference is the skill.
You can connect Claude to Notion using official integration tools. Once set up, Claude can read data from your Notion databases and update pages. The exact capabilities depend on the specific skills available. You'll need to authenticate with Notion and grant permissions. Then Claude can query databases, create new pages, or modify existing ones based on your requests. It requires setting up the connection first.
NOTION-CLAUDE INTEGRATION ACTIVE AUTHENTICATION: Notion OAuth connected Permissions granted: read databases, create/update pages, read property values AVAILABLE OPERATIONS READ -> notion-query-database: fetch rows matching filter Example: "Show me all tasks due this week from my Projects database" Returns: structured JSON with all properties -> notion-fetch: retrieve single page or database schema Example: "Get the structure of my CRM database" Returns: property definitions, types, relations WRITE -> notion-update-page: modify page properties, content Example: "Mark task ID 'x1a2b' as complete, set due date to next Friday" Returns: updated page object -> notion-create-pages: batch insert new rows Example: "Add 5 new prospects to my CRM with names, companies, email" Returns: created page IDs -> notion-move-pages: change parent/location Example: "Move completed task to Archive database" RELATION QUERIES -> Query related data across databases Example: "Show all tasks linked to Project Alpha, including owners" EXAMPLE WORKFLOW 1. "Pull my open tasks and group by project" 2. Claude fetches from Tasks database, filters status = Open 3. Groups by project relation, formats as list 4. "Update all Sprint 5 tasks to status = Done" 5. Claude updates 8 pages in Notion atomically LIMITATIONS -> Cannot delete pages (safety guard) -> Cannot modify database schema (add/remove properties) -> Cannot execute formulas or rollups (read-only) -> API rate limit: 3 req/second NEXT: Link a database and test with a query
About this skill
name: notion-skills-for-claude description: Use when An official set of Claude skills published by Notion for working with Notion directly from Claude.
Notion Skills for Claude
Notion Skills for Claude is Notion own published skill set for Claude integration, documented on Notion site. notion.so/notiondevs/Notion-Skills-for-Claude
What you get
- Official Notion-published skills for Claude integration.
Customize your output
- N/A
Example output
Claude reading, updating and organizing Notion workspaces directly.
Best for
Notion users who want Claude to work natively with their workspace.
SKILL.md preview
---
name: notion-skills-for-claude
description: Use this skill when reading, creating, or organizing Notion pages and databases directly from Claude.
version: 1.0.0
category: Development / Productivity
author: AgentVolt
license: proprietary
tags:
- development
- productivity
- standard
---
# Notion Skills for Claude
Provides a structured workflow for working with Notion pages and databases directly: searching existing content, creating new pages, and updating databases while respecting Notion's structure.
## When to use
… (sign up to view the full skill)More development skills
View all Development skills →Get Shit Done
A free, open-source Claude Code skill focused on driving tasks to completion without getting stuck in planning loops.
Business Automation Stack
A connected set of agents that handle the repetitive ops work — follow-ups, summaries, and handoffs.
Generate
Scaffold code, tests, and boilerplate from a short spec.
Performance Profiler
Systematic performance profiling for Node.js, Python, and Go applications.