notion-exporter

Exports Notion databases, pages, and wikis to Markdown, PDF, CSV, or JSON.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill notion-exporter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-exporter
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/notion-exporter
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill notion-exporter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of exporting content from Notion, including databases, pages, and entire wikis, into various common file formats.

Core Features & Use Cases

  • Multiple Export Formats: Supports Markdown, PDF, CSV, and JSON.
  • Recursive Traversal: Can export entire nested page structures.
  • Data Transformation: Resolves relations and formulas in databases.
  • Scheduled Exports: Allows for automated, recurring exports.
  • Use Case: Migrate your Notion documentation to a static site generator by exporting it as Markdown files.

Quick Start

Export your Notion database with ID 'your_database_id' to Markdown format.

Frequently Asked Questions about notion-exporter

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

FAQPage Schema
How do I export Notion databases and pages to Markdown?

Export Notion databases and pages to Markdown by specifying the source ID and desired output format. The process recursively traverses nested page structures and resolves database relations to generate Markdown files.

Can I convert Notion wikis to PDF or CSV formats?

Yes, Notion wikis can be converted to PDF or CSV formats. The export functionality supports multiple output targets including PDF and CSV, resolving database properties and formulas during the conversion.

How do I automate recurring exports of Notion content for archival?

Automate recurring exports of Notion content for archival using scheduled export functionality. You configure the source IDs and desired output formats, and the system handles the automated data migration periodically.

Does exporting Notion databases to JSON resolve relations and formulas?

Yes, exporting Notion databases to JSON resolves relations and formulas. The export process transforms database content by resolving property relations and formulas to ensure accurate JSON output.

Do I need a Notion integration token to export content to local files?

Yes, a Notion integration token is required to export content to local files. Authentication via the integration token is mandatory to access and extract databases, pages, and wikis.

What is the best way to migrate Notion documentation to a static site generator?

The best way to migrate Notion documentation to a static site generator is exporting the content as Markdown files. This approach recursively traverses nested pages and resolves database relations for static site compatibility.