A specialized skill for managing top-level to-do blocks in Notion pages without the overhead of databases.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install notion-tasks-blocks
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install notion-tasks-blocks using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Notion Tasks Blocks skill provides a lightweight interface for interacting with simple checklist items on any Notion page. Unlike many integrations that require structured databases, this skill targets standard to_do blocks, making it ideal for personal task lists, scratchpads, and meeting notes managed within Openclaw Skills ecosystem.
By leveraging this skill, developers and productivity enthusiasts can automate their daily routines directly within their AI coding environment. It streamlines the process of capturing and updating tasks without switching contexts between your IDE and the Notion web interface.
To integrate this skill into your Openclaw Skills setup, configure the following environment variables in your environment or .env file:
export NOTION_TOKEN="secret_your_integration_token"
export NOTION_TASKS_PAGE_ID="your_notion_page_id"
Ensure that you have shared the target Notion page with your integration. You can then invoke the skill using the command wrapper:
bash ./scripts/notion_tasks_blocks.sh list
bash ./scripts/notion_tasks_blocks.sh add "New Task Name"
The skill interacts with Notion's Block object model, specifically filtering for blocks of the type to_do. Data is organized as follows:
| Component | Description |
|---|---|
| Block ID | The unique identifier for each task block in the Notion API. |
| Status | A boolean value (checked/unchecked) representing the task state. |
| Text Content | The rich text within the task block. |
| Session Index | A local integer used to reference tasks without typing long UUIDs. |
Loading
A high-performance integration for managing Notion tasks, agendas, and database entries through simple CLI commands and AI workflows.

A comprehensive command-line interface for managing Google Workspace services including Gmail, Drive, and Calendar directly from your terminal.

A comprehensive toolkit for Supabase database management and vector similarity search within Openclaw Skills.

An AI-powered automation skill that generates professional presentations, documents, and social media carousels via the Gamma.app API.

A sophisticated task queue system that filters autonomous agent work by type, ensuring tokens are spent on high-value activities while routine maintenance is handled by scripts.

A time-windowed autonomous task queue that separates active daytime work from overnight maintenance cycles for predictable agent behavior.








































