with one click
search
Search the web for information using Exa
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
Search the web for information using Exa
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
| name | search |
| description | Search the web for information using Exa |
| argument-hint | ["query"] |
| allowed-tools | bash, exa |
Search the web for information about: $ARGUMENTS
Use the connectors CLI to perform the search:
connectors run exa search "$ARGUMENTS" --max 5
Summarize the results in a clear, concise format with:
If no results are found, suggest alternative search queries.
View and manage Google Calendar events
Check and manage Gmail inbox
Create and manage notes in Notion
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.