notion
Access your Notion workspace to retrieve page content, search across pages and databases, query database rows, and create or update pages programmatically. The skill handles authentication automatically through managed OAuth or internal integration credentials.
Notion lets you read and write Notion pages and databases through the Notion API.
AI-generated summary based on this skill's SKILL.md
Install
vellum-ai/vellum-assistant/notion · repository language: TypeScript
git clone https://github.com/vellum-ai/vellum-assistant
cp -r vellum-assistant/skills/notion ~/.claude/skills/notionFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I read my Notion page with this skill?
notion lets you retrieve full page content from your Notion workspace. The skill handles authentication automatically through managed OAuth or internal integration credentials, so you can access pages without manual token setup. Simply specify the page ID or search for the page by name, and notion will fetch the content for you.
Can I search notion for project notes across my workspace?
Yes, notion supports searching for specific pages or databases in your Notion workspace. You can search by page title, database name, or content keywords to locate project notes and other documents. The skill returns matching results so you can quickly find what you need without manually browsing your workspace.
What can notion do with databases and queries?
notion lets you query Notion databases with filters and sorting to retrieve specific rows that match your criteria. You can also read database properties and structure. Combined with the ability to search for databases by name, notion gives you flexible access to organized data stored in your Notion workspace.
How do I create or update content in Notion using this skill?
notion supports creating new pages and updating or appending content to existing pages in your workspace. You can programmatically write to Notion, modify task lists, and add information to pages without opening the Notion app. The skill handles all authentication automatically so updates happen seamlessly.
What authentication does notion require?
notion handles authentication automatically through managed OAuth or internal integration credentials—you don't need to manually manage API tokens. The skill manages Notion API connections for you, so you can focus on accessing and updating your workspace content rather than configuration details.
Can I fetch and work with notion database rows?
Yes, notion lets you fetch Notion database rows and retrieve their properties. You can pull data from your Notion workspace, query databases with specific filters and sorting, and work with the structured data stored in your databases. This makes it easy to integrate Notion data into your workflows.
SKILL.md
rendered from the published skill — quoted content, verbatim
You have access to the Notion API via the managed OAuth connection or an internal integration secret stored in the credential vault. Both paths inject the Authorization header automatically. Never reveal credential values or echo token values into the shell.
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/notion/SKILL.md
skills/notion/assets/icon.svg