iswalle/getnote-cli917 installs
getnote-auth
Manage authentication for Get笔记 CLI
How do I install this agent skill?
npx skills add https://github.com/iswalle/getnote-cli --skill getnote-authIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill provides a standard interface for managing authentication with the Getnote (Get焔耘) service using its command-line interface.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
getnote-auth Skill
Log in, log out, and check authentication status.
Commands
Log in
getnote auth login [--api-key <key>]
| Mode | Command | Description |
|---|---|---|
| OAuth (recommended) | getnote auth login | Opens browser to authorize; saves credentials automatically |
| API Key | getnote auth login --api-key <key> | Saves key directly, no browser needed |
# OAuth flow (opens browser)
getnote auth login
# API key directly
getnote auth login --api-key gk_live_xxx
Get your API key at: https://www.biji.com/settings/developer (keys start with gk_live_)
Check status
getnote auth status
Shows whether authenticated and which API key is active.
getnote auth status
Log out
getnote auth logout
Removes saved credentials from ~/.getnote/config.json.
getnote auth logout
Agent Usage Notes
- Always run
getnote auth statusfirst to verify authentication before other commands. - If not authenticated, prompt the user to run
getnote auth login. --api-keyon any command is a temporary per-invocation override and does not save credentials.- Credentials saved at
~/.getnote/config.json; env varsGETNOTE_API_KEY/GETNOTE_CLIENT_IDtake higher priority.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/iswalle/getnote-cli/getnote-auth">View getnote-auth on skillZs</a>