This wraps the getnote CLI for managing knowledge bases in Get笔记, a Chinese note-taking platform. You can list, create, and populate knowledge bases with notes, browse subscribed bases (read-only unless you're an admin), and pull in content from followed bloggers and live sessions. The blogger and live workflows are a bit nested but make sense once you walk through them: get the follow_id, fetch the content list, then grab full text with the post ID. Supports pagination and JSON output for parsing. Daily quotas apply to KB creation (50 per day). Useful if you're already in the Get笔记ecosystem and want programmatic access to organize research or content feeds.
npx skills add https://github.com/iswalle/getnote-cli --skill getnote-kb