Install
openclaw skills install qjzd-nav-cliUse when the task involves QJZD Nav CLI, including managing links, categories, tags, backups, settings, or authentication.
openclaw skills install qjzd-nav-cliThis is the routing skill for the QJZD Nav CLI skill set.
If the request only says "use QJZD Nav CLI" or mixes multiple areas, start here, then jump to the domain skill that matches the task.
qjzd-nav-cli-auth: login, profile setup, profile switching, keyring and credential repairqjzd-nav-cli-content: links, categories, and tags managementqjzd-nav-cli-operations: backup, restore, and settings managementUse these commands to identify the right area:
qjzd-nav --help
qjzd-nav auth --help
qjzd-nav link --help
qjzd-nav category --help
qjzd-nav tag --help
qjzd-nav backup --help
qjzd-nav settings --help
qjzd-nav completion --help
Generate and install shell completion scripts:
# Bash
eval "$(qjzd-nav completion bash)"
# Zsh
eval "$(qjzd-nav completion zsh)"
After enabling completion, press <kbd>Tab</kbd> to complete commands:
qjzd-nav <TAB>
qjzd-nav auth <TAB>
qjzd-nav link <TAB>
--profile <name> when the environment matters.--json for automation.--force carefully for destructive non-interactive operations.auth - Authentication and profile managementlink - Link CRUD operationscategory - Category CRUD operationstag - Tag CRUD operationsbackup - Backup and restore operationssettings - Site settings managementProfile metadata is stored in:
$QJZD_NAV_CLI_CONFIG_DIR/config.json if QJZD_NAV_CLI_CONFIG_DIR is set$XDG_CONFIG_HOME/qjzd-nav/config.json$HOME/.config/qjzd-nav/config.jsonCredentials are stored in the system keyring via @napi-rs/keyring.
qjzd-nav --help