在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用getnote-auth
星标149
分支10
更新时间2026年5月6日 12:17
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 职业分类
Manage notes in Get笔记 via the getnote CLI
Semantic search across notes in Get笔记 via the getnote CLI
Manage knowledge bases in Get笔记 via the getnote CLI
Manage note tags in Get笔记 via the getnote CLI
| 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.