← 返回 Skills 市场
buttercannfly

Aipex Browser

作者 ropzislaw · GitHub ↗ · v0.1.0
macoslinuxwindows ⚠ suspicious
387
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-6
功能描述
AI-powered browser automation using the AIPex Chrome Extension via MCP bridge. Use this skill when the agent needs to control a Chrome browser — navigating p...
安全使用建议
This skill is coherent for controlling a Chrome browser, but it relies on running `npx -y aipex-mcp-bridge` (runtime download-and-execute from the npm registry) and grants the bridge broad access to all browser tabs and form content. Before installing: (1) verify the AIPex Chrome extension source (prefer the official Chrome Web Store listing), (2) inspect the aipex-mcp-bridge package repository and prefer a pinned version or checksum instead of `-y` latest, (3) consider installing/running the bridge manually in an isolated environment first, (4) avoid using the skill on pages that contain sensitive data (banking, cloud consoles, secret editors) unless you fully trust the extension and bridge, and (5) if you need stricter guarantees, request the publisher to provide a fixed release URL, signed artifact, or repository link and installation instructions that do not auto-execute unpinned remote code.
功能分析
Type: OpenClaw Skill Name: skill-6 Version: 0.1.0 The skill is classified as suspicious due to its reliance on `npx -y aipex-mcp-bridge` for setup, as detailed in `SKILL.md`. This command instructs the agent to download and execute an external npm package, introducing a supply chain vulnerability and a potential remote code execution (RCE) risk if the `aipex-mcp-bridge` package or its registry were compromised. Additionally, the `references/tools-reference.md` reveals powerful capabilities like the `computer` tool, which grants full keyboard and mouse control, and `download_*` tools, allowing arbitrary file saving to the local filesystem. While these capabilities are intended for legitimate browser automation, they present significant vectors for misuse if the agent were to be compromised via prompt injection or if the external dependency were malicious.
能力评估
Purpose & Capability
Name/description (Chrome browser automation) match the instructions: the skill uses an MCP bridge run via npx to connect a local AIPex Chrome extension. Requesting npx is reasonable for this bridge. Minor inconsistency: the doc lists Node.js >=18 as a prerequisite but only declares npx as a required binary.
Instruction Scope
SKILL.md confines actions to controlling the browser via a local WebSocket and documents tool-level behaviors (click, fill, screenshots, downloads). However, it enables broad access to all open tabs, form contents (including editors), and can send screenshots to the LLM — the instructions do not add constraints or safe-guards for sensitive pages and they instruct the agent to run an external bridge process.
Install Mechanism
There is no formal install spec, but the runtime instructions instruct using `npx -y aipex-mcp-bridge`, which will fetch and execute the latest package from npm without a pinned version or integrity check. This is equivalent to downloading and executing remote code and increases supply-chain risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. That is proportionate to a local browser bridge. Note: the bridge/tooling will have access to page contents which may include secrets stored in web apps.
Persistence & Privilege
The skill does not request always: true and does not modify other skills' configs. It instructs adding an MCP server entry to the agent config (normal for MCP clients). Agent autonomous invocation remains default but is not combined here with elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-6
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-6 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release: AI-powered browser automation skill via AIPex Chrome Extension. - Enables agents to control Chrome (navigation, clicks, form filling, screenshots, tab management, downloads) through the AIPex MCP bridge. - Provides detailed setup instructions for various agent environments and config files. - Describes tool usage strategy to optimize reliability and minimize token usage. - Lists 30+ available browser automation tools grouped by category. - Includes troubleshooting guidance for common connectivity issues.
元数据
Slug skill-6
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Aipex Browser 是什么?

AI-powered browser automation using the AIPex Chrome Extension via MCP bridge. Use this skill when the agent needs to control a Chrome browser — navigating p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 387 次。

如何安装 Aipex Browser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-6」即可一键安装,无需额外配置。

Aipex Browser 是免费的吗?

是的,Aipex Browser 完全免费(开源免费),可自由下载、安装和使用。

Aipex Browser 支持哪些平台?

Aipex Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。

谁开发了 Aipex Browser?

由 ropzislaw(@buttercannfly)开发并维护,当前版本 v0.1.0。

💬 留言讨论