Notion to Markdown

PassAudited by ClawScan on Feb 25, 2026.

Overview

The skill does what it claims: it converts Notion pages/databases to Markdown using the official Notion API and included Node.js script; the only notable inconsistency is that the registry metadata does not list the NOTION_API_KEY even though the SKILL.md and code require it.

This skill appears to be what it says: a Notion → Markdown exporter that requires a Notion API token. Before installing: (1) be aware the SKILL.md and convert.js require NOTION_API_KEY even though registry metadata omits it — supply a dedicated Notion integration token with Reader scope only; (2) review the included scripts/convert.js (it uses dotenv, @notionhq/client, notion-to-md and writes output to a local folder or stdout); (3) run npm install locally (packages come from the public npm registry) and consider running 'npm audit' before executing; (4) do not commit your .env with NOTION_API_KEY to source control and follow the SKILL.md advice to add .env to .gitignore; (5) if you need higher assurance, verify package-lock integrity and inspect node_modules or run in an isolated environment. The only concrete issue is the metadata omission of the required env var — treat that as a documentation bug rather than malicious behavior.