notion-task-creator

Create tasks in a Notion database via shell script and Notion API.

2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/onejaejae/skills --skill notion-task-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion-task-creator
Source: https://github.com/onejaejae/skills/tree/main/user-scope-skills/notion-task-creator
Command: npx skills add https://github.com/onejaejae/skills --skill notion-task-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new tasks directly within your Notion workspace, eliminating the need for manual entry and ensuring consistency.

Core Features & Use Cases

  • Task Creation: Quickly add new tasks to your Notion database with specified details.
  • Customizable Fields: Supports title, status, area, type, epic, definition of done, and body content.
  • Use Case: When you receive a new feature request, use this Skill to instantly create a task in Notion, pre-filled with the title, assigned to the correct team, and categorized appropriately.

Quick Start

Use the notion-task-creator skill to create a new task with the title "Implement user authentication".

Frequently Asked Questions about notion-task-creator

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

FAQPage Schema
How do I create Notion tasks with custom fields using an API?

You can create Notion tasks by running a shell script that sends data via the Notion API to your database. This method populates detailed attributes like title, status, area, type, epic, definition of done, and assignee.

What do I need to automate task creation in a Notion database?

To automate task creation in a Notion database, you must provide a valid Notion API key and the specific database ID. These credentials allow the script to authenticate and write data to your workspace.

Can I add markdown formatted body content to a new Notion task?

Yes, the Notion task creation script fully supports adding markdown formatted body content. You can pass markdown text directly to ensure your task notes and descriptions are properly formatted.

What is the best way to streamline project management task entry in Notion?

Using an automated shell script to create Notion tasks is the best way to streamline project management task entry. It eliminates manual input and ensures consistent population of fields like epic, type, and definition of done.

Does Notion task creation work for detailed workflow attributes like definition of done?

Yes, creating Notion tasks via this script supports detailed workflow attributes like definition of done. It explicitly maps fields for area, type, epic, and assignee to fit structured project management workflows.