create-database-row

Insert validated rows into Notion databases from natural-language property specifications.

19|9|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-database-row
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-database-row
Source: https://github.com/makenotion/cursor-notion-plugin/tree/main/skills/create-database-row
Command: npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-database-row

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Insert a new row into a specified Notion database by mapping natural-language property values to the database schema and performing validation.

Core Features & Use Cases

  • Map user-provided key=value pairs to the database's property names, tolerating minor naming differences.
  • Validate required properties and prompt for missing values before creation.
  • Create the row and return confirmation details including database name and row identifiers; suitable for task tracking, project records, or data entries.

Quick Start

Tell me the target database name or ID and a set of property=value pairs to create a new row.

Frequently Asked Questions about create-database-row

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

FAQPage Schema
How do I insert a new row into a Notion database from natural language data?

To insert a new row into a Notion database, map natural-language property specifications to validated fields. The skill normalizes property names, validates required data, and creates the row automatically.

Can I use minor naming variations when setting property values for a Notion row?

Yes, you can use minor naming variations when setting Notion row properties. The skill tolerates naming differences by normalizing your provided key=value pairs to match the database schema.

What happens if required fields are missing when creating a Notion database row?

If required fields are missing during Notion database row creation, the skill validates the properties and prompts you for the missing values before successfully creating the new row.

Does the Notion row creation process return a confirmation or row identifier?

The Notion row creation process returns confirmation details including the database name and the new row identifier. This allows you to verify the successful data entry in your automated workflows.

How do I automate task tracking by adding records to a Notion database?

Automate task tracking by providing a target database name or ID and a set of property=value pairs. The skill handles the validation and row creation to ensure your project records are logged accurately.