用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CXwudi/agent-config --skill opencli命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Agent Skill for Word, Excel, PowerPoint, and other office works.
Agent Skill for entering orchestration mode. Use when the user want you to become an orchestrator of multiple subagents.
Agent Skill for spawning a subagent via Pi Coding Agent. Use when spawning a subagent with various models.
正在显示 SKILL.md
基于 SOC 职业分类
| name | opencli |
| description | Agent Skill for browser automation and content retrieval via OpenCLI and browser bridge plugin. |
| compatibility | Requires the OpenCLI command `opencli`. |
OpenCLI makes websites available as CLI commands through adapters and browser bridge automation.
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
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.
For site/app/external adapters:
opencli list -f yaml to find relevant adapters.opencli <adapter> --help -f yaml.opencli <adapter> <command> --help -f yaml.-f yaml or -f json for downstream reasoning.For direct browser control:
opencli doctor runs successfully once before proceeding.opencli browser --help and the relevant subcommand help.opencli browser <session> state to inspect interactive element indices before clicking, typing, selecting, uploading, or dragging.For adapter development or verification:
opencli validate <target>
opencli verify <target>
opencli convention-audit <target>
Inspect each command's help before passing flags.