If you're using Get笔记 (getnote) to manage notes and need to search them semantically rather than by keywords, this hooks into their CLI's search capabilities. You can query across all your notes or narrow down to a specific knowledge base using topic IDs. Results come back ranked by relevance with excerpts, scores, and metadata. The limit is capped at 10 results, which feels restrictive for exploratory searches, but it's what the underlying API allows. One quirk to watch: only NOTE type results populate the note_id field, so if you're automating workflows that fetch full content afterward, you'll need to handle other types like FILE or BLOGGER differently.
npx skills add https://github.com/iswalle/getnote-cli --skill getnote-search