notion

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

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill notion-linuxhsj
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/skills/notion
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill notion-linuxhsj

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 the creation, retrieval, updating, and querying of pages, databases, and blocks directly through the Notion API.

Core Features & Use Cases

  • Page Management: Create, read, update, and search for 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 (like 'Status' and 'Due Date'), and add initial task blocks.

Quick Start

Use the notion skill to create a new page in the database with ID 'your_database_id' 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 automatically?▼

To manage Notion pages and databases automatically, you use this Skill to interact with the Notion API for searching, creating, updating, and querying content. It streamlines workspace management by handling pages and blocks programmatically.

What do I need to create a Notion page via the API?▼

To create a Notion page via the API, you need a Notion integration API key and the specific ID of the target database. You provide these credentials to programmatically populate the new page with properties and content blocks.

Can I query specific data within Notion databases?▼

Yes, you can query specific data within Notion databases. The Skill supports database operations, allowing you to retrieve and manage data within Notion databases, which are referred to as data sources in the API.

How do I add and manage content blocks in Notion?▼

You add and manage content blocks in Notion by using block manipulation operations. This allows you to populate pages with initial task blocks or other content directly through the API without manual entry.

Does this Skill support updating existing Notion pages?▼

Yes, this Skill supports updating existing Notion pages. It provides page management capabilities that include creating, reading, updating, and searching for pages to keep your workspace synchronized.