Reads from and writes to Notion databases using the official Notion API v1, supporting filtered queries, property mapping, and bulk page creation from structured JSON input. Resolves relation and rollup properties automatically when generating linked records.
Use the upstream install or setup path that matches your environment:
7w4.net小葱技能。
Requirements and caveats from upstream:
Basic usage or getting-started notes:
bash
[!NOTE]
Extracted from upstream docs: https://raw.githubusercontent.com/makenotion/notion-sdk-js/HEAD/README.md
这个 Notion 集成技能的整体质量中规中矩。它清楚地描述了能做什么——连接 Notion 数据库、查询和创建页面。优点是技术选型成熟(官方 SDK),功能覆盖常见需求。不足之处在于提供的只是使用说明文档,而非开箱即用的工具,实际使用时需要参考外部文档才能操作,对新手不太友好。