Browser Automation
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
Best use case
Browser Automation is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
Teams using Browser Automation should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/browser/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Browser Automation Compares
| Feature / Agent | Browser Automation | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Browser Automation Extension
Quản lý trình duyệt anti-detect với fingerprint spoofing, hỗ trợ proxy và cookies.
## Keyword Triggers (Tier 1 — 0 token)
Các lệnh sau được xử lý trực tiếp, KHÔNG cần gọi AI:
| Lệnh | Ví dụ |
|-------|-------|
| List profiles | "list browser", "danh sách browser", "danh sách profile" |
| Mở browser | "mở browser testlive", "open browser testlive", "launch profile chan" |
| Tạo profile | "tạo browser profile myname", "create profile abc" |
| Đóng browser | "đóng browser testlive", "stop browser testlive", "tắt browser" |
| Xóa profile | "xóa browser profile old1", "delete profile abc" |
## API Endpoints
| Method | Endpoint | Mô tả |
|--------|----------|-------|
| GET | `/api/v1/browser/profiles` | List tất cả profiles |
| POST | `/api/v1/browser/profiles` | Tạo profile: `{"name": "xxx"}` |
| POST | `/api/v1/browser/launch` | Mở browser: `{"profile": "xxx"}` |
| POST | `/api/v1/browser/stop` | Đóng browser: `{"profile": "xxx"}` |
| DELETE | `/api/v1/browser/profiles/{name}` | Xóa profile |
| GET | `/api/v1/browser/status` | Trạng thái instances đang chạy |
## Browser Actions (Node.js)
15 action modules có sẵn: browse, click, comment, extract_content, login, navigate, read_gmail, save_image, search, search_extract, type, visual_scan, watch, captcha_helper, mouse_helper.Related Skills
Universal Tracker
Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.
Ollama Local Model Manager — AI Skill Guide
## Extension: ollama
Multi-Agent Orchestration — AI Skill Guide
## Extension: multi_agents
File Manager
Quản lý file và folder trên máy tính
SKILL.md — Video Downloader Extension
## Mô tả
Cloud API Management — AI Skill Guide
## Extension: cloud_api
calendar_manager
Manage Google Calendar — create, list, update, delete events with recurring & reminders
auth_manager
Manage OAuth credentials & tokens for Google, Facebook, TikTok
TubeCLI System Guide
Complete guide for AI agents to understand, install, and operate TubeCLI
browser-qa
## When to use
monday-automation
Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for current schemas.
mixpanel-automation
Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current schemas.