reading-notion

Convert Notion URLs or search results to Markdown and summarize content.

11|Updated Jul 11, 2025
One-click install
npx skills add https://github.com/syou6162/claude-code-commands --skill reading-notion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-notion
Source: https://github.com/syou6162/claude-code-commands/tree/main/skills/reading-notion
Command: npx skills add https://github.com/syou6162/claude-code-commands --skill reading-notion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Notion pages can be long and rich with blocks. This Skill automatically fetches Notion content when a URL appears in conversation or when you need Notion content by search, converts it to Markdown, and provides concise summaries to save you time.

Core Features & Use Cases

  • URL direct mode: When a Notion URL is detected, the tool uses notion-to-md to fetch the page and convert it to Markdown, preserving nested blocks and annotations, then summarizes it for you.
  • Search mode: Notion content can be searched by keywords and the results are presented with summarized content from the selected page.
  • Time saver: Quickly understand long Notion pages without reading every block.
  • Use case: Your team discusses a Notion handbook; you can present a succinct summary without scrolling through long pages.

Quick Start

Notionページを共有するだけで要約が返されます。URL直接モードを使う場合はNotionのURLを、検索モードを使う場合はキーワードを送ってください。

Frequently Asked Questions about reading-notion

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

FAQPage Schema
How do I convert Notion pages to Markdown automatically?

This Skill converts Notion pages to Markdown using notion-to-md CLI, preserving nested blocks and annotations. Share a Notion URL in conversation and it fetches the page, transforms it to Markdown format, and delivers a concise summary without manual copying or formatting.

Can I summarize long Notion pages without reading them entirely?

Yes. The Skill detects Notion URLs or accepts search keywords, extracts the content via notion-to-md, and provides actionable summaries. This saves time when reviewing team handbooks, documentation, or reference pages with multiple blocks.

What's the difference between URL direct mode and search mode?

URL direct mode processes a Notion page directly when you share its link. Search mode lets you find Notion content by keywords and retrieve summarized results from matching pages. Both convert to Markdown and summarize automatically.

Does this work with Notion API and CLI-based workflows?

Yes. The Skill integrates notion-to-md CLI for Markdown conversion and supports Bash-based workflows. It includes error handling and structure preservation to maintain block hierarchy during extraction and summarization.

Can I use this for team collaboration on shared Notion spaces?

Yes. When team members share Notion URLs in conversation, the Skill automatically fetches and summarizes the content, making handbook entries, processes, or documentation instantly accessible without switching tabs or scrolling through long pages.