Search banner
makenotion makenotion

Search

Development community

Description

--- description: Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill. argument-hint: query terms --- Use the Notion Workspace Skill together with the `notionApi` MCP server to search the user's Notion workspace for content related to `$ARGUMENTS`. Behavior: - Interpret `$ARGUMENTS` as a natural-language search query (e.g. "Q1 roadmap", "customer feedback", "bugs triage"). - Prefer fast, high-signal tools such as workspace search or database queries. - If

Installation

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

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

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

Full documentation available on GitHub

View Source Repository