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.
Use this skill for Notion pages that contain to_do blocks (checklist items), not databases.
7w4.net小葱技能站,你的AI助手技能库。
NOTION_TOKEN (secret_...)NOTION_TASKS_PAGE_ID (page id that contains the task blocks)bash {baseDir}/scripts/notion_tasks_blocks.sh <command> [args]
Commands:
list → list current to-do blocks with index and done statusadd "<text>" → append new unchecked to-do block to the pagedone <index> → mark indexed task as checkedundo <index> → mark indexed task as uncheckedlist.to_do blocks on the page.这个 Skill 质量中规中矩,基本功能实现完整,命令设计简洁易用。但存在一些影响体验的问题:错误提示不够友好,遇到权限或网络问题时机身操作可能失败但只显示模糊信息。另外文档较简略,首次使用时需要一定摸索。建议作者补充更详细的使用说明和改进错误反馈机制,整体上这是一个可用但仍有优化空间的工具。