Handles authentication for the Get笔记 (Biji.com) CLI so you can log in via OAuth or API key, check your auth status, and log out. The OAuth flow opens a browser and saves credentials automatically, while the API key method lets you paste a key directly if you prefer. Worth noting that it stores credentials in ~/.getnote/config.json, and there's a hierarchy where environment variables override saved config, and the --api-key flag gives you a one-off override without saving. Start with "getnote auth status" before running other commands to avoid auth errors.
npx skills add https://github.com/iswalle/getnote-cli --skill getnote-auth