feat: add default nordvpn credential paths
This commit is contained in:
@@ -42,7 +42,7 @@ node skills/nordvpn-client/scripts/nordvpn-client.js disconnect
|
||||
Quick start:
|
||||
|
||||
1. `node skills/nordvpn-client/scripts/nordvpn-client.js install`
|
||||
2. set `NORDVPN_TOKEN` or `NORDVPN_TOKEN_FILE`
|
||||
2. put your token in `~/.openclaw/workspace/.clawdbot/credentials/nordvpn/token.txt` or set `NORDVPN_TOKEN` / `NORDVPN_TOKEN_FILE`
|
||||
3. `node skills/nordvpn-client/scripts/nordvpn-client.js login`
|
||||
4. `node skills/nordvpn-client/scripts/nordvpn-client.js connect --country "Italy"` or `--city "Milan"`
|
||||
5. `node skills/nordvpn-client/scripts/nordvpn-client.js verify`
|
||||
@@ -65,6 +65,11 @@ Supported env vars:
|
||||
|
||||
Do not put secrets in the skill docs or repo.
|
||||
|
||||
Default OpenClaw credential paths:
|
||||
|
||||
- token: `~/.openclaw/workspace/.clawdbot/credentials/nordvpn/token.txt`
|
||||
- password: `~/.openclaw/workspace/.clawdbot/credentials/nordvpn/password.txt`
|
||||
|
||||
## Verification model
|
||||
|
||||
`status`, `verify`, and `connect` emit JSON suitable for agent use:
|
||||
|
||||
Reference in New Issue
Block a user