원클릭으로
notes
Create and manage notes in Notion
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create and manage notes in Notion
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.