@oomol-lab/oo-cli-linux-x64-musl 0.3.10 → 0.3.11

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 (3) hide show
  1. package/README.md +10 -2
  2. package/bin/oo +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -59,8 +59,16 @@ supported local host that already exists:
59
59
  - Codex: `${CODEX_HOME:-~/.codex}/skills/oo` and
60
60
  `${CODEX_HOME:-~/.codex}/skills/oo-find-skills`
61
61
  - Claude Code: `~/.claude/skills/oo` and `~/.claude/skills/oo-find-skills`
62
-
63
- Then you can use them in Codex or Claude Code. For example, in Codex:
62
+ - CodeBuddy: `~/.codebuddy/skills/oo` and
63
+ `~/.codebuddy/skills/oo-find-skills`
64
+ - WorkBuddy: `~/.workbuddy/skills/oo` and
65
+ `~/.workbuddy/skills/oo-find-skills`
66
+ - OpenClaw: `${OPENCLAW_HOME:-~/.openclaw}/skills/oo` and
67
+ `${OPENCLAW_HOME:-~/.openclaw}/skills/oo-find-skills`
68
+ - QoderWork: `~/.qoderwork/skills/oo` and
69
+ `~/.qoderwork/skills/oo-find-skills`
70
+
71
+ Then you can use them in any supported host. For example, in Codex:
64
72
 
65
73
  ```text
66
74
  $oo generate a QR code for the string OOMOL
package/bin/oo CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oomol-lab/oo-cli-linux-x64-musl",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "private": false,
5
5
  "description": "OOMOL's command-line interface for accounts, packages, and cloud tasks. (linux x64 musl binary)",
6
6
  "author": "BlackHole1 <bh@bugs.cc>",