notion-manager

Query, create, and update Notion pages and databases via the Notion API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/GetFresh-Ventures/gxd-ceo-ai-kit --skill notion-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: notion-manager
Source: https://github.com/GetFresh-Ventures/gxd-ceo-ai-kit/tree/main/skills/notion-manager
Command: npx skills add https://github.com/GetFresh-Ventures/gxd-ceo-ai-kit --skill notion-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interact with Notion workspaces through the API to manage pages and databases efficiently. It emphasizes validating schemas before writes to prevent data corruption.

Core Features & Use Cases

  • Query Notion databases and pages to read and surface information quickly.
  • Create, update, and sync pages and properties across Notion workspaces.
  • Use Case: Auto-sync a project tracker by reading schemas, writing tasks, and updating statuses based on external inputs.

Quick Start

Query my Notion database for tasks due this week and update their statuses.

Frequently Asked Questions about notion-manager

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

FAQPage Schema
How do I automate updating Notion database pages via the API?▼

You can automate updating Notion database pages by using the Notion API to query existing pages, read their property schemas, and write status or task updates. This Skill handles authentication and schema validation to prevent data corruption during automated page updates.

Do I need to configure Notion API authentication to manage databases with AI?▼

Yes, you must configure Notion API authentication and ensure the integration has access to target pages and databases. This Skill requires valid API credentials to query, create, and sync content across your Notion workspace securely.

Why does my Notion API write request fail with a property validation error?▼

Notion API write requests fail when property schemas are not read and validated beforehand. This Skill prevents data corruption by strictly enforcing a schema reading step before attempting to create or update pages and database properties.

Can I sync external project data into a Notion project tracker automatically?▼

You can sync external inputs into a Notion project tracker by querying target databases, mapping external data to the validated schemas, and updating task statuses. This Skill automates reading schemas and writing data to keep workspace content synchronized.

What is the safest way to create new pages in Notion databases programmatically?▼

The safest way to create new Notion pages programmatically is to verify API access to the target database, read its schema, and structure the new page properties to match exactly. This Skill follows these safety rules to ensure secure and error-free page creation.

How do I query Notion databases to surface tasks due this week?▼

You can query Notion databases to surface tasks due this week by applying date filters through the Notion API. This Skill reads the database schema and retrieves specific page properties to quickly surface time-sensitive information.