notion-automation

Automate Notion page creation, database operations, and schema updates via Rube MCP.

5|2|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/s1366560/agi-demos --skill notion-automation-s1366560
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-automation
Source: https://github.com/s1366560/agi-demos/tree/main/.memstack/skills/notion-automation
Command: npx skills add https://github.com/s1366560/agi-demos --skill notion-automation-s1366560

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates repetitive tasks within Notion, such as creating pages, managing databases, and organizing content, freeing up users from manual operations.

Core Features & Use Cases

  • Page Management: Create, update, retrieve, and archive Notion pages.
  • Database Operations: Query, insert, and update rows in Notion databases.
  • Content Handling: Read, append, and replace block content within pages.
  • Schema Management: Create and modify database structures.
  • User & Comment Management: List workspace users and manage comments.

Quick Start

Use the notion-automation skill to create a new page in your 'Projects' database with the title 'New Project Alpha'.

Frequently Asked Questions about notion-automation

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

FAQPage Schema
How do I automate Notion page creation and database queries?

Automating Notion page creation and database queries is achieved by routing requests through this skill, which utilizes Rube MCP to call operations like NOTION_CREATE_NOTION_PAGE and database row insertions.

Do I need an active Rube MCP connection to manage Notion databases?

Yes, an active Notion connection through Rube MCP is required to execute database operations and schema updates.

Can I append and replace block content within Notion pages automatically?

Yes, you can read, append, and replace block content within Notion pages automatically using the block content management operations provided.

What is the best way to update Notion database schemas programmatically?

The best way to update Notion database schemas programmatically is using this skill's schema management features to create and modify database structures via Rube MCP.

Does Notion automation support listing workspace users and managing comments?

Yes, Notion automation supports listing workspace users and managing comments, allowing you to handle user lists and comment threads alongside your content tasks.

How to search for existing Notion pages before creating new content?

To search for existing Notion pages before creating new content, use the NOTION_SEARCH_NOTION_PAGE operation provided to locate and retrieve pages via Rube MCP.