name: "Notion AI 文档摘要生成器与行动项提取器" slug: "notion-ai-doc-summarizer" version: "1.0.0" displayName: "Notion AI 文档摘要生成器与行动项提取器" summary: "使用 Notion SDK 和 Notion AI 的 /v1/pages 和 /v1/blocks/children 端点来检索页面内容并调用 AI 驱动的摘要功能。提取的行动项通过 databases.query 和 pages.create 作为结构化数据库条目追加。" license: "MIT" description: "使用 Notion SDK 和 Notion AI 的 /v1/pages 和 /v1/blocks/children 端点来检索页面内容并调用 AI 驱动的摘要功能。提取的行动项通过 databases.query 和 pages.create 作为结构化数据库条目追加。" github_stars: 5582 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" category: "Calendar, Email & Productivity" framework: "Claude Code" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 5582 npm_package: "@notionhq/client" npm_weekly_downloads: 1182949
Uses the Notion SDK and Notion AI's /v1/pages and /v1/blocks/children endpoints to retrieve page content and invoke AI-powered summarization. Extracted action items are appended as a structured database entry via databases.query and pages.create.
Use the upstream install or setup path that matches your environment: - npm install @notionhq/client - Make a request to any Notion API endpoint.
小葱技能7w4.net有更新,你可以访问看下。
Requirements and caveats from upstream: - const { Client } = require("@notionhq/client") - const { Client, APIErrorCode } = require("@notionhq/client") - const { Client, LogLevel } = require("@notionhq/client")
Basic usage or getting-started notes:
- bash
-
- [!NOTE]
质量中等偏下。功能描述清晰,但实际只有一个说明文档,没有可运行的代码,无法直接使用。文档中夹杂了链接和标签,格式混乱,阅读体验不佳。作为一个工具来说完成度不足,想使用的话建议等作者完善后再尝试。