Back to Skills

reading-notion

verified

Notion URLが会話に登場した時、またはNotionのコンテンツを検索・取得する必要がある時に使用してください。

View on GitHub

Marketplace

syou6162-marketplace

syou6162/claude-code-commands

Plugin

syou6162-plugin

Repository

syou6162/claude-code-commands
10stars

skills/reading-notion/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/syou6162/claude-code-commands/blob/main/skills/reading-notion/SKILL.md -a claude-code --skill reading-notion

Installation paths:

Claude
.claude/skills/reading-notion/
Powered by add-skill CLI

Instructions

# Reading Notion

NotionページやドキュメントをMarkdownに変換して読み取り、内容を要約・説明するスキルです。

## 概要

このスキルは2つのモードで動作します:

1. **URL直接モード**: Notion URLが会話に登場した時、`notion-to-md`を使って自動的にMarkdownに変換し、内容を説明
2. **検索モード**: キーワードでNotionを検索し、結果から選択したページの内容を説明

**URL直接モード**では、Go製のCLIツール`notion-to-md`を使用してNotion APIからページデータを取得し、Markdown形式に変換します。これにより、ネスト構造、豊富なブロックタイプ、テキストアノテーションなどを正確に保持したMarkdownファイルが生成されます。


## モード詳細

<trigger>

### URL直接モード

Notion URLを検出すると自動的に発動します。詳細は **reference/url-mode.md** を参照してください。

**発動例**:
- ユーザーが `https://www.notion.so/myorg/abc123def456ghi789jkl012mno34567` のようなURLを提示
- 会話中にNotion URLが登場

### 検索モード

キーワードでNotion内を検索したい時に発動します。詳細は **reference/search-mode.md** を参照してください。

**発動例**:
- 「データ基盤チームについて教えて」
- 「Notionでプロジェクト〇〇を検索して」
- 特定のキーワードに関する情報を求められた時

</trigger>

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
750 chars