notion

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

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill notion-deskaunedsei1983
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/Deskaunedsei1983/loc_clawdbot_01/tree/main/skills/notion
Command: npx skills add https://github.com/Deskaunedsei1983/loc_clawdbot_01 --skill notion-deskaunedsei1983

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of your Notion workspace by enabling the creation, updating, and querying of pages, databases, and blocks directly through an API.

Core Features & Use Cases

  • Page Creation & Management: Create new pages within databases or as standalone entries.
  • Database Operations: Query existing databases with filters and sorts, or create new databases.
  • Block Manipulation: Add content (like paragraphs or text) to existing pages.
  • Use Case: Automatically create a new task in your "Projects" Notion database with a specific title and status whenever a new support ticket is logged.

Quick Start

Use the notion skill to create a new page in the database with id 'xxx' titled 'New Item' and status 'Todo'.

Frequently Asked Questions about notion

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

FAQPage Schema
How do I automate Notion database queries with filters via API?

To query Notion databases with filters, you use the Notion API to send requests specifying the database ID and filter conditions. This Skill supports querying existing databases with filters and sorts to retrieve matching page properties programmatically.

Can I create a new page in a Notion database automatically from an external trigger?

Yes, you can create a new page in a Notion database automatically. This Skill enables creating new pages within databases by defining specific properties like title and status, allowing task automation from external triggers like support tickets.

What do I need to manage Notion pages and blocks using the API?

Managing Notion pages and blocks via the API requires a valid Notion API key and specifying the Notion-Version header in all requests. This provides programmatic access to search content, retrieve page details, and manipulate blocks.

How does block manipulation work when adding content to existing Notion pages?

Block manipulation works by sending API requests to append content blocks, like paragraphs or text, to existing Notion pages. This Skill provides programmatic access to add and update blocks within your workspace pages directly.

Is there a way to search for content across my Notion workspace programmatically?

Yes, searching for content across your Notion workspace is possible programmatically. This Skill provides API operations to search for content and retrieve page details, enabling automated discovery of pages and databases within your workspace.