← Back to list
🛠️
opencli Checked
用 OpenCLI 驱动用户本机那个真实的、已登录的 Chrome,或调用它的 160+ 站点 adapter。任何需要登录态的页面操作都从这里开始——读登录后的后台、抓没有 API 的表格、填…
🛠️ Developer Tools By yan-labs Version v1.0.0 Updated 2026-09-11
9.2Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "opencli" skill by following the instructions at https://skill123.me/install/opencli.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/opencli.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 112 KB

About this skill

Overview

用 OpenCLI 驱动用户本机那个真实的、已登录的 Chrome,或调用它的 160+ 站点 adapter。任何需要登录态的页面操作都从这里开始——读登录后的后台、抓没有 API 的表格、填表提交、跑一个站点命令、把页面数据取回来。也覆盖会话命名与租约纪律("我的标签页被别人抢了")、批量取数与落盘、adapter 的编写与自修复、opencli doctor 排障。用户提到 opencli、浏览器自动化、用我的浏览器、驱动 Chrome、登录态、抓后台数据、抓表格、导出报表、填表、自动点击、截图、adapter、doctor 报错、session 撞名、标签页被抢、tab 泄漏,或说"打开这个页面看看""帮我登录后台查一下""这个站没有 API"时,务必使用本 Skill。也在需要判断"这件事该不该开浏览器"时使用——本 Skill 第零节就是那张判断表(要不要登录态、有没有现成脚本或 adapter、配额站能不能动手、什么时候该转给 agent-reach 或业务 Skill)。只要动作会落在浏览器上,先读这里再动手。

Source

  • Repo: https://github.com/yan-labs/yan-skills
  • Path: opencli

Score breakdown

Trigger
8.0
Very rich Chinese trigger vocabulary including failure phrases like tab hijacked and doctor errors, but almost no English variants and no explicit exclusion.
Structure
9.3
662-line SKILL.md offloaded to seven references with a when-to-read table; scripts, tests and evals cleanly separated.
Workflow
10.0
Exceptional: usage ladder, four session laws, quota-site serialization with pressure gate, focus-preservation rules, hard-stop repair budget, CAPTCHA human handoff.
Content
9.0
Concrete commands and measured incident data throughout; some long historical digressions reduce density slightly.
Engineering
9.0
Valid frontmatter, shebangs and unit tests present; references resolve; backlink cross-references are external but declared.
Security
9.5
Scripts spawn without shell, write only to project and ~/.opencli/logs; receiver is localhost-only with script allowlist; minor CORS-star data-injection surface while running.
Outstanding browser-control skill with a should-I-use-browser decision ladder, measured session laws, quota-site gates and localhost receiver; driving the logged-in Chrome is its declared purpose and is heavily gated, with no exfiltration or credential access in scripts.