Browser Automation

Quản lý browser profiles anti-detect, mở/đóng trình duyệt, tự động hóa web

138 stars

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

$curl -o ~/.claude/skills/browser/SKILL.md --create-dirs "https://raw.githubusercontent.com/tubecreate/tubecli/main/tubecli/extensions/browser/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/browser/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How Browser Automation Compares

Feature / AgentBrowser AutomationStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

138
from tubecreate/tubecli

Cross-platform background monitor to auto-detect new videos/posts (YouTube, Douyin, Website) and run team workflows.

Ollama Local Model Manager — AI Skill Guide

138
from tubecreate/tubecli

## Extension: ollama

Multi-Agent Orchestration — AI Skill Guide

138
from tubecreate/tubecli

## Extension: multi_agents

File Manager

138
from tubecreate/tubecli

Quản lý file và folder trên máy tính

SKILL.md — Video Downloader Extension

138
from tubecreate/tubecli

## Mô tả

Cloud API Management — AI Skill Guide

138
from tubecreate/tubecli

## Extension: cloud_api

calendar_manager

138
from tubecreate/tubecli

Manage Google Calendar — create, list, update, delete events with recurring & reminders

auth_manager

138
from tubecreate/tubecli

Manage OAuth credentials & tokens for Google, Facebook, TikTok

TubeCLI System Guide

138
from tubecreate/tubecli

Complete guide for AI agents to understand, install, and operate TubeCLI

browser-qa

144923
from affaan-m/everything-claude-code

## When to use

DevelopmentClaude

monday-automation

31392
from sickn33/antigravity-awesome-skills

Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for current schemas.

Project ManagementClaude

mixpanel-automation

31392
from sickn33/antigravity-awesome-skills

Automate Mixpanel tasks via Rube MCP (Composio): events, segmentation, funnels, cohorts, user profiles, JQL queries. Always search tools first for current schemas.

Data AutomationClaude