notion

Create, read, update, and query Notion pages, databases, and blocks via API.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/victor-brechbill/claw-kernel --skill notion-victor-brechbill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/victor-brechbill/claw-kernel/tree/main/skills/notion
Command: npx skills add https://github.com/victor-brechbill/claw-kernel --skill notion-victor-brechbill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of your Notion workspace by enabling the creation, retrieval, and modification of pages, databases, and their content directly through an API.

Core Features & Use Cases

  • Page Creation & Management: Create new pages, add content, and update existing pages.
  • Database Operations: Create new databases, query existing ones with filters and sorts, and add/update database items.
  • Use Case: Automatically create a new project page in your "Projects" database every time a new task is assigned to you in your project management tool, including relevant details like due dates and descriptions.

Quick Start

Use the notion skill to create a new page in the 'My Tasks' database with the title 'Follow up with client'.

Frequently Asked Questions about notion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Notion database management via API?

Automate Notion database management via API by using this functionality to create, query, and update database items with filters and sorts. It interacts directly with the Notion API to support dynamic content generation and data synchronization within your workspace.

What do I need to interact with the Notion API for page creation?

To interact with the Notion API for page creation, you need a valid Notion API key and specific page or database IDs. These identifiers are required to authenticate requests and target the correct workspace locations.

Can I query Notion databases with filters and sorts programmatically?

Yes, you can query Notion databases with filters and sorts programmatically. The system executes database operations that retrieve specific items by applying complex queries directly to your Notion workspace data.

How do I create a new page in a Notion database automatically?

Create a new page in a Notion database automatically by sending a request with the target database ID and relevant content details. This feature enables dynamic content generation by adding new items to existing databases programmatically.

What are the limitations of managing Notion pages through an API?

Limitations of managing Notion pages through an API include the strict requirement for specific page and database IDs for operations. Additionally, all interactions are bound by the structural constraints and permissions defined by your Notion API key.

Does this approach support data synchronization with Notion workspaces?

Yes, this approach supports data synchronization with Notion workspaces. By reading, updating, and creating pages and databases via the API, you can continuously sync external data and keep your Notion content current.