بنقرة واحدة
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.