AI AGENT ADDONS
Backend & APIs
57,594installs

Connect your applications to Notion using the official REST API. The Notion API lets you read, create, update, and delete pages, databases, blocks, and comments. You can automate tasks like syncing data or managing content without opening the app. This skill shows you how to make curl calls, handle authentication, and follow best practices.

You will need a Notion API key to get started. The skill explains how to use it safely and test your connection. All requests use JSON and a specific API version. Rate limits apply, so the skill includes tips for handling them.

Add Notion Api skill to your workflow

Global

mkdir -p ~/.claude/skills/notion-api

Project

mkdir -p .claude/skills/notion-api

Source Repository

Stars
277
Forks
23
Watchers
277
License
CC0-1.0
Last Push
2 months ago
Created
6 months ago