SkillHub

notion-manager

v1.0.0

Production-ready Notion API client for SaaS workflows. Create/read/update pages, query data sources, append blocks.

Sourced from ClawHub, Authored by Tomas Mikula

Installation

Please help me install the skill `notion-manager` from SkillHub official store. npx skills add tomas-mikula/notion-manager

Description

Execute Notion API operations with automatic version header and structured outputs.

Usage

{"auth": {"notionApiKey": "secret_..."}, "input": {"operation": "queryDataSource", "params": {"dataSourceId": "abc123"}}}

Operations: search, getPage, queryDataSource, createPage, updatePage, appendBlocks, createDataSource

Input schema

{"type": "object", "properties": {"operation": {"type": "string", "enum": ["search","getPage","queryDataSource","createPage","updatePage","appendBlocks","createDataSource"]}, "params": {"type": "object"}}, "required": ["operation"]}

Output schema

{"type": "object", "properties": {"status": {"type": "string", "enum": ["success","error"]}, "data": {}, "meta": {}, "error_type": {"type": "string"}, "http_status": {"type": "integer"}}, "required": ["status"]}

Environment variables

NOTION_API_KEY: secret_ or ntn_ key from notion.so/my-integrations