Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:49
forks:3
updated:May 6, 2026 at 12:17
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | getnote-auth |
| version | 0.4.0 |
| description | Manage authentication for Get笔记 CLI |
Log in, log out, and check authentication status.
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_)
getnote auth status
Shows whether authenticated and which API key is active.
getnote auth status
getnote auth logout
Removes saved credentials from ~/.getnote/config.json.
getnote auth logout
getnote auth status first to verify authentication before other commands.getnote auth login.--api-key on any command is a temporary per-invocation override and does not save credentials.~/.getnote/config.json; env vars GETNOTE_API_KEY / GETNOTE_CLIENT_ID take higher priority.