# Notion Search

> Search Notion documentation and knowledge base from the Comfy-Org team workspace. Use when the user needs to find internal documentation, guides, meeting notes, or reference materials stored in Notion.

- Skill: `comfy-org/notion-search` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comfy-org/notion-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comfy-org/notion-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: Comfy-Org (https://skillmd.com/u/comfy-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/comfy-org/notion-search

---


# Notion Documentation Search

This skill searches the Comfy-Org team Notion workspace for documentation, guides, and internal knowledge.

## Usage

```bash
prbot notion search -q "<SEARCH_TERMS>" [-l <NUMBER>]
```

## Parameters

- `-q, --query` (required): Search terms to find in Notion pages
- `-l, --limit` (optional): Maximum number of results to return (default: 10)

## Output Format

Returns results with:

- **Title**: Page title
- **URL**: Direct link to Notion page
- **Last edited**: When the page was last modified
- **Page ID**: Unique identifier

## Examples

```bash
# Search for ComfyUI setup documentation
prbot notion search -q "ComfyUI setup" -l 5

# Find meeting notes
prbot notion search -q "weekly sync meeting"

# Search for API references
prbot notion search -q "API documentation workflow" -l 3
```

## Notes

- Requires Notion API integration token in environment variables
- Searches across all accessible pages in the Comfy-Org workspace
- Returns most recently edited pages first
- Useful for finding internal documentation not in public docs

