notion
Notion
Manage your Notion workspace through conversation — search pages, create docs, query databases, and update content.
Authentication
Requires a Notion Integration Token. If not configured, load notion-connect/SKILL.md to guide the user through setup.
Check: python3 notion-connect/scripts/notion_connect.py --check
Routing
| User wants to... | Load |
|---|---|
| Connect Notion / fix auth errors | notion-connect/SKILL.md |
| Search, read, create, edit pages | pages/SKILL.md |
| Query databases, add entries, list databases | databases/SKILL.md |
How Scripts Access Notion
More from creminiai/cremini-skills
web-fetch
Fetch web page content via Chrome DevTools Protocol (CDP). Full JS rendering, handles redirects (including Google News). Use when you need to read the text content of a web page, scrape articles, or extract information from URLs. Zero dependencies — Python 3 stdlib only. Cross-platform (Mac, Windows, Linux).
38stripe
View Stripe revenue, subscriptions, customers, payments, and products through conversation. Check MRR, find failed payments, list recent customers, and review pricing. Use when the user asks about revenue, payments, subscriptions, invoices, or anything related to Stripe.
21notion-pages
Search, read, create, update, and append content to Notion pages. Use when the user wants to find pages, read content, create new docs, or edit existing pages in Notion.
14notion-connect
Set up Notion integration token. Use when Notion commands fail with auth errors, or when user wants to connect their Notion workspace. Takes 2 minutes — user creates an integration at notion.so/my-integrations and pastes the token.
14notion-databases
Query, list, and create entries in Notion databases. Use when the user wants to query tasks, projects, or any structured data in Notion. Also use for listing all databases in the workspace.
14stripe-customers
List, search, and view Stripe customers and their subscriptions. Use when the user asks about customers, subscribers, churn, or customer payment history.
12