ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

notion-clipper-skill

Clip web pages to Notion. Fetches any URL via Chrome CDP, converts HTML to Markdown, then to Notion blocks, and saves to user-specified Notion database or page. Use when user wants to save/clip a webpage to Notion, or mentions "clip to notion", "save page to notion", "网页剪藏到Notion".

Why use this skill?

Seamlessly clip web pages to Notion databases or pages using OpenClaw. Features full JS rendering, markdown conversion, and native Notion block support.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ewingyangs/notion-clipper-skill
Or

What This Skill Does

The notion-clipper-skill is a powerful productivity tool designed to bridge the gap between web content and your Notion workspace. It functions as an automated bridge that uses Chrome CDP (Chrome DevTools Protocol) to fully render web pages—including those heavily reliant on JavaScript—converts the resulting DOM into clean, structured Markdown, and then transforms that content into native Notion blocks. Whether you are conducting research, saving articles for later, or archiving documentation, this skill eliminates the manual "copy-paste" workflow.

Installation

To integrate this skill into your OpenClaw environment, execute the following command: clawhub install openclaw/skills/skills/ewingyangs/notion-clipper-skill. Once installed, you must perform a one-time configuration: create an integration at the Notion API portal, save your secret key into ~/.config/notion/api_key, and explicitly share your target database or page with your newly created integration to ensure proper API permissions. The skill manages dependency installation automatically upon first execution, ensuring a seamless setup.

Use Cases

This skill is perfect for knowledge workers, students, and developers. Use it to build a "Read Later" database, aggregate research materials from multiple websites into a single central repository, or convert complex technical documentation into your personal project tracker. By supporting both database names and specific page IDs, it allows for flexible organization strategies.

Example Prompts

  1. "Clip this documentation page to my 'Development Resources' database: [URL]"
  2. "Save this article as a new entry in my 'Reading List' database, and please wait for me to log in if it requires access."
  3. "网页剪藏到Notion,保存到我的项目笔记页面,地址是 [URL]"

Tips & Limitations

For optimal reliability, always use the recommended command pattern provided in the documentation to ensure environment variables like http_proxy are unset, which prevents common connection errors. If a site is blocked or requires authentication, utilize the --wait flag to allow for manual interaction before the capture takes place. Note that while the tool is robust, very complex interactive web applications or pages behind strict paywalls may require manual handling or specialized authentication scripts. Always ensure your Notion connection is active by checking the 'Connections' menu in your target page or database settings if the skill reports access denied errors.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ewingyangs-notion-clipper-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#notion#web-clipping#productivity#automation#knowledge-management
Safety Score: 4/5

Flags: network-access, file-read, external-api, code-execution