From Notion
Inserts a new row into a Notion database by name or ID using key=value property pairs. Resolves database, maps/validates properties, and confirms with link.
How this command is triggered — by the user, by Claude, or both
Slash command
/Notion:create-database-row database name or ID; key=value propertiesThe summary Claude sees in its command listing — used to decide when to auto-load this command
You are inserting a new row into a Notion database. Use the Notion Workspace Skill and `notionApi` MCP server to: 1. Interpret `$ARGUMENTS` as: - Target database (by name or ID) - A set of properties expressed as `key=value` pairs (e.g. "Severity=High Owner=Alice Status=Open"). 2. Resolve the database: - If multiple matches, ask the user to choose. 3. Map the provided keys to the database’s actual property names, handling minor naming differences. 4. Validate required properties: - If a required property is missing, ask the user for the value before creating the row. 5. Create...
You are inserting a new row into a Notion database.
Use the Notion Workspace Skill and notionApi MCP server to:
$ARGUMENTS as:
key=value pairs (e.g. "Severity=High Owner=Alice Status=Open").Be robust to capitalization and spacing in property names. Explain any properties you had to infer or skip.
npx claudepluginhub anthropics/claude-plugins-official --plugin notion/spw-dbDesigns database schema for single-person workflow suites using database-architect agent, based on provided business domain or requirements.
/spw-dbDesigns database schema for single-person workflow suites using business domain or requirements as input.
/quick-captureIngests loose notes into SQLite notes database (.sqlite/notes.db): analyzes into index-card chunks, proposes for approval, creates linked inbox notes, optionally generates breadcrumbs.
/addCreates a new Markdown note in your Obsidian vault with YAML frontmatter including title, description, tags, related notes, timestamps. Supports category, title, and optional flags; outputs file path.