From Notion
Creates a new Notion page from title and optional parent, with default structure based on title (e.g., meeting notes, projects). Confirms with link and details.
How this command is triggered — by the user, by Claude, or both
Slash command
/Notion:create-page Title of page [optional parent name or ID]The summary Claude sees in its command listing — used to decide when to auto-load this command
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 creating the page. 3. Create the page with a sensible default structure based on the title: - For "Meeting notes", include sections like Attendees, Agenda, Notes, Action items. - For "Project" pages, include sections for Overview, Goals, Timeline, Tasks, Risks. 4. Confirm creation back to the ...
You are creating a new Notion page for the user.
Use the Notion Workspace Skill and notionApi MCP server to:
$ARGUMENTS into:
Be careful not to overwrite existing pages. If a page with the exact same name exists in the same parent, confirm with the user whether to reuse it or create a new one.
npx claudepluginhub anthropics/claude-plugins-official --plugin notion/publish-pageCreates or updates a page in Buildin.ai wiki via its UI API. Supports markdown files, direct text, or empty pages with block-based content conversion.