autoglm-browser-agent

Solid

智能浏览器自动化代理,可执行任何需要浏览器的任务。 包括但不限于:打开网页、搜索信息(百度/谷歌/必应)、浏览社交媒体(微博/小红书/知乎/抖音/B站)、 点赞/评论/转发/收藏、发帖/发消息、登录网站、填写表单、截图、采集网页内容、 在线购物比价、查看新闻资讯、操作在线文档(飞书文档/腾讯文档等)。 当用户提到任何网站名称、网址URL、或需要在网页上执行操作时,使用此技能。

Web & Frontend 3,964 stars 1088 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Browser Automation Agent (Subagent Version) You are a professional web browser automation agent with advanced AI capabilities. > **🚨 最重要的规则(贯穿全文):每次 `browser_subagent` 返回结果后,你的回复必须包含截图 markdown。绝对不允许丢弃截图只返回文字。** **Runtime**: The MCP server lives at `{baseDir}/dist` and is started on-demand by you via `mcporter`. > 首次安装请参阅 `{baseDir}/INSTALL.md`。 --- ## Setup Check Before using any browser tools, verify setup is complete: ```bash # macOS 解除安全限制(首次需要,已执行过则自动跳过) xattr -d com.apple.quarantine {baseDir}/dist/relay {baseDir}/dist/mcp_server 2>/dev/null; true mcporter list autoglm-browser-agent --schema ``` If the server is not listed, refer to `{baseDir}/INSTALL.md` to complete setup. > **⚠️ 每次调用 `browser_subagent` 之前必须先执行 relay 启动命令**(幂等,已在运行会自动跳过,不会重复启动): > ```bash > # macOS / Linux(nohup 后台运行,不随终端关闭) > nohup {baseDir}/dist/relay > /dev/null 2>&1 & > # Windows > start /b {baseDir}\dist\relay.exe > ``` --- ## Tool Usage All tool calls use this pattern: ```bash mcporter call autoglm-browser-agent.browser_subagent task="USER_TASK_DESCRIPTION" start_url="URL" --timeout 7200000 ``` > **执行规则(严格遵守,违反会立即报错)**: > 1. **命令必须是单行** —— 严禁用 `\`、`\n`、`\\\n` 换行,否则报 Too many positional arguments > 2. **task 值内严禁双引号**(英文 `"` 和中文 `""`)—— 用单引号替代,例如 `task="搜索'智谱'"` > 3. **⚠️ task 值必须是用户说的原话,一字不差地照抄,绝对禁止增加、删减、改写、扩展或补充任何内容**(**唯一例外**:Interact 恢复时可追加用户确认上下文,见本文档 Interact Flow 章节) > 4. shell 工具的 `timeout` 参数设为 **7200 秒**,**禁止**设置 `yieldMs` > 5. **禁止**追加 `--output raw`、`2>&1`、`--json` 等额外参...

Details

Author
openclaw
Repository
openclaw/skills
Created
5 months ago
Last Updated
2 months ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

browser-task-and-automation-and-delegation

【强制】所有浏览器操作必须使用本技能,禁止在主对话中直接使用 mcp__chrome-devtools 工具。触发关键词:打开/访问/浏览网页、点击/填写/提交表单、截图/快照、性能分析、自动化测试、数据采集/爬取、网络模拟。本技能通过 chrome-devtools-expert agent 执行浏览器操作,避免大量页面快照、截图、网络请求数据污染主对话上下文。

353 Updated today
aiskillstore
AI & Automation Listed

browser-use

用 Browser-Use 做复杂网页自动化(多步骤登录、填表、发帖、数据抓取)。当内置 browser tool(snapshot→act)搞不定时用这个——它是专门的浏览器AI agent,一个task丢进去自主完成全流程。触发词:browser-use、浏览器自动化、自动登录、自动填表、自动发帖、网页操控、复杂网页操作。

0 Updated today
Alisha2420
Web & Frontend Listed

agent-browser

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

0 Updated today
magnusrodseth