Install
npx skillscat add monkey1sai/openai-cli/claude-command-notion-find Install via the SkillsCat registry.
About this skill
This skill searches Notion pages and databases by title keywords using fuzzy matching. It helps users quickly locate specific content in large Notion workspaces without manual browsing. Use it when you need to find Notion pages or databases by title but don't have direct links or exact names.
SKILL.md
Claude Command (Imported): find
- Source:
C:\Users\monke\.claude\plugins\cache\claude-plugins-official\Notion\0.1.0\commands\find.md - Plugin:
Notion - Version:
0.1.0
Notes
- Claude command files may use
!prefixes for shell execution. In Codex, run those commands in the terminal manually.
Original Command Frontmatter (Reference)
description: Quickly find pages or databases in Notion by title keywords.
argument-hint: query termsOriginal Command Body
Use the Notion Workspace Skill and notionApi MCP server to quickly locate pages or databases whose titles
match $ARGUMENTS.
Behavior:
- Treat
$ARGUMENTSas fuzzy search terms for titles (e.g. "Q1 plan", "Claude marketplace spec"). - Search both:
- Individual pages
- Databases
- Return a short list of the best matches with:
- Title
- Type (page or database)
- Location / parent (if available)
- Prefer precision over recall: better to show 5–10 very relevant results than 50 noisy ones.
If nothing is found, say so clearly and suggest alternate search terms.