Install
openclaw skills install qjzd-nav-cli-authUse when working with QJZD Nav CLI login, bearer token auth, profile setup, profile switching, current profile inspection, or fixing missing keyring credentials.
openclaw skills install qjzd-nav-cli-authUse this skill for qjzd-nav auth and qjzd-nav auth profile.
If authentication is not set up yet, do this first before running link, category, tag, backup, or settings commands.
qjzd-nav auth --help
qjzd-nav auth login --help
qjzd-nav auth profile --help
Main workflows:
qjzd-nav auth loginqjzd-nav auth currentqjzd-nav auth profile listqjzd-nav auth profile currentqjzd-nav auth profile get <name>qjzd-nav auth profile use <name>qjzd-nav auth profile delete <name>qjzd-nav auth profile doctorLogin with password (uses RSA encryption):
qjzd-nav auth login \
--profile default \
--url https://nav.qjzd.online \
--password <password>
Note: The password is encrypted with the server's public key before being sent.
Inspect and switch profiles:
qjzd-nav auth current
qjzd-nav auth profile list
qjzd-nav auth profile use production
qjzd-nav auth profile get default --json
Diagnose broken credentials:
qjzd-nav auth profile doctor
qjzd-nav auth profile delete production --force
qjzd-nav auth login requires --profile, --url, and --password.--json when another tool needs structured output.profile delete is destructive; use --force in non-interactive mode.qjzd-nav-cli-content for links, categories, and tags.qjzd-nav-cli-operations for backups, restore, and settings.qjzd-nav auth --help