# Notion

> Request timeout in seconds. Use when this capability is needed.

- Skill: `tomevault-io/notion-17` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/notion-17`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/notion-17/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/notion-17

---


Use this skill to access the Notion API for read/write operations.

Notes:
1. `NOTION_API_KEY` is optional; without it the Notion API requests will fail.
2. Default Notion API version is `2025-09-03` unless overridden.
3. The CLI outputs JSON with `status_code`, `ok`, and `response`.

Examples:
- Search pages:
  - `method=POST`
  - `path=/v1/search`
  - `body={"query":"roadmap","page_size":5}`
- Retrieve a page:
  - `method=GET`
  - `path=/v1/pages/<page_id>`

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/simonvanlaak) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

