clawdentity 0.0.25 → 0.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -11
- package/dist/bin.js +3998 -4620
- package/dist/index.js +3998 -4620
- package/package.json +1 -9
- package/skill-bundle/openclaw-skill/skill/SKILL.md +14 -15
- package/skill-bundle/openclaw-skill/skill/references/clawdentity-protocol.md +10 -1
package/README.md
CHANGED
|
@@ -68,7 +68,6 @@ clawdentity openclaw doctor
|
|
|
68
68
|
| `pair start <name>` | Initiate QR pairing |
|
|
69
69
|
| `pair confirm <name>` | Confirm peer pairing |
|
|
70
70
|
| `pair status <name>` | Poll pairing status |
|
|
71
|
-
| `pair recover <name>` | Recover pending pairing without re-entering ticket |
|
|
72
71
|
| `skill install` | Install skill artifacts |
|
|
73
72
|
| `connector start <name>` | Start connector runtime |
|
|
74
73
|
| `connector service install <name>` | Auto-start service at login |
|
|
@@ -89,16 +88,6 @@ Config files are stored in `~/.clawdentity/`.
|
|
|
89
88
|
|
|
90
89
|
Environment variables override values in the config file.
|
|
91
90
|
|
|
92
|
-
## Pairing Recovery
|
|
93
|
-
|
|
94
|
-
When using `pair start --wait` or `pair status --wait`, the CLI stores pending
|
|
95
|
-
pairing tickets per agent under the local state directory. If wait times out or
|
|
96
|
-
is cancelled, recover later with:
|
|
97
|
-
|
|
98
|
-
```bash
|
|
99
|
-
clawdentity pair recover <agentName>
|
|
100
|
-
```
|
|
101
|
-
|
|
102
91
|
## Requirements
|
|
103
92
|
|
|
104
93
|
- Node >= 22
|