notion

Your AI-powered travel assistant for effortless trip planning and booking.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/gnestor/claude-workflow-plugin --skill notion-gnestor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/gnestor/claude-workflow-plugin/tree/main/.claude/skills/notion
Command: npx skills add https://github.com/gnestor/claude-workflow-plugin --skill notion-gnestor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @notionhq/client, @std/dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill enables direct, programmable access to Notion workspaces, allowing automation of page retrieval, search, creation, and collaboration content.

Core Features & Use Cases

  • Search pages and databases in a Notion workspace using the Notion API.
  • Retrieve page content, create new pages, and add comments to existing pages.
  • Convert Notion blocks to Markdown for export or cross-tool workflows (e.g., Obsidian).

Quick Start

Ask the agent to search Notion for a page or database and retrieve its content.

Frequently Asked Questions about notion

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

FAQPage Schema
How do I search Notion pages and databases using the API?

You can search Notion pages and databases by directing the agent to query your workspace, which translates the request into Notion API calls to retrieve matching content and blocks.

Can I convert Notion blocks to Markdown for cross-tool workflows?

Notion blocks are converted to Markdown automatically, allowing you to export workspace content or integrate it into cross-tool workflows like Obsidian for further editing.

What do I need to create pages and add comments in a Notion workspace?

To create pages and add comments in a Notion workspace, you need the Notion client configured with access credentials, enabling the agent to handle schemas and content blocks safely.

How does the agent handle Notion content blocks when creating pages?

The agent translates user requests into API calls, safely managing Notion schemas and content blocks while converting Markdown input into the required Notion block structures for page creation.

Does this approach support retrieving existing page content from Notion?

Retrieving existing Notion page content is fully supported, enabling you to read workspace data, extract text, and process information directly through automated agent interactions.

What are the limitations of automating Notion workspace interactions via API?

Automating Notion interactions requires valid API credentials and depends on Notion API rate limits, meaning bulk workspace operations may need throttling to avoid request failures.