@omniaibot/win-x64 1.6.12 → 1.6.14
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
1.6.
|
|
1
|
+
1.6.14
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: omnibot
|
|
3
|
+
slug: omnibot
|
|
4
|
+
displayName: omnibot-智能体浏览器自动化工具
|
|
5
|
+
version: "2.4.0"
|
|
6
|
+
summary: 为 AI Agent 提供浏览器基础设施,连接真实 Chromium 浏览器进行页面读取、操作、导航和调试。
|
|
7
|
+
license: MIT
|
|
3
8
|
description: Use when AI agents need to read, inspect, operate, navigate, debug, or verify browser state through the omnibot CLI and connected Chromium extension.
|
|
4
9
|
compatibility: Requires omnibot v2 CLI daemon and the omnibot Chromium extension connected to 127.0.0.1:18765.
|
|
5
10
|
allowed-tools: Bash
|
|
6
|
-
metadata:
|
|
7
|
-
author: omnibot
|
|
8
|
-
version: "2.4.0"
|
|
9
11
|
---
|
|
10
12
|
|
|
11
13
|
# Omnibot
|
|
@@ -45,30 +47,19 @@ This skill is an execution specification for agents. It is not a human command m
|
|
|
45
47
|
- Parse JSON output from commands that return JSON.
|
|
46
48
|
- Do not claim success without verification evidence.
|
|
47
49
|
|
|
48
|
-
### Runtime
|
|
50
|
+
### Runtime
|
|
49
51
|
|
|
50
|
-
|
|
52
|
+
Use the installed `omnibot` command that is available to the user. Before an
|
|
53
|
+
agent-driven browser workflow, verify that the CLI is available and inspect the
|
|
54
|
+
relevant command help when needed:
|
|
51
55
|
|
|
52
56
|
```bash
|
|
53
57
|
command -v omnibot
|
|
54
58
|
omnibot --version
|
|
55
59
|
```
|
|
56
60
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
For a source-checkout test, make this concrete before the first browser action:
|
|
60
|
-
define the command prefix once:
|
|
61
|
-
|
|
62
|
-
```bash
|
|
63
|
-
export OMNIBOT="uv run omnibot --no-start"
|
|
64
|
-
```
|
|
65
|
-
|
|
66
|
-
stop any existing daemon, start the workspace daemon with
|
|
67
|
-
`uv run python -m omnibot --api-port 18764 --ws-port 18765 daemon run`, and
|
|
68
|
-
invoke every subsequent CLI command as `$OMNIBOT ...` (or the
|
|
69
|
-
workspace `.venv/bin/omnibot --no-start ...`). Never use bare `omnibot` in that
|
|
70
|
-
workflow, because it can auto-start the globally installed packaged daemon and
|
|
71
|
-
silently test different code.
|
|
61
|
+
The CLI manages its local daemon automatically. Do not depend on a source
|
|
62
|
+
checkout, Python environment, repository files, or developer-only commands.
|
|
72
63
|
|
|
73
64
|
## Native Command Router
|
|
74
65
|
|
|
Binary file
|