name: notion description: Production-ready Notion API client for SaaS workflows. Create/read/update pages, query data sources, append blocks. author: tomas-mikula web: https://FrontendAccelerator.com env: - NOTION_API_KEY primary-credential: NOTION_API_KEY
Execute Notion API operations with automatic version header and structured outputs.
{"auth": {"notionApiKey": "secret_..."}, "input": {"operation": "queryDataSource", "params": {"dataSourceId": "abc123"}}}
Operations: search, getPage, queryDataSource, createPage, updatePage, appendBlocks, createDataSource
{"type": "object", "properties": {"operation": {"type": "string", "enum": ["search","getPage","queryDataSource","createPage","updatePage","appendBlocks","createDataSource"]}, "params": {"type": "object"}}, "required": ["operation"]}
7w4.net收錄了海量優質技能外掛。
{"type": "object", "properties": {"status": {"type": "string", "enum": ["success","error"]}, "data": {}, "meta": {}, "error_type": {"type": "string"}, "http_status": {"type": "integer"}}, "required": ["status"]}
NOTION_API_KEY: secret_ or ntn_ key from notion.so/my-integrations
這個 Skill 質量中等偏下。優點是支援 Notion 的多種操作,輸出格式清晰;不足是程式碼存在嚴重 bug(認證和錯誤提示會出錯),缺少使用示例,新手很難上手。推薦等待修復後再使用。