notion

Interact with Notion pages and databases via the official Notion API.

51|8|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill notion-l-lesteryu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/L-LesterYu/OpenClaw-hot-skills-zh/tree/main/skills/notion-skill-zh
Command: npx skills add https://github.com/L-LesterYu/OpenClaw-hot-skills-zh --skill notion-l-lesteryu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of your Notion workspace by enabling programmatic interaction with pages and databases through the official Notion API.

Core Features & Use Cases

  • Page Management: Create, read, and append content to Notion pages.
  • Database Operations: Query, create, and update rows within Notion databases.
  • Schema Management: Inspect and modify database schemas with safety checks.
  • Use Case: Automatically create a new project page in Notion with predefined sections and then add the first task as a database entry.

Quick Start

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

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?

You can manage Notion pages and databases programmatically by using an agent to interact with the official Notion API. This enables operations like reading pages, appending content blocks, and querying databases automatically.

Do I need a Notion API key to create and update database entries?

Yes, you need a Notion API key to create and update database entries. The integration also requires a compatible local CLI tool, such as notion-cli or notion-cli-py, to execute the operations.

Can I inspect and modify database schemas with safety checks?

Yes, you can inspect and modify database schemas with safety checks. The interaction supports schema management directly through the Notion API, ensuring database structures are updated securely.

How do I append content blocks to an existing Notion page?

To append content blocks to an existing Notion page, you utilize the Notion API via the agent. This allows you to programmatically add new sections or tasks directly into your workspace pages.

What's the best way to automate creating a new project page with predefined sections?

The best way to automate creating a new project page with predefined sections is using the Notion API. You can programmatically generate the page and subsequently append the first task as a database entry.