@oomol-lab/oo-cli-linux-x64-musl 0.3.10 → 0.3.12
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 +12 -2
- package/bin/oo +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -59,8 +59,18 @@ 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
|
-
|
|
62
|
+
- Hermes: `${HERMES_HOME:-~/.hermes}/skills/oo` and
|
|
63
|
+
`${HERMES_HOME:-~/.hermes}/skills/oo-find-skills`
|
|
64
|
+
- CodeBuddy: `~/.codebuddy/skills/oo` and
|
|
65
|
+
`~/.codebuddy/skills/oo-find-skills`
|
|
66
|
+
- WorkBuddy: `~/.workbuddy/skills/oo` and
|
|
67
|
+
`~/.workbuddy/skills/oo-find-skills`
|
|
68
|
+
- OpenClaw: `${OPENCLAW_HOME:-~/.openclaw}/skills/oo` and
|
|
69
|
+
`${OPENCLAW_HOME:-~/.openclaw}/skills/oo-find-skills`
|
|
70
|
+
- QoderWork: `~/.qoderwork/skills/oo` and
|
|
71
|
+
`~/.qoderwork/skills/oo-find-skills`
|
|
72
|
+
|
|
73
|
+
Then you can use them in any supported host. For example, in Codex:
|
|
64
74
|
|
|
65
75
|
```text
|
|
66
76
|
$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.
|
|
3
|
+
"version": "0.3.12",
|
|
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>",
|