agent-todo

Manage task lifecycle operations in a Notion database via MCP tools.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/PaulBader-imp/pauls-ki-tools --skill agent-todo-paulbader-imp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-todo
Source: https://github.com/PaulBader-imp/pauls-ki-tools/tree/main/.claude/skills/agent-todo
Command: npx skills add https://github.com/PaulBader-imp/pauls-ki-tools --skill agent-todo-paulbader-imp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill solves the fragmentation of personal and cross-functional tasks by providing a dedicated, structured interface to the Assistent-Aufgaben Notion database, ensuring tasks are captured and tracked without cluttering other system-of-record domains.

Core Features & Use Cases

  • Task Capture: Create tasks from natural language with support for due dates, reminders, importance, and categorization.
  • Task Completion: Safely mark tasks as done using fuzzy matching to ensure the correct item is updated.
  • Task Overview: Generate a prioritized, grouped summary of open tasks to maintain focus on daily and weekly goals.
  • Use Case: When Paul says "remind me to finish the project proposal by Friday," the skill automatically parses the date, sets the priority, and adds it to the Notion database.

Quick Start

Use the agent-todo skill to add a new task to my list for preparing the client presentation by next Tuesday.

Frequently Asked Questions about agent-todo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Notion tasks using natural language?

Notion task management via natural language works by parsing spoken phrases into structured database properties, automatically extracting due dates, priorities, and categories to create entries in your Notion database.

Can I create Notion to-do items with automatic due dates and reminders?

Notion to-do items can be created with automatic due dates and reminders by expressing requirements in plain text, which the skill parses to populate corresponding schema properties within the Notion database.

What is the best way to get a prioritized overview of open tasks in Notion?

A prioritized overview of open tasks in Notion is generated by querying the database with filtered retrieval, grouping open items to maintain focus on daily and weekly goals.

How does fuzzy matching work when marking Notion tasks as done?

Fuzzy matching for marking Notion tasks as done ensures the correct database item is updated by safely comparing your text input against existing entries, preventing accidental updates to similar tasks.

Do I need the Notion API and Python scripts to query task data?

Notion API integration via MCP tools and local Python scripts are required to execute structured data querying and perform CRUD actions on the Notion task database.

What are the limitations of using a centralized Notion database for personal task tracking?

Limitations of centralized Notion task tracking include confinement to a specific predefined database schema, meaning tasks must conform to existing properties and cannot clutter other system-of-record domains.