📦 Qjzd

v1.3.2

Nav CLI Auth 用于 QJZD Nav CLI 登录、Bearer Token 认证、profile 设置、profile 切换、当前 profile 查看或修复缺失的 keyring 凭据时使用。

0· 20·0 当前·0 累计
下载技能包
最后更新
2026/4/20
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
这是一个仅用于指令的辅助工具,专为 qjzd-nav CLI 身份验证流程设计,内部保持一致:仅需 qjzd-nav 二进制文件,其指令与所述目的相符。
评估建议
This skill is coherent and lightweight, but take these precautions before using it: (1) Verify the qjzd-nav binary is from a trusted source and on your system PATH — the skill will run that binary. (2) Avoid passing plaintext passwords on the command line (the examples use --password); prefer interactive entry or other secure input methods to prevent exposure via shell history or process listings. (3) Be aware the CLI will store secrets in your system keyring and may contact the configured serve...
详细分析 ▾
用途与能力
Name/description describe CLI auth flows and the skill requires only the qjzd-nav binary; that is proportionate and expected for an auth helper.
指令范围
SKILL.md confines itself to qjzd-nav auth commands (login, profile management, doctor, delete). It does reference that secrets live in the system keyring and shows examples using --password. Minor caution: the documentation encourages non-interactive use with --password and --force which can leak credentials via shell history or process lists; otherwise the instructions do not ask the agent to read unrelated files or credentials.
安装机制
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill itself.
凭证需求
The skill declares no required env vars or credentials. It mentions that credentials are stored in the system keyring (expected for a CLI auth helper) but does not request unrelated secrets or external credentials.
持久化与权限
always is false and model invocation is normal. The skill does not request persistent system-wide privileges or attempt to modify other skills or agent settings.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.3.22026/4/19

## qjzd-nav-cli-auth 1.3.2 - 本版本未检测到文件变更。 - 功能与文档与上一版本保持一致。

无害

安装命令

点击复制
官方npx clawhub@latest install qjzd-nav-cli-auth
镜像加速npx clawhub@latest install qjzd-nav-cli-auth --registry https://cn.longxiaskill.com

技能文档

在需要 qjzd-nav authqjzd-nav auth profile 时使用本 skill。若尚未完成认证,请先执行,再运行 linkcategorytagbackupsettings 等命令。

命令

``bash qjzd-nav auth --help qjzd-nav auth login --help qjzd-nav auth profile --help `

主要工作流:

  • qjzd-nav auth login
  • qjzd-nav auth current
  • qjzd-nav auth profile list
  • qjzd-nav auth profile current
  • qjzd-nav auth profile get
  • qjzd-nav auth profile use
  • qjzd-nav auth profile delete
  • qjzd-nav auth profile doctor

常用流程

使用密码登录(采用 RSA 加密): `bash qjzd-nav auth login \ --profile default \ --url https://nav.qjzd.online \ --password ` 注:密码会先以服务器公钥加密再发送。

查看与切换 profile: `bash qjzd-nav auth current qjzd-nav auth profile list qjzd-nav auth profile use production qjzd-nav auth profile get default --json `

诊断损坏凭据: `bash qjzd-nav auth profile doctor qjzd-nav auth profile delete production --force `

规则

  • 非交互模式下,qjzd-nav auth login 必须提供 --profile--url--password
  • 若需结构化输出供其他工具使用,请加 --json
  • profile delete 为破坏性操作;非交互模式需加 --force
  • Profile 元数据保存在 config,机密信息保存在系统 keyring。
  • CLI 使用 RSA 加密进行密码认证。

路由

  • 链接、分类、标签相关请用 qjzd-nav-cli-content
  • 备份、恢复、设置相关请用 qjzd-nav-cli-operations`。
数据来源ClawHub ↗ · 中文优化:龙虾技能库