com um clique
notes
Create and manage notes in Notion
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create and manage notes in Notion
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional 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.