Agent Skills
› terrense/LilBot-agent
› claude-in-chrome
claude-in-chrome
GitHub协调浏览器辅助工作,通过检测Chrome MCP服务器配置,利用其进行页面检查、点击、输入或状态捕获;若无连接则说明情况并仅使用公开页面的网络搜索。
触发场景
需要浏览器自动化操作时
需获取网页动态内容或截图时
安装
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.
版本历史
- ac8228e 当前 2026-07-05 10:49


