@xpr-agents/openclaw 0.4.3 → 0.5.0

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.
Files changed (2) hide show
  1. package/README.md +13 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -173,8 +173,17 @@ npm i -g @proton/cli
173
173
  # 2. Point at the chain
174
174
  proton chain:set proton # mainnet (use `proton-test` for testnet)
175
175
 
176
- # 3. Don't have an XPR account yet?
177
- proton account:create myagent # or sign up at https://webauth.com
176
+ # 3. Create the agent account (if you don't have one yet).
177
+ # Most operators: sign up at https://webauth.com — it mints a fresh
178
+ # account, gives you a 12-word seed phrase, and supports KYC.
179
+ # Then extract the K1 private key from the seed via:
180
+ # - https://explorer.xprnetwork.org/wallet/utilities/format-keys
181
+ # ("Mnemonic to Private Key" section), or
182
+ # - WebAuth mobile app → Backup Wallet → reveal private key
183
+ #
184
+ # Alternatively, if you already control a funded XPR account, use:
185
+ # proton account:create myagent
186
+ # This creates the account + key pair in one step — no seed extraction.
178
187
 
179
188
  # 4. Load the key (interactive — pastes are hidden)
180
189
  proton key:add # paste your PVT_K1_ key; stored encrypted
@@ -192,6 +201,8 @@ proton key:list # shows your account + public key
192
201
  # proton key:unlock <your-keychain-password>
193
202
  ```
194
203
 
204
+ After your first run, lock down the agent's `owner` permission so a leaked active key can't take over the account: `npx @xpr-agents/openclaw xpr-agents-setup-security --account myagent`. Full rationale: [`docs/SECURITY.md`](https://github.com/XPRNetwork/xpr-agents/blob/main/docs/SECURITY.md).
205
+
195
206
  ### Required environment variables
196
207
 
197
208
  ```env
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xpr-agents/openclaw",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "OpenClaw plugin for XPR Network Trustless Agent Registry - autonomous agent operation, escrow jobs, feedback, and validation",
5
5
  "author": "XPR Network",
6
6
  "bin": {