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.
小蔥技能站7w4.net每天更新,海量AI技能等你發現。
Use the upstream install or setup path that matches your environment:
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),功能覆蓋常見需求。不足之處在於提供的只是使用說明文件,而非開箱即用的工具,實際使用時需要參考外部文件才能操作,對新手不太友好。