fetch-notion-materials

Extracts targeted information from Notion pages, databases, and Docs with scope filtering.

Updated May 18, 2026
One-click install
npx skills add https://github.com/dodonki1223/vault --skill fetch-notion-materials-dodonki1223
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fetch-notion-materials
Source: https://github.com/dodonki1223/vault/tree/main/.agents/skills/fetch-notion-materials
Command: npx skills add https://github.com/dodonki1223/vault --skill fetch-notion-materials-dodonki1223

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Gathering relevant decisions, specs, and updates scattered across Notion pages and Docs is time-consuming and error-prone. This Skill retrieves only the information matching your specified targets, time ranges, and viewpoints, without pulling full documents or irrelevant background. ## Core Features & Use Cases - Scoped Retrieval: Accepts Notion URLs, page titles, databases, Docs URLs, keywords, date ranges, viewpoints, and exclusion criteria to fetch only relevant fragments. - Authentication & Connector Checks: Verifies Notion/Docs tool availability and OAuth status with read-only probes before fetching, and returns actionable guidance when access fails. - Structured Output: Returns a compact table with update timestamps, sources, owners, summaries, links, and retrieval reasons, ready for downstream classification. - Use Case: Before a weekly planning meeting, ask for all decisions and open questions from a specific Notion database updated in the last 7 days, excluding archived drafts, and receive a concise sourced summary. ## Quick Start Use the fetch-notion-materials skill to collect decisions, owners, and deadlines from this Notion database for the past week, excluding old drafts.

Frequently Asked Questions about fetch-notion-materials

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

FAQPage Schema
How do I extract specific information from Notion pages?▼

Provide the Notion URL, page title, database, or keywords along with a date range and viewpoints such as decisions or open issues. The skill fetches only matching fragments and returns them in a structured table with sources and timestamps.

How to fetch Notion database updates within a date range?▼

Specify the database and an explicit date range in your request. The skill prioritizes explicit dates, checks each page's update timestamp, and flags stale information rather than treating it as current.

Does this skill work without Notion MCP tools configured?▼

No. It requires Notion or Docs connector tools to be available. If tools are missing, it checks configuration, guides you to install or enable the Notion plugin, and asks you to retry in a new thread after authentication.

Why does Notion retrieval fail with permission errors?▼

Failures occur when pages or databases are not shared with the connected account, OAuth tokens expired, or the connector points to the wrong workspace. The skill returns the failure reason and the exact user action needed, such as re-sharing or re-authenticating.

Can this skill update or organize my Notion notes?▼

No. It only retrieves and lightly filters information. It does not edit files, classify results into categories like facts or assumptions, or integrate content into other documents; those steps are left to downstream processing.