notion

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

1|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/LuisvelMarketer/genome --skill notion-luisvelmarketer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/LuisvelMarketer/genome/tree/main/skills/notion
Command: npx skills add https://github.com/LuisvelMarketer/genome --skill notion-luisvelmarketer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of interacting with Notion, allowing for the creation, retrieval, and modification of pages, databases, and blocks without manual intervention through the Notion UI.

Core Features & Use Cases

  • Page and Database Management: Create, update, and query pages and databases within Notion.
  • Block Operations: Add and manage content blocks within Notion pages.
  • Use Case: Automatically create a new project page in a Notion database, populate its properties with task details, and add initial notes as blocks.

Quick Start

Use the notion skill to create a new page in the 'Projects' database with the title 'New Feature Development'.

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 using an API?

You can manage Notion pages and databases by using API calls to search, create, update, and query content. This requires a Notion API key and a specific integration setup to authorize access to your Notion workspace.

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

To create a page in a Notion database automatically, use the API to send a request with the database ID and populate its properties with task details. You can also add initial notes as content blocks within the new page.

Do I need a Notion API key to update and query Notion blocks?

Yes, a Notion API key is required to update and query Notion blocks. Authorized access through a configured integration is necessary to manage content blocks and interact with your workspace data.

Can I use the Notion API to search and retrieve content without the UI?

Yes, the Notion API supports searching and retrieving pages, databases, and blocks without manual intervention through the Notion UI. This streamlines content retrieval and modification processes for automated workflows.

What is the best way to populate Notion database properties with task details?

The best way to populate Notion database properties with task details is through API integration. You can programmatically create a project page and map your task data directly to the database properties and content blocks.

Why does my Notion API integration fail to access workspace pages?

Notion API access fails when the integration is not properly configured or authorized within the workspace. You must ensure the API key is valid and that specific pages and databases are explicitly shared with the integration.