Loading...
Loading...
Semantic search across notes in Get笔记 via the getnote CLI
npx skill4agent add iswalle/getnote-cli getnote-searchgetnotegetnote auth statusgetnote search <query> [--kb <topic_id>] [--limit <n>]| Flag | Default | Description |
|---|---|---|
| — | Limit search to a knowledge base ( |
| 10 | Max results (max 10) |
note_idtitlecontentcreated_atnote_typeNote:is only populated fornote_idtype results. Other types (NOTE,FILE,BLOGGER, etc.) return an emptyLIVE.note_id
# Search across all notes
getnote search "大模型 API"
# Search within a knowledge base
getnote search "RAG" --kb qnNX75j0
# Limit results + JSON output
getnote search "机器学习" --limit 5 -o json-o json{"success":true,"results":[{"note_id":"...","title":"...","content":"...","created_at":"...","note_type":"..."}]}resultsdatatopic_id--kbgetnote kbs -o jsondata.topics[].topic_idNOTEgetnote note <note_id>--limitgetnote notes0