en un clic
notion
Notion API for creating and managing pages and databases
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Notion API for creating and managing pages and databases
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Window management, file operations, and clipboard
Local media player control via Windows media keys
Spotify Web Player control via Playwright
OS-level control — apps, volume, brightness, screenshots
General browser control and URL navigation
WhatsApp Web messaging via Playwright
| name | notion |
| description | Notion API for creating and managing pages and databases |
| triggers | ["notion","note","write this down","save to notion","add to notion"] |
| requires | NOTION_API_KEY in .env |
Creates, reads, and updates Notion pages and databases via the Notion API.
Requires NOTION_API_KEY in .env (starts with ntn_ or secret_).
Target pages/databases must be shared with the Notion integration.
notion_search(query="<target page/database name>") — find where to savenotion_create_page(title="<title>", content="<content>", database_id="<id>") — create the pagenotion_search(query="<page name>") — find the pagenotion_append(page_id="<id>", content="<text>") — append contentnotion_search(query) — search pages and databases by titlenotion_create_page(title, content, database_id) — create a new pagenotion_append(page_id, content) — append text blocks to existing pagenotion_query_db(database_id, filter_property, filter_value) — query a database