notion

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

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/TitoPrausee/nexus-toti --skill notion-titoprausee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/TitoPrausee/nexus-toti/tree/main/data/skills/productivity/notion
Command: npx skills add https://github.com/TitoPrausee/nexus-toti --skill notion-titoprausee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the friction of manually managing Notion content by letting you search, create, update, and query workspace data directly from the terminal.

Core Features & Use Cases

  • Workspace Search: Find pages and databases by title or keyword without opening the Notion app.
  • Page and Database Management: Create pages, update properties, and build or query data sources programmatically.
  • Block Content Editing: Add structured content to pages, including paragraphs, headings, lists, code blocks, callouts, and more.
  • Use Case: A developer can use this Skill to turn terminal-based notes, project trackers, or knowledge bases into live Notion pages and databases with consistent structure.

Quick Start

Ask the Skill to search your Notion workspace and create or update the matching page or database using your Notion API key.

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 from the terminal?

Manage Notion pages and databases from the terminal by sending curl requests authenticated with a Notion API key. This enables workspace search, page creation, property updates, and database queries directly from your command line.

Can I add structured content like code blocks and callouts to Notion pages via the API?

Yes, you can add structured content to Notion pages via the API. This Skill supports editing block content to append paragraphs, headings, lists, code blocks, and callouts directly to your pages programmatically.

What do I need to search my Notion workspace using curl?

To search your Notion workspace using curl, you need a valid Notion API key and the Notion-Version 2025-09-03 header. These authenticate your requests to find pages and databases by title or keyword.

Does this approach require opening the Notion app to update database properties?

No, updating database properties does not require opening the Notion app. You can update page properties and query data sources directly through authenticated API calls from your terminal environment.

What is the best way to turn terminal-based notes into live Notion pages?

The best way to turn terminal-based notes into live Notion pages is using API requests to create pages and edit block content. This builds structured knowledge bases with consistent formatting directly from the command line.