← 返回
开发者工具 Key 中文

Notion Mvp

Create and list Notion tasks in a single database via Notion API. Use when the user asks to add tasks, list today tasks, or capture quick todos in Notion fro...
通过 Notion API 在单一数据库中创建和列出任务。当用户要求添加任务、列出今日任务或快速记录待办事项时使用。
luciorenovato
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 889
下载
💾 38
安装
1
版本
#latest

概述

notion-mvp

Use this skill to write/read tasks across multiple Notion databases (aliases).

Required env vars

  • NOTION_TOKEN (integration token, secret_...)
  • one of:
  • NOTION_DATABASE_MAP (JSON map alias -> database_id)
  • NOTION_DATABASE_ID (fallback default database)

Example NOTION_DATABASE_MAP:

{"agenda":"db_id_1","tarefas":"db_id_2","crm":"db_id_3"}

Command wrapper

Run:

bash {baseDir}/scripts/notion_mvp.sh <command> [args]

Commands:

  • add "" [YYYY-MM-DD] [HH:MM] [""] → create an item
  • defaults: data=today, hora=09:00, local=""
  • today → list items with Data = today
  • query "" → search items by Bloco contains text
  • aliases → list configured aliases

Expected database properties

This skill expects these Notion properties in each target database:

  • Bloco (title)
  • Data (rich_text/text)
  • Hora (rich_text)
  • Local (rich_text)

Usage pattern

  1. Validate env vars and fail with clear message if missing.
  2. Resolve the correct database alias (agenda, tarefas, etc.).
  3. For schedule capture requests, call add with alias + Bloco/Data/Hora/Local.
  4. For “hoje” / “today” requests, call today .
  5. Return a concise summary after command output.

Examples

bash {baseDir}/scripts/notion_mvp.sh aliases
bash {baseDir}/scripts/notion_mvp.sh add agenda "Ligar para dermatologista" 2026-02-14 10:00 "Barra"
bash {baseDir}/scripts/notion_mvp.sh add tarefas "Consertar tela do celular" 2026-02-14 15:30 "Centro"
bash {baseDir}/scripts/notion_mvp.sh today agenda
bash {baseDir}/scripts/notion_mvp.sh query agenda "dermatologista"

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 11:01 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,734
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 66 📥 179,859
ai-intelligence

Notion Tasks Blocks

luciorenovato
在页面内管理 Notion 待办清单块(无需数据库)。当用户使用普通待办块,想要列出、添加或标记任务时使用。
★ 0 📥 797