notion

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

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill notion-kolbick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/notion
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill notion-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation, management, and querying of pages, databases, and blocks within your Notion workspace, streamlining information organization and retrieval.

Core Features & Use Cases

  • Page Creation & Management: Create new pages, add content, and update existing pages.
  • Database Operations: Create, query, and update entries in Notion databases (now referred to as data sources).
  • Content Structuring: Add various block types like paragraphs, headings, and lists to pages.
  • Use Case: Automatically create a new project page in a 'Projects' database, populate it with initial tasks, and set its status to 'To Do'.

Quick Start

Use the notion skill to create a new page in the '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 creating Notion pages in a database?

To automate Notion page creation, this Skill uses the Notion API to programmatically create new pages, populate them with content like paragraphs and headings, and add them to specific databases using their unique database IDs.

Can I query and retrieve data from Notion databases via API?

Yes, you can query and retrieve data from Notion databases via API. This Skill supports information retrieval by querying database entries and reading existing pages or blocks within your workspace programmatically.

Do I need a Notion API key and database IDs to manage content?

Yes, managing Notion content requires a Notion API key for authentication and specific page or database IDs to target operations. These identifiers are necessary to create, update, and query workspace elements.

What is the best way to structure content blocks in Notion automatically?

The best way to structure content blocks automatically is by using the Notion API to add various block types, such as paragraphs, headings, and lists, directly to your pages for organized information management.

Can I update existing Notion pages and database entries programmatically?

Yes, you can update existing Notion pages and database entries programmatically. This Skill supports administrative and content management tasks by enabling automated updates to page content and database properties via API.