# Search

> Use when the user wants to find notes by keyword or filename, or says "search", "find notes", or "look for".

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

---


# Search Vault

Search for notes by keyword or filename match.

## Workflow

1. Call `obsidian_search_notes` with the user's query
2. Present matching files in a clear list
3. Ask if the user would like to read any of the results

## Arguments

The search query follows the skill invocation. Example: `/search cooking recipes`

## Tips

- This is a simple text match (keyword in filename or content)
- For semantic/meaning-based search, suggest `/research` instead
- Results are capped at 20 matches

