在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用getnote-auth
星标0
分支0
更新时间2026年4月2日 08:47
Manage authentication for Get笔记 CLI
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Manage authentication for Get笔记 CLI
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | getnote-auth |
| version | 0.3.0 |
| description | Manage authentication for Get笔记 CLI |
Log in, log out, and check authentication status.
getnote auth login [--api-key <key>] [--client-id <id>]
| 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
# API key + Client ID
getnote auth login --api-key gk_live_xxx --client-id cli_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.