If you're working with Get笔记 (a note-taking app) and need Claude to manage tags programmatically, this is your connector. It wraps the getnote CLI to list, add, and remove tags on notes, with proper handling for the three tag types: AI-generated, manual, and system (which are protected from deletion). The main gotcha is that removing tags requires numeric IDs, not names, so you'll always list first then delete. It's straightforward CLI orchestration, nothing fancy, but it saves you from manually explaining the getnote tag syntax every time you want Claude to organize your notes by topic or project.
npx skills add https://github.com/iswalle/getnote-cli --skill getnote-tag