Agent skill · Content & Marketing

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 pages, clicking elements, filling forms, capturing screenshots, managing tabs, or downloading content — by connecting to the AIPex MCP bridge.

AIPexStudiogithub.com/AIPexStudioGitHub ↗
claude-codeMIT
Install
npx skills add AIPexStudio/AIPex --skill skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Path: skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,230 · +1 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AIPex Browser Control AIPex is a Chrome extension that exposes 30+ browser automation tools over the Model Context Protocol (MCP). Once connected, the agent can control any Chrome tab using natural language — clicking, typing, navigating, capturing screenshots, downloading content, and more. **Architecture:** ``` Agent (MCP client) ──stdio──▶ aipex-mcp-bridge ──WebSocket──▶ AIPex Chrome Extension ──▶ Browser APIs ``` --- ## When to Use This Skill Use this skill when the user wants to: - Navigate to URLs, click links, fill forms, or interact with any web page - Automate multi-step browser workflows - Extract or download data from web pages - Capture screenshots of browser tabs - Manage multiple tabs across browser windows - Perform browser-assisted testing (accessibility, UX, regression) --- ## Prerequisites - **AIPex Chrome extension** installed (available on the Chrome Web Store or via developer build) - **Node.js >= 18** installed on the local machine The user is assumed to have AIPex installed. The agent only needs to complete the two connection steps below. --- ## Step 1: Register the MCP Server Add the following to the agent's MCP configuration. No manual installation is nee

What's inside
Steps it walks through
  1. When to Use This Skill
  2. Prerequisites
  3. Step 1: Register the MCP Server
  4. Cursor (.cursor/mcp.json)
  5. Claude Desktop (claudedesktopconfig.json)
  6. Claude Code (CLI)
  7. VS Code Copilot (.vscode/mcp.json)
  8. Windsurf (mcpconfig.json)
  9. Custom port (optional)
  10. Step 2: Connect the AIPex Extension to the Bridge
  11. Tool Usage Strategy (IMPORTANT)
  12. Priority 1 — searchelements (always try first)
  13. Priority 2 — UID-based interaction (preferred)
  14. Priority 3 — capturescreenshot + computer (high-cost fallback only)
Ships with 1 file
  • references/tools-reference.md
Commands it runs
claude mcp add aipex-browser -- npx -y aipex-mcp-bridge
More from AIPex
All skills →
About this skill
What does the aipex-browser skill do?

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 pages, clicking elements, filling forms, capturing screenshots, managing tabs, or downloading content — by connecting to the AIPex MCP bridge.

How do I install it?

Run `npx skills add AIPexStudio/AIPex --skill skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From AIPexStudio/AIPex, a repository with 1,230 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going