Find banner
makenotion makenotion

Find

Development community

Description

--- description: Quickly find pages or databases in Notion by title keywords. argument-hint: query terms --- Use the Notion Workspace Skill and `notionApi` MCP server to quickly locate pages or databases whose titles match `$ARGUMENTS`. Behavior: - Treat `$ARGUMENTS` as 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 /

Installation

Installs to ~/.claude/skills/makenotion-claude-code-notion-plugin-find/SKILL.md

Terminal
mkdir -p ~/.claude/skills/makenotion-claude-code-notion-plugin-find && curl -fsSL https://raw.githubusercontent.com/makenotion/claude-code-notion-plugin/HEAD/commands/find.md -o ~/.claude/skills/makenotion-claude-code-notion-plugin-find/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository