en un clic
notes
Create and manage notes in Notion
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
Create and manage notes in Notion
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
View and manage Google Calendar events
Check and manage Gmail inbox
Search the web for information using Exa
Review code for bugs, security issues, performance problems, and style. Accepts a file path, diff, or inline code snippet.
Generate a conventional commit message from staged changes or a diff. Follows Conventional Commits spec (feat/fix/chore/refactor/docs/test/perf/ci).
Structured debugging session. Accepts an error message, stack trace, or description of unexpected behaviour. Works through reproduce → isolate → hypothesize → verify → fix.
| name | notes |
| description | Create and manage notes in Notion |
| argument-hint | ["list|create \"title\"|search \"query\""] |
| allowed-tools | bash, notion |
Manage notes in Notion based on the command: $ARGUMENTS
List recent notes:
connectors run notion pages list --max 10
Create a note: Parse the title and optional content from arguments:
connectors run notion pages create "PARENT_PAGE_ID" "Note Title" --content "Note content here"
Note: You'll need to know the parent page ID. List pages first to find it.
Search notes:
connectors run notion search "query" --pages
Get note content:
connectors run notion blocks children "PAGE_ID"
Present notes with:
For search results, show relevance highlights.