@oomol-lab/oo-cli-win32-arm64 0.2.25 → 0.2.27
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 +68 -68
- package/bin/oo.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,68 +1,68 @@
|
|
|
1
|
-
# oo
|
|
2
|
-
|
|
3
|
-
[English](./README.md) | [简体中文](./README-ZH_CN.md)
|
|
4
|
-
|
|
5
|
-
`oo` is OOMOL's command-line interface for working with OOMOL accounts,
|
|
6
|
-
packages, and cloud tasks from the terminal.
|
|
7
|
-
|
|
8
|
-
## Overview
|
|
9
|
-
|
|
10
|
-
`oo` provides a terminal interface for common OOMOL workflows. It covers
|
|
11
|
-
account authentication, persisted CLI configuration, package discovery, package
|
|
12
|
-
inspection, cloud task execution, and shell completion generation.
|
|
13
|
-
|
|
14
|
-
## Installation
|
|
15
|
-
|
|
16
|
-
```bash
|
|
17
|
-
bun install -g @oomol-lab/oo-cli
|
|
18
|
-
```
|
|
19
|
-
|
|
20
|
-
## Quick Start
|
|
21
|
-
|
|
22
|
-
1. Log in:
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
oo login
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
2. Open Codex and start working with:
|
|
29
|
-
|
|
30
|
-
```text
|
|
31
|
-
$oo generate a QR code for the string OOMOL
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
## Bundled Skills
|
|
35
|
-
|
|
36
|
-
On the first `oo` launch, bundled skills are installed automatically into each
|
|
37
|
-
supported local host that already exists:
|
|
38
|
-
|
|
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:
|
|
44
|
-
|
|
45
|
-
```text
|
|
46
|
-
$oo generate a QR code for the string OOMOL
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
You can also install all bundled skills explicitly with:
|
|
50
|
-
|
|
51
|
-
```bash
|
|
52
|
-
oo skills install
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
And you can install the search helper explicitly with:
|
|
56
|
-
|
|
57
|
-
```bash
|
|
58
|
-
oo skills install oo-find-skills
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
## Documentation
|
|
62
|
-
|
|
63
|
-
- [Command reference](./docs/commands.md)
|
|
64
|
-
|
|
65
|
-
## Contributing
|
|
66
|
-
|
|
67
|
-
For contribution workflow and repository conventions, see
|
|
68
|
-
[CONTRIBUTING.md](./CONTRIBUTING.md).
|
|
1
|
+
# oo
|
|
2
|
+
|
|
3
|
+
[English](./README.md) | [简体中文](./README-ZH_CN.md)
|
|
4
|
+
|
|
5
|
+
`oo` is OOMOL's command-line interface for working with OOMOL accounts,
|
|
6
|
+
packages, and cloud tasks from the terminal.
|
|
7
|
+
|
|
8
|
+
## Overview
|
|
9
|
+
|
|
10
|
+
`oo` provides a terminal interface for common OOMOL workflows. It covers
|
|
11
|
+
account authentication, persisted CLI configuration, package discovery, package
|
|
12
|
+
inspection, cloud task execution, and shell completion generation.
|
|
13
|
+
|
|
14
|
+
## Installation
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
bun install -g @oomol-lab/oo-cli
|
|
18
|
+
```
|
|
19
|
+
|
|
20
|
+
## Quick Start
|
|
21
|
+
|
|
22
|
+
1. Log in:
|
|
23
|
+
|
|
24
|
+
```bash
|
|
25
|
+
oo login
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
2. Open Codex and start working with:
|
|
29
|
+
|
|
30
|
+
```text
|
|
31
|
+
$oo generate a QR code for the string OOMOL
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
## Bundled Skills
|
|
35
|
+
|
|
36
|
+
On the first `oo` launch, bundled skills are installed automatically into each
|
|
37
|
+
supported local host that already exists:
|
|
38
|
+
|
|
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:
|
|
44
|
+
|
|
45
|
+
```text
|
|
46
|
+
$oo generate a QR code for the string OOMOL
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
You can also install all bundled skills explicitly with:
|
|
50
|
+
|
|
51
|
+
```bash
|
|
52
|
+
oo skills install
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
And you can install the search helper explicitly with:
|
|
56
|
+
|
|
57
|
+
```bash
|
|
58
|
+
oo skills install oo-find-skills
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Documentation
|
|
62
|
+
|
|
63
|
+
- [Command reference](./docs/commands.md)
|
|
64
|
+
|
|
65
|
+
## Contributing
|
|
66
|
+
|
|
67
|
+
For contribution workflow and repository conventions, see
|
|
68
|
+
[CONTRIBUTING.md](./CONTRIBUTING.md).
|
package/bin/oo.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED