kachilu-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons…
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
kachilu-browser
Browser automation CLI for AI agents. Chrome/Chromium via CDP with
accessibility-tree snapshots and compact @eN element refs.
Install: npm i -g kachilu-browser && kachilu-browser install
Start Here
This file is a discovery stub, not the usage guide. Before running any
kachilu-browser command, load the actual workflow content from the CLI:
kachilu-browser skills get core # start here: workflows, control-plane routing, CAPTCHA, troubleshooting
kachilu-browser skills get core --full # include references and templates when needed
The CLI serves skill content that matches the installed version, so instructions
do not drift when the package is upgraded. The core guide contains the Kachilu
human-like interaction defaults, control-plane routing rules, rich composer safeguards,
CAPTCHA workflow, and the command reference.
If the host already provides a pre-attached browser session, CDP endpoint,
session ref file, or explicit kachilu-browser --session ... --cdp ... command,
use that host-provided session through the CLI. Do not switch to MCP
prepare_workspace or auto-connect unless the core guide says that no
host-provided session is available.
For MCP hosts such as OpenClaw, keep using the same prepared workspace session
across related browser work in one user request, even when moving between sites
such as LinkedIn and X. The site hint is for routing only. Do not close the
workspace between those steps unless the user explicitly wants cleanup. If the
daemon still exists but the browser connection is gone, treat that workspace as
stale and reconnect instead of reusing it.
Critical Fallback
If an element-targeted click fails but the visible cursor is already on the
intended button or control, take a screenshot/capture and confirm the cursor is
on target. Then click at the current cursor position:
kachilu-browser mouse down left
kachilu-browser mouse up left
kachilu-browser snapshot -i
Use this after visual confirmation instead of repeating the same failing ref or
locator click.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。
它属于哪个仓库
plugins/kachilu-inc/kachilu-browser/skills/kachilu-browser/SKILL.md