with one click
notes
Create and manage notes in Notion
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create and manage notes in Notion
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.