notion

Manage Notion pages and databases via the Notion API and ntn CLI.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill notion-ashiqcodeleaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/ashiqcodeleaf/long-Run-Agents/tree/main/skills/productivity/notion
Command: npx skills add https://github.com/ashiqcodeleaf/long-Run-Agents --skill notion-ashiqcodeleaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ntn, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of interacting with Notion, allowing users to manage pages, databases, and markdown content without leaving the terminal.

Core Features & Use Cases

  • CLI Access: Use the ntn CLI for quick and efficient Notion interactions.
  • API Integration: Leverage Notion's API for robust database querying and page management.
  • Markdown Support: Convert Notion pages to Markdown for easy sharing and collaboration.
  • Use Case: Imagine you need to update a project plan in Notion. Use this Skill to create a new page with Markdown content directly from the command line.

Quick Start

Use the notion skill to create a new page with the title 'Project Plan' and content 'Q3 Goals'.

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 command line?

The ntn CLI allows you to manage Notion pages and databases from the command line by sending requests to the Notion API to create, update, and query content.

Can I convert Notion pages to Markdown format?

Yes, this Skill provides markdown conversion functionality to transform Notion pages into Markdown format for easy sharing and collaboration.

Do I need a Notion API key to query databases via the CLI?

Yes, a Notion API key and workspace access are required to authenticate requests and query databases via the ntn CLI.

What's the best way to create a Notion page with Markdown content?

Use the ntn CLI to create a Notion page with Markdown content by specifying a title and body text in your command, generating the page directly in your workspace.

Does this Notion API integration support HTTP requests for cross-platform compatibility?

Yes, the Skill supports both ntn CLI commands and HTTP requests for cross-platform compatibility when managing Notion pages and querying databases.