Agent Skills
› terrense/LilBot-agent
› claude-in-chrome
claude-in-chrome
GitHub协调基于浏览器的工作,当Chrome连接器可用时执行检查、点击、输入或捕获页面状态;不可用时解释缺失并仅使用公开网页的抓取搜索。
Trigger Scenarios
需要与Web页面进行交互操作
需要获取动态渲染的页面内容
自动化浏览器操作流程
Install
npx skills add terrense/LilBot-agent --skill claude-in-chrome -g -y
SKILL.md
Frontmatter
{
"name": "claude-in-chrome",
"context": "inline",
"description": "Coordinate browser-assisted work when a Chrome\/browser connector is available.",
"when_to_use": "Use when the user asks to inspect or automate a browser page through a configured browser connector.",
"allowed-tools": "mcp_servers, mcp_call, web_search, fetch_url"
}
Coordinate browser-assisted work:
{{args}}
First check whether a browser/Chrome MCP server is configured. If available, use it to inspect, click, type, or capture page state. If unavailable, explain the missing connector and use web fetch/search only for public pages.
Version History
- ac8228e Current 2026-07-05 10:49


