@oomol-lab/oo-cli-linux-x64-musl 0.1.27 → 0.2.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.
- package/README.md +8 -5
- package/bin/oo +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,13 +31,16 @@ oo login
|
|
|
31
31
|
$oo generate a QR code for the string OOMOL
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
-
##
|
|
34
|
+
## Bundled Skills
|
|
35
35
|
|
|
36
|
-
On the first `oo` launch,
|
|
37
|
-
|
|
38
|
-
under `${CODEX_HOME:-~/.codex}/skills/oo-find-skills`.
|
|
36
|
+
On the first `oo` launch, bundled skills are installed automatically into each
|
|
37
|
+
supported local host that already exists:
|
|
39
38
|
|
|
40
|
-
|
|
39
|
+
- Codex: `${CODEX_HOME:-~/.codex}/skills/oo` and
|
|
40
|
+
`${CODEX_HOME:-~/.codex}/skills/oo-find-skills`
|
|
41
|
+
- Claude Code: `~/.claude/skills/oo` and `~/.claude/skills/oo-find-skills`
|
|
42
|
+
|
|
43
|
+
Then you can use them in Codex or Claude Code. For example, in Codex:
|
|
41
44
|
|
|
42
45
|
```text
|
|
43
46
|
$oo generate a QR code for the string OOMOL
|
package/bin/oo
CHANGED
|
Binary file
|
package/package.json
CHANGED