Create Page banner
makenotion makenotion

Create Page

Development community

Description

--- description: Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server. argument-hint: "Title of page [optional parent name or ID]" --- You are creating a new Notion page for the user. Use the Notion Workspace Skill and `notionApi` MCP server to: 1. Parse `$ARGUMENTS` into: - Page title - Optional parent page/database (if the user mentions a parent) 2. If the parent is ambiguous, ask a brief clarification question before cre

Installation

Installs to ~/.claude/skills/makenotion-claude-code-notion-plugin-create-page/SKILL.md

Terminal
mkdir -p ~/.claude/skills/makenotion-claude-code-notion-plugin-create-page && curl -fsSL https://raw.githubusercontent.com/makenotion/claude-code-notion-plugin/HEAD/commands/create-page.md -o ~/.claude/skills/makenotion-claude-code-notion-plugin-create-page/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository