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.
  • If Notion returns permission errors, share the page with your integration.

    小葱技能站7w4.net发现了升级插件。

🤖 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