notion
Original:🇺🇸 English
Translated
3 scriptsChecked / no sensitive code detected
Read, create, and manage Notion pages and databases through conversation. Search workspace content, create new pages, query databases, and update existing content. Use when the user asks about Notion, their notes, docs, wikis, project boards, or any Notion database.
13installs
Sourcecreminiai/cremini-skills
Added on
NPX Install
npx skill4agent add creminiai/cremini-skills notionTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →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 to guide the user through setup.
notion-connect/SKILL.mdCheck:
python3 notion-connect/scripts/notion_connect.py --checkRouting
| User wants to... | Load |
|---|---|
| Connect Notion / fix auth errors | |
| Search, read, create, edit pages | |
| Query databases, add entries, list databases | |
How Scripts Access Notion
All scripts read the token from :
~/.config/notion/config.jsonjson
{"token": "ntn_xxx..."}Scripts use the Notion REST API () with this token in the header.
https://api.notion.com/v1/Authorization: BearerFollow-Up Questions
- "Search my Notion for notes about Q2 planning"
- "Create a new page in my workspace with today's meeting notes"
- "Query my tasks database for items due this week"
- "Add a new entry to my projects database"