- name
- qjzd-nav-cli
- version
- 1.0.0
- description
- Use when the task involves QJZD Nav CLI, including managing links, categories, tags, backups, settings, or authentication.
- references
- metadata
- openclaw
- category
- developer-tools
- requires
- bins
- ["qjzd-nav"]
- cliHelp
- qjzd-nav --help
QJZD Nav CLI
This 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.
Skill Map
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 management
Fast Routing
Use 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 --helpShell Completion
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>Shared Defaults
- Prefer an authenticated profile unless the task is public.
- Use
--profile <name>when the environment matters. - Use
--jsonfor automation. - Use
--forcecarefully for destructive non-interactive operations.
Top-Level Areas
auth- Authentication and profile managementlink- Link CRUD operationscategory- Category CRUD operationstag- Tag CRUD operationsbackup- Backup and restore operationssettings- Site settings management
Config And Secrets
Profile metadata is stored in:
$QJZD_NAV_CLI_CONFIG_DIR/config.jsonifQJZD_NAV_CLI_CONFIG_DIRis set- otherwise
$XDG_CONFIG_HOME/qjzd-nav/config.json - otherwise
$HOME/.config/qjzd-nav/config.json
Credentials are stored in the system keyring via @napi-rs/keyring.