| name | opencli |
| description | Agent Skill for browser automation and content retrieval via OpenCLI and browser bridge plugin. |
| compatibility | Requires the OpenCLI command `opencli`. |
OpenCLI
OpenCLI makes websites available as CLI commands through adapters and browser bridge automation.
Prerequisites
-
opencli is available in the $PATH.
-
opencli doctor
If opencli doctor reports missing daemon, missing extension, or failed connectivity, summarize the failing checks. First try again without the sandbox (for codex). If still failed, report back to the user
You may inspect daemon state when useful:
opencli daemon status
Command Discovery
Do not assume adapter names, command names, arguments, or flags. Discover the current CLI surface from help output:
opencli --help
opencli list -f yaml
opencli <site-or-adapter> --help -f yaml
opencli <site-or-adapter> <command> --help -f yaml
opencli browser --help
Prefer -f yaml or -f json when available so command arguments, options, access level, browser requirements, and output columns are structured.
Common Workflows
For site/app/external adapters:
- Use to find relevant adapters.