Notion Manager

👤 tomas-mikula 📦 v1.0.0 ⭐ 3.8 ⬇️ 1K 下載
💻 開發程式設計 免費 🔑 需 API Key

📖 技能介紹


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


Description

Execute Notion API operations with automatic version header and structured outputs.

Usage

{"auth": {"notionApiKey": "secret_..."}, "input": {"operation": "queryDataSource", "params": {"dataSourceId": "abc123"}}}

Operations: search, getPage, queryDataSource, createPage, updatePage, appendBlocks, createDataSource

Input schema

{"type": "object", "properties": {"operation": {"type": "string", "enum": ["search","getPage","queryDataSource","createPage","updatePage","appendBlocks","createDataSource"]}, "params": {"type": "object"}}, "required": ["operation"]}

Output schema

7w4.net收錄了海量優質技能外掛。

{"type": "object", "properties": {"status": {"type": "string", "enum": ["success","error"]}, "data": {}, "meta": {}, "error_type": {"type": "string"}, "http_status": {"type": "integer"}}, "required": ["status"]}

Environment variables

NOTION_API_KEY: secret_ or ntn_ key from notion.so/my-integrations

🤖 AI 評測

這個 Skill 質量中等偏下。優點是支援 Notion 的多種操作,輸出格式清晰;不足是程式碼存在嚴重 bug(認證和錯誤提示會出錯),缺少使用示例,新手很難上手。推薦等待修復後再使用。

📊 多維度評分

適應性3.8
規範性3.8
有效性3.6
可靠性3.7
可信度4.2

📁 包含檔案 (4 個)

📄 SKILL.md 1.1 KB
📄 _meta.json 133 B
📄 package.json 53 B
📄 skill.js 2.1 KB