Agent Skills
› terrense/LilBot-agent
› claude-in-chrome
claude-in-chrome
GitHub协调浏览器辅助工作。优先检测Chrome MCP服务器,利用其执行检查、点击、输入或捕获页面状态;若无连接,则说明情况并仅通过公开网页抓取或搜索完成任务。
Trigger Scenarios
需要与浏览器交互的任务
涉及网页元素操作或截图的场景
Chrome连接器可用或需确认其可用性时
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


