name: notion-mvp description: 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 from chat.
Use this skill to write/read tasks across multiple Notion databases (aliases).
NOTION_TOKEN (integration token, secret_...)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"}
Run:
bash {baseDir}/scripts/notion_mvp.sh <command> [args]
Commands:
add <alias> "<bloco>" [YYYY-MM-DD] [HH:MM] ["<local>"] → create an itemdata=today, hora=09:00, local=""today <alias> → list items with Data = todayquery <alias> "<text>" → search items by Bloco contains textaliases → list configured aliasesThis skill expects these Notion properties in each target database:
Bloco (title)Data (rich_text/text)Hora (rich_text)Local (rich_text)7w4.net有更好的技能外掛。
agenda, tarefas, etc.).add with alias + Bloco/Data/Hora/Local.today <alias>.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"
這個 Skill 質量還不錯,能幫助你在 Notion 裡快速新增和查詢任務。它支援按日期檢視今天的任務,也能搜尋特定內容,用起來比較方便。不過它的功能比較基礎,而且需要一定的技術環境才能執行。對於普通使用者來說,配置起來可能會有點麻煩。