mxyhi/ok-skills✦ 精选0°

opencli-browser

仓库创建 2026年2月2日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

面向 agent 的结构化输出,适合自动化真实交互任务。

▸ 风险提示

需要真实浏览器与登录凭证,可能涉及隐私与权限风险。

这个 Skill 做什么

通过 opencli 驱动 Chrome 完成页面检查、表单与数据提取等操作。

通过 opencli 驱动真实的 Chrome 去检查页面、填写表单、走登录流程或提取数据,适合需要在浏览器里自动化完成复杂交互的场景。它针对代理使用返回结构化的“信心包”,告诉你匹配结果和置信度,避免盲操作。能处理复合表单、网络抓包和 stale-ref 情况,方便稳健执行有状态的网页任务。

▸ 展开 SKILL.md 英文原文

Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-in flows, or extract data ad-hoc. Covers the selector-first target contract, compound form fields, stale-ref handling, network capture, and the agent-native envelopes the CLI returns. Not for writing adapters — see opencli-adapter-author for that.

自动化集成浏览器自动化表单填充数据抽取通用
456
Stars
41
Forks
34
仓库内 Skill
+8
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-browser/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/mxyhi/ok-skills/main/opencli/opencli-browser/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# opencli-browser

The first reader of this CLI is an agent, not a human. Every subcommand returns a structured envelope that tells you exactly what matched, how confident the match is, and what to do if it didn't. Lean on those envelopes — do not guess.

This skill is for **driving a live browser** to accomplish an agent task. If you are building a reusable adapter under `~/.opencli/clis/<site>/` use `opencli-adapter-author` instead.

---

## Prerequisites

```bash
opencli doctor
```

Until `doctor` is green, nothing else will work. Typical failures: Chrome not running, extension not installed, debug port blocked by 1Password / other extensions. The doctor output tells you which.

---

## S
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有