search-notes

Installation
SKILL.md

Search Dinox Notes

The user wants to search their Dinox notes. Use the dino CLI to find notes.

Instructions

  1. Run dino note search with the user's query using --json for structured output
  2. Present the results in a clear, readable format (title, summary, date, tags)
  3. If the user wants to see a specific note's full content, use dino note detail <id>

Search Command

dino note search "$ARGUMENTS" --json

Available Filters

Combine these based on what the user asks for:

Installs
1
GitHub Stars
6
First Seen
Mar 1, 2026
search-notes — ryzencool/dinox-cli-skills