notion

Manage Notion workspace content via API and CLI.

Updated Jun 25, 2026
One-click install
npx skills add https://github.com/davpatel605-beep/hermusagent --skill notion-davpatel605-beep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/davpatel605-beep/hermusagent/tree/main/backend/vendor/hermes/skills/productivity/notion
Command: npx skills add https://github.com/davpatel605-beep/hermusagent --skill notion-davpatel605-beep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies interacting with Notion by providing a unified way to create, read, update, and manage workspace content through the Notion API and CLI.

Core Features & Use Cases

  • Page and Database Management: Create, search, update, query, and organize Notion pages and data sources using CLI commands or HTTP requests.
  • Markdown and Content Operations: Read Notion pages as Markdown, create pages from Markdown, append blocks, and manage structured content.
  • Use Case: A team can use this Skill to automate meeting notes, maintain project databases, upload files, and connect Notion workflows with external services through Workers.

Quick Start

Use the notion skill to create a new Notion page from my meeting notes and organize it in my workspace.

Frequently Asked Questions about notion

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

FAQPage Schema
How do I create Notion pages from markdown automatically?

To create Notion pages from markdown, you can use this Skill to convert markdown content into structured Notion blocks via API or CLI. It supports creating pages directly from markdown text and organizing them within your workspace.

Can I query Notion databases using CLI commands?

Yes, you can query Notion databases using CLI commands. This Skill supports searching, retrieving, and updating database entries through ntn CLI commands or HTTP requests to filter and manage your workspace data.

Do I need Notion API authentication to manage workspace content?

Yes, Notion API authentication is required to manage workspace content. This Skill relies on authenticated API access to perform operations like creating pages, querying databases, and appending blocks to existing content.

What's the best way to automate meeting notes into a Notion database?

The best way to automate meeting notes into a Notion database is using this Skill's API or CLI to create pages from markdown and organize them into structured databases. It streamlines capturing notes and maintaining project records.

How does reading Notion pages as markdown work?

Reading Notion pages as markdown works by retrieving page content through the Notion API and converting the structured blocks into markdown format. This allows you to extract and use Notion content in markdown-supported workflows.

Can I append content blocks to existing Notion pages?

Yes, you can append content blocks to existing Notion pages. This Skill supports appending markdown blocks to current pages through HTTP requests or CLI commands, enabling dynamic content updates within your workspace.