notion

Manage Notion pages, databases, and blocks via the Notion API.

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

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 blocks directly through an API.

Core Features & Use Cases

  • Page & Database Management: Create, read, update, and search for Notion pages and databases.
  • Block Manipulation: Add and manage content blocks within pages.
  • Use Case: Automatically create a new project page in a "Projects" database, populate its properties, and add initial task blocks.

Quick Start

Use the notion skill to create a new page in the 'My Database' database with the title 'New Project'.

Frequently Asked Questions about notion

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

FAQPage Schema
How do I manage Notion pages and databases programmatically?

To manage Notion pages and databases programmatically, you can use an API integration that creates, reads, updates, and searches for content within your Notion workspace using a valid API key and specific database or page IDs.

Can I automate the creation of a new project page in a Notion database?

Yes, you can automate creating a new project page in a Notion database by using the API to populate its properties and add initial task blocks directly within your workspace.

Do I need a Notion API key to manipulate content blocks within pages?

Yes, manipulating content blocks within pages requires a Notion API key and specific page IDs to authenticate requests and perform actions like adding or managing blocks programmatically.

What is the best way to search for content within a Notion workspace?

The best way to search for content within a Notion workspace is using the API's search functionality to programmatically retrieve and filter specific pages or databases based on your criteria.

Does API integration support updating existing Notion database properties?

Yes, API integration supports updating existing Notion database properties by sending modification requests to specific page IDs to change or add content blocks and metadata values.