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
Copy file name to clipboardExpand all lines: README.md
+74-8Lines changed: 74 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
English | [中文](#中文说明)
4
4
5
-
A Codex skill for working with [OpenCLI](https://github.com/jackwener/opencli): command discovery, browser-login reuse, desktop-app adapters, downloads, troubleshooting, and adapter-generation workflows.
5
+
An agent skill for working with [OpenCLI](https://github.com/jackwener/opencli): command discovery, browser-login reuse, desktop-app adapters, downloads, troubleshooting, and adapter-generation workflows.
Copy file name to clipboardExpand all lines: SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: opencli
3
-
description: Use when Codex needs to install, inspect, troubleshoot, or operate a local OpenCLI setup, or when a task involves websites, Electron desktop apps, browser-login reuse, downloads, plugins, external CLI passthrough, or adapter generation through OpenCLI.
3
+
description: Use when an AI agent needs to install, inspect, troubleshoot, or operate a local OpenCLI setup, or when a task involves websites, Electron desktop apps, browser-login reuse, downloads, plugins, external CLI passthrough, or adapter generation through OpenCLI.
If OpenClaw has skill watching enabled, skill updates are reloaded automatically. If not, restart the relevant agent session or gateway after installing or updating the skill.
27
+
28
+
## Example Prompts
29
+
30
+
### Browser-backed sites
31
+
32
+
```text
33
+
Use $opencli to inspect the installed OpenCLI surface and fetch the top 10 Bilibili hot videos as JSON.
34
+
```
35
+
36
+
```text
37
+
Use $opencli to search Zhihu for "Android 性能优化" and summarize the top results.
38
+
```
39
+
40
+
### Desktop adapters
41
+
42
+
```text
43
+
Use $opencli to inspect the local OpenCLI setup and tell me whether the Codex and Cursor adapters are available.
44
+
```
45
+
46
+
```text
47
+
Use $opencli to read the current Cursor conversation and summarize the latest work.
48
+
```
49
+
50
+
### Troubleshooting
51
+
52
+
```text
53
+
Use $opencli to diagnose why my browser-backed OpenCLI command is returning empty data.
54
+
```
55
+
56
+
```text
57
+
Use $opencli to compare the installed OpenCLI command surface with the README and tell me what is actually available.
58
+
```
59
+
60
+
## Recommended Pattern
61
+
62
+
Inside OpenClaw, the safest default remains:
63
+
64
+
1. mention `$opencli`
65
+
2. ask for discovery first
66
+
3. prefer read-first behavior
67
+
4. request `json` if another tool or agent will consume the output
0 commit comments