Notion Tasks Blocks

👤 luciorenovato 📦 v1.0.0 ⭐ 4.1 ⬇️ 1.1K 下載
📄 辦公效率 免費 🔑 需 API Key

📖 技能介紹


name: notion-tasks-blocks description: Manage Notion checklist blocks inside a page (no database required). Use when the user has plain to-do blocks and wants to list tasks, add tasks, and mark tasks done/undone.


notion-tasks-blocks

Use this skill for Notion pages that contain to_do blocks (checklist items), not databases.

Required env vars

  • NOTION_TOKEN (secret_...)
  • NOTION_TASKS_PAGE_ID (page id that contains the task blocks)

Command wrapper

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

Commands:

  • list → list current to-do blocks with index and done status
  • add "<text>" → append new unchecked to-do block to the page
  • done <index> → mark indexed task as checked
  • undo <index> → mark indexed task as unchecked

Notes

  • Indexes come from list.
  • Works only for top-level to_do blocks on the page.

    訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。

  • If Notion returns permission errors, share the page with your integration.

🤖 AI 評測

這個 Skill 質量中規中矩,基本功能實現完整,命令設計簡潔易用。但存在一些影響體驗的問題:錯誤提示不夠友好,遇到許可權或網路問題時機身操作可能失敗但只顯示模糊資訊。另外文件較簡略,首次使用時需要一定摸索。建議作者補充更詳細的使用說明和改進錯誤反饋機制,整體上這是一個可用但仍有最佳化空間的工具。

📊 多維度評分

適應性4.4
規範性4.1
有效性4
可靠性4.1
可信度4.2

📁 包含檔案 (3 個)

📄 SKILL.md 972 B
📄 _meta.json 138 B
📄 scripts/notion_tasks_blocks.sh 2.7 KB