notion-docs-enhancer

Automate Notion page creation, Markdown formatting, and screenshot verification via Playwright.

3|2|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/muzhicaomingwang/ai-ideas --skill notion-docs-enhancer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-docs-enhancer
Source: https://github.com/muzhicaomingwang/ai-ideas/tree/main/.claude/skills/notion-docs-enhancer
Command: npx skills add https://github.com/muzhicaomingwang/ai-ideas --skill notion-docs-enhancer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates Notion document creation and enhancement using Playwright, reducing manual edits and repetitive formatting tasks.

Core Features & Use Cases

  • Create/Update Notion pages: automatically navigate to a Notion page, modify the title, and add content.
  • Markdown paste-to-Notion formatting: paste Markdown content and let Notion convert blocks (headings, lists, tables, links) automatically.
  • Content cleanup and verification: remove redundant blocks and capture screenshots for validation.
  • Use case example: accelerate drafting project docs, PRD notes, or knowledge bases without leaving Notion.

Quick Start

Provide a Notion page URL and the Markdown content to be injected, and the skill will create or update the page, paste and format the content, then verify with a screenshot.

Frequently Asked Questions about notion-docs-enhancer

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

FAQPage Schema
How do I automate Notion document creation with Markdown?

Automating Notion document creation involves using Playwright to inject Markdown content into pages. The tool pastes Markdown and lets Notion convert blocks like headings and lists automatically.

Can I update an existing Notion page automatically with Playwright?

Yes, you can update an existing Notion page automatically by providing the URL. The automation script navigates to the page, modifies the title, and adds new content.

How does Markdown formatting work when pasting to Notion?

Markdown formatting works by pasting text directly into Notion, which automatically converts the blocks. The tool relies on Playwright scripts to coordinate navigation and formatting.

Does browser automation support verifying Notion page formatting?

Browser automation supports verifying Notion page formatting by capturing screenshots. This validation step ensures the pasted Markdown content appears correctly after updates.

What are the limitations of using Playwright for Notion automation?

Limitations of using Playwright for Notion automation include potential redundant blocks after pasting. The script includes a cleanup step to remove these blocks, but manual review of screenshots is still required.