notion

Read and write Notion databases to publish briefs and update CRM pipeline stages.

1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/antonyfmunoz/OS --skill notion-antonyfmunoz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notion
Source: https://github.com/antonyfmunoz/OS/tree/main/skills/tools/notion
Command: npx skills add https://github.com/antonyfmunoz/OS --skill notion-antonyfmunoz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The notion skill removes the manual bottleneck of creating, updating, and synchronizing structured content (briefs, CRM pipeline entries, and task records) inside Notion so your agents can reliably keep your workspace current.

Core Features & Use Cases

  • Create and publish structured pages in Notion databases using a consistent, canonical publisher pattern for EOS content (e.g., morning briefs, intelligence briefs, constraint diagnoses, portfolio status, EOD sync, CEO delegation results).
  • Query and sync task databases on a schedule by polling multiple venture task databases and pushing updates into your system of record (Neon events).
  • Update CRM pipeline stages by locating leads and patching select/date properties when bookings are created or canceled (e.g., via a Calendly webhook handler).

Use cases: generate a daily founder brief and publish it to a Notion database for review, keep CRM stages accurate after scheduling events, and continuously reflect task progress from Notion task databases into operational events.

Quick Start

Use the notion skill to publish a daily morning brief into the Notion brief database and return the resulting Notion URL.

Frequently Asked Questions about notion

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

FAQPage Schema
How do I automate publishing daily briefs to a Notion database?

Publishing daily briefs to a Notion database is automated by applying a canonical publisher pattern that creates structured pages and blocks for content delivery. It returns the resulting Notion URL for review.

Can I sync Notion task databases with my system of record on a schedule?

Syncing Notion task databases is achieved by polling multiple venture task databases on a schedule and pushing updates into your system of record. This continuously reflects task progress into operational events.

How do I update CRM pipeline stages in Notion when a booking is created or canceled?

Updating CRM pipeline stages in Notion is handled by locating leads and patching select or date properties when bookings are created or canceled. This is typically triggered via a webhook handler.

What do I need to configure before querying and writing to Notion databases?

Querying and writing to Notion databases requires a valid Notion integration token and correct database sharing permissions. Proper setup ensures database queries and page updates execute successfully with fallback routing.

Does this approach handle Notion API rate limits during automated task polling?

Handling Notion API rate limits during automated task polling is supported by using rate-limit-safe request patterns. This ensures reliable page creation, updates, and database queries without hitting operational bottlenecks.