# Notion

> Search, read, query, and create content in the connected Notion workspace

- Skill: `quixiai/notion` (Agent Skill)
- Install (CLI): `npx skillmds@latest add quixiai/notion`
- Raw SKILL.md: https://api.skillmd.com/api/skills/quixiai/notion/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: quixiai (https://skillmd.com/u/quixiai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/quixiai/notion

---


# Notion

Use this for pages and data sources explicitly shared with the connected Notion
integration.

## Principles

- Search first when an exact page or data-source ID is unknown.
- A retrieved page contains properties; request its blocks when the task needs page content.
- Use current data-source IDs, not legacy database IDs, for queries and new database rows.
- Treat filters, sorts, properties, and children as native Notion JSON and keep them no larger than the requested operation needs.
- `notion_create_page` is an external write. Summarize the parent and content, then let the normal approval gate obtain the user's explicit choice.
- Never infer access to unshared workspace content and never ask for a Notion token in chat.

