notion

Manages Notion workspaces by creating, reading, updating, and deleting pages, databases, and blocks.

1|Updated May 3, 2026
One-click install
npx skills add https://github.com/brikkoAI/brikko-studio --skill notion-brikkoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/brikkoAI/brikko-studio/tree/main/packages/core/skills/notion
Command: npx skills add https://github.com/brikkoAI/brikko-studio --skill notion-brikkoai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating, updating, and organizing content in Notion workspaces is time-consuming, especially for bulk operations or when integrating Notion with external tools and automated workflows.

Core Features & Use Cases

  • Full CRUD Operations: Create, read, update, and delete Notion pages, data sources (databases), and content blocks programmatically.
  • Comprehensive Property Support: Work with all common database property types including title, rich text, select, date, and relation fields for structured data management.
  • Use Case: A project manager can use this skill to automatically sync task updates from a project management tool into a central Notion team roadmap database, eliminating manual data entry.

Quick Start

Use the notion skill to create a new page titled "Q4 Product Roadmap" in your team's Notion workspace and add a paragraph block with the text "Finalize feature priorities by end of week".

Frequently Asked Questions about notion

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

FAQPage Schema
How do I automate Notion page creation and block editing via API?

Automating Notion page creation and block editing via API requires a valid Notion integration key with appropriate access permissions to target pages and data sources. This skill enables programmatic CRUD operations on pages, databases, and content blocks to eliminate manual UI-based editing tasks.

Can I sync task updates from external tools into a Notion database automatically?

You can sync task updates from external tools into a Notion database automatically by using this skill for workflow integration. It supports comprehensive database property types including title, rich text, select, date, and relation fields for structured data management.

What Notion API permissions do I need to manage databases and pages programmatically?

To manage databases and pages programmatically, you need a valid Notion API integration key with appropriate access permissions to target pages and data sources. This ensures the integration can route endpoint requests and format data according to the 2025-09-03 Notion API specification.

Is bulk content migration to Notion possible without manual UI-based editing?

Bulk content migration to Notion is possible without manual UI-based editing by applying this skill's programmatic management capabilities. It handles full CRUD operations for pages, data sources, and content blocks to automate large-scale content transfers and dynamic page generation.

Does this approach support all Notion database property types for structured data management?

This approach supports all common Notion database property types, including title, rich text, select, date, and relation fields. This ensures structured data management when dynamically generating project tracking pages or team documentation.

Why does my automated workflow integration with Notion fail to update content blocks?

Automated workflow integration with Notion fails to update content blocks when the integration key lacks appropriate access permissions to target pages and data sources. Ensure your setup adheres to the 2025-09-03 Notion API specification for correct endpoint routing and data formatting.