Advanced vault search with filters (folder, tags, frontmatter). Triggers on "search vault", "find notes", "query notes", "search for".
Advanced vault search with filters for folders, tags, and frontmatter. Triggers on queries like "search vault", "find notes", or "notes in work/ tagged project".
/plugin marketplace add bencassie/flywheel/plugin install flywheel@flywheelThis skill is limited to using the following tools:
Advanced vault search with powerful filtering using Flywheel MCP.
Comprehensive search interface to your vault with support for:
Goes far beyond basic text search - this is semantic, metadata-aware search.
Invoke when you want to:
Extract search parameters from natural language:
Examples:
"search for databricks"
→ title_contains: "databricks"
"notes in work/ tagged project"
→ folder: "work/", has_tag: "project"
"recent notes with status active"
→ sort_by: "modified", where: {status: "active"}
Call: mcp__flywheel__search_notes
Parameters: {
folder: "work/",
has_tag: "project",
title_contains: "databricks",
sort_by: "modified",
order: "desc",
limit: 50
}
Search Results
═══════════════════════════════════════════════
Query: databricks in work/ tagged #project
Found: 12 notes (sorted by modified, desc)
1. [[Databricks Migration Project]]
📂 work/projects/databricks-migration.md
📅 Modified: 2025-12-30 | Created: 2024-05-15
🏷️ Tags: #work #project #databricks
📋 type: project | status: active
2. [[Databricks ETL Pipeline]]
📂 work/projects/databricks-etl.md
📅 Modified: 2025-12-28 | Created: 2024-09-20
🏷️ Tags: #work #project #databricks
📋 type: project | status: completed
═══════════════════════════════════════════════
Options:
- Refine search (add/change filters)
- Show note content (preview specific note)
- Export results (CSV/markdown)
folder: "work/" → Only work folder
folder: "tech/tools" → Specific subfolder
(no folder parameter) → All folders
has_tag: "project" → Has #project tag
has_all_tags: ["work", "azure"] → Has BOTH tags
has_any_tag: ["work", "tech"] → Has EITHER tag
title_contains: "databricks" → Title includes "databricks" (case-insensitive)
title_contains: "meeting 2024" → Multiple words
where: {type: "project"} → type == "project"
where: {status: "active", owner: "X"} → status AND owner
where: {priority: "high"} → priority == "high"
sort_by: "modified" → Most recently modified first (default)
sort_by: "created" → Most recently created first
sort_by: "title" → Alphabetical by title
order: "desc" → Descending (default for modified/created)
order: "asc" → Ascending
limit: 10 → Return max 10 results
limit: 50 → Return max 50 results (default)
limit: 100 → Return max 100 results
User: "search for databricks"
Params: {title_contains: "databricks"}
Result: All notes with "databricks" in title
User: "notes in work/ tagged project"
Params: {folder: "work/", has_tag: "project"}
Result: Project notes in work folder
User: "notes tagged work and azure"
Params: {has_all_tags: ["work", "azure"]}
Result: Notes with BOTH work AND azure tags
User: "recent notes in work/"
Params: {folder: "work/", sort_by: "modified", order: "desc", limit: 20}
Result: 20 most recently modified work notes
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.