notion

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

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill notion-lemonlqf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/lemonlqf/openclaw-rtsp/tree/main/skills/notion
Command: npx skills add https://github.com/lemonlqf/openclaw-rtsp --skill notion-lemonlqf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of your Notion workspace by enabling AI-driven creation, retrieval, and modification of pages, databases, and blocks.

Core Features & Use Cases

  • Page & Database Management: Create, read, 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 your "Projects" database with predefined properties, or update the status of a task in your "To-Do" database.

Quick Start

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

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 the Notion API to create, read, update, and query workspace content, which requires a valid Notion API key and specific API version headers for all requests.

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

Yes, you can automatically create a new page in a Notion database by sending a request through the Notion API to add a page within your target database, setting its title and predefined properties.

How do I query entries in a Notion database?

To query entries in a Notion database, you interact with the Notion API to retrieve and filter database items, allowing you to locate specific pages and update their properties as needed.

What do I need to update page properties in Notion via the API?

To update page properties in Notion via the API, you need a valid Notion API key and specific Notion API version headers included in your request to successfully modify the targeted workspace content.

Can I retrieve and manage content blocks within Notion pages?

Yes, you can retrieve and manage content blocks within Notion pages by leveraging the Notion API to add, read, and manipulate block-level content directly inside your workspace pages.

Does managing Notion workspace content require an API key?

Yes, managing Notion workspace content requires a Notion API key and specific Notion API version headers for all requests to ensure secure and compatible programmatic interaction.