notion

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

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill notion-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/skills/notion
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill notion-team-hireal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of your Notion workspace by enabling programmatic creation, reading, updating, and querying of pages, databases (data sources), and blocks.

Core Features & Use Cases

  • Page Management: Create, retrieve, and update individual Notion pages.
  • Database Operations: Create, query, and manage data within Notion databases (referred to as data sources in the API).
  • 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 search for a page titled "Meeting Notes".

Frequently Asked Questions about notion

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

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

You can programmatically manage Notion pages and databases by using this Skill to access the Notion API. It supports creating, reading, updating, and querying pages, data sources, and blocks automatically.

What do I need to query data from a Notion database via API?

To query data from a Notion database, you need an Anthropic API key and a Notion integration token for authentication. These tokens authorize the Skill to retrieve data source details and perform search operations.

Can I automatically create a new project page in a Notion database?

Yes, you can automatically create a new project page in a Notion database. The Skill supports creating new pages, populating their properties, and adding initial content blocks like tasks within your workspace.

Does the Notion API work for adding and managing content blocks within pages?

The Notion API does work for managing content blocks within pages. You can use this Skill to add and manipulate individual blocks, allowing you to structure page content and populate task lists programmatically.

What's the best way to search for a specific page in a Notion workspace?

The best way to search for a specific page in a Notion workspace is using the Skill's search operation. It provides programmatic access to find content by querying your workspace, retrieving exact page details efficiently.