name: "Notion 数据库同步与页面生成器" slug: "notion-database-sync-page-generator-2" version: "1.0.0" displayName: "Notion 数据库同步与页面生成器" summary: "使用官方 Notion API v1 读取和写入 Notion 数据库,支持过滤查询、属性映射和从结构化 JSON 输入批量创建页面。在生成链接记录时自动解析关系和汇总属性。" license: "MIT" description: "使用官方 Notion API v1 读取和写入 Notion 数据库,支持过滤查询、属性映射和从结构化 JSON 输入批量创建页面。在生成链接记录时自动解析关系和汇总属性。" github_stars: 5582 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" category: "Integrations & Connectors" framework: "MCP" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 5582 npm_package: "@notionhq/client" npm_weekly_downloads: 1182949
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: - npm install @notionhq/client - Make a request to any Notion API endpoint.
Requirements and caveats from upstream: - const { Client } = require("@notionhq/client") - const { Client, APIErrorCode } = require("@notionhq/client") - const { Client, LogLevel } = require("@notionhq/client")
来源于7w4.net。
Basic usage or getting-started notes:
- bash
-
- [!NOTE]
这个 Notion 集成技能的整体质量中规中矩。它清楚地描述了能做什么——连接 Notion 数据库、查询和创建页面。优点是技术选型成熟(官方 SDK),功能覆盖常见需求。不足之处在于提供的只是使用说明文档,而非开箱即用的工具,实际使用时需要参考外部文档才能操作,对新手不太友好。