@ory/openclaw 0.6.1 → 0.6.2

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 +7 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -21,7 +21,13 @@ npx @ory/openclaw install --project-dir <path>
21
21
  npx @ory/openclaw uninstall
22
22
  ```
23
23
 
24
- That's it the Ory plugin, the Ory MCP server, and the Ory skill catalog (`.openclaw/skills/`, registered under `skills.load.extraDirs`) are now wired into your OpenClaw config non-destructively.
24
+ Then confirm everything landed:
25
+
26
+ ```bash
27
+ npx -y -p @ory/openclaw ory-openclaw status
28
+ ```
29
+
30
+ `status` is the single source of truth — it prints configuration, user and agent identity, per-tool permission coverage, plugin + skill registration, and a tail of recent debug logs. Unconfigured fields show inline as `(unset)`.
25
31
 
26
32
  ## Quickstart (≈ 3 minutes)
27
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/openclaw",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Ory plugin for OpenClaw: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://ory.com",
@@ -65,7 +65,7 @@
65
65
  "!dist/**/*.tsbuildinfo"
66
66
  ],
67
67
  "dependencies": {
68
- "@ory/argus": "0.6.1"
68
+ "@ory/argus": "0.6.2"
69
69
  },
70
70
  "engines": {
71
71
  "node": ">=22"