用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/halojerry/poundingcore --skill getnote-auth命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Ozon 上架工具。当用户发送 1688 链接时直接上架,发送 Ozon 链接时直接跟卖。 当用户说"帮我找蓝海产品""帮我选品"且没有给链接时,去 Ozon 中国站自动选品。 支持批量上架、以图搜款。
TL;DR: 23 marketing playbooks (CRO, SEO, copy, analytics, experiments, pricing, launches, ads, social). Use to get checklists + copy/paste deliverables fast.
Zero-config, zero-dependency intelligent academic research report generator. Automatically tracks, summarizes, and reports on the latest academic papers and research trends.
基于 SOC 职业分类
正在显示 SKILL.md
| name | getnote-auth |
| version | 0.4.0 |
| description | GetNote 认证管理:登录(浏览器 OAuth / API Key)、状态检查、登出。使用前先读 ../getnote-shared/SKILL.md。 |
| metadata | {"requires":{"bins":["getnote"]}} |
Get笔记 CLI 的认证管理。
使用前先读 ../getnote-shared/SKILL.md(环境检查、安全规则)。
getnote auth login [--api-key <key>] [--client-id <id>]
| 方式 | 命令 | 说明 |
|---|---|---|
| OAuth(推荐) | getnote auth login | 打开浏览器授权,自动保存凭证 |
| API Key | getnote auth login --api-key <key> --client-id <id> | 直接保存 Key,无需浏览器 |
# OAuth 流程(打开浏览器)
getnote auth login
# API Key 直接登录
getnote auth login --api-key gk_live_xxx --client-id xxx
API Key 获取地址:https://www.biji.com/settings/developer(Key 以
gk_live_开头)
getnote auth status
显示当前认证状态。
getnote auth status
getnote auth logout
清除 ~/.getnote/config.json 中的凭证。
getnote auth logout
getnote auth status--api-key 在任意命令中均为临时覆盖,不保存凭证~/.getnote/config.json;环境变量 GETNOTE_API_KEY / GETNOTE_CLIENT_ID 优先级更高