You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CLI tool that turns **any website** or **Electron app**into a command-line interface — Bilibili, Zhihu, 小红书, Twitter/X, Reddit, YouTube, Antigravity, and [many more](#built-in-commands) — powered by browser session reuse and AI-native discovery.
12
+
A CLI tool that turns **any website**, **Electron app**, or **local CLI tool**into a command-line interface — Bilibili, Zhihu, 小红书, Twitter/X, Reddit, YouTube, Antigravity, `gh`, `docker`, and [many more](#built-in-commands) — powered by browser session reuse and AI-native discovery.
13
13
14
14
**Built for AI Agents**: Simply configure an instruction in your global `AGENT.md` or `.cursorrules` guiding the AI to execute `opencli list` via Bash to discover available tools. Register your favorite local CLIs (`opencli register mycli`), and the AI will automatically learn how to invoke all your tools perfectly!
15
15
@@ -25,6 +25,7 @@ Turn ANY Electron application into a CLI tool! Recombine, script, and extend app
25
25
-[Quick Start](#quick-start)
26
26
-[Built-in Commands](#built-in-commands)
27
27
-[Desktop App Adapters](#desktop-app-adapters)
28
+
-[External CLI Hub](#external-cli-hub)
28
29
-[Download Support](#download-support)
29
30
-[Output Formats](#output-formats)
30
31
-[For AI Agents (Developer Guide)](#for-ai-agents-developer-guide)
@@ -128,7 +129,7 @@ Run `opencli list` for the live registry.
Copy file name to clipboardExpand all lines: docs/adapters/desktop/antigravity.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,9 @@ Scrape the entire current conversation history block as pure text.
36
36
### `opencli antigravity new`
37
37
Click the "New Conversation" button to instantly clear the UI state and start fresh.
38
38
39
+
### `opencli antigravity dump`
40
+
Dump the current DOM and snapshot artifacts to `/tmp` for reverse-engineering and selector debugging.
41
+
39
42
### `opencli antigravity extract-code`
40
43
Extract any multi-line code blocks from the current conversation view. Ideal for automated script extraction (e.g. `opencli antigravity extract-code > script.sh`).
41
44
@@ -44,3 +47,6 @@ Quickly target and switch the active LLM engine. Example: `opencli antigravity m
44
47
45
48
### `opencli antigravity watch`
46
49
A long-running, streaming process that continuously polls the Antigravity UI for chat updates and outputs them in real-time to standard output.
50
+
51
+
### `opencli antigravity serve --port 8082`
52
+
Start an Anthropic-compatible `/v1/messages` proxy backed by the local Antigravity app. Useful when you want external tools to talk to Antigravity through an API-shaped interface.
> The CDP approach enables future advanced commands like DOM inspection, model switching, and code extraction.
33
+
> The CDP approach is primarily for advanced automation and future desktop-only commands. The built-in command set above still works in the default AppleScript path unless you explicitly route through `OPENCLI_CDP_ENDPOINT`.
0 commit comments