Overview
- Skill Key
- huamu668/browser-automation-pin
- Author
- huamu668
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/huamu668/browser-automation-pin
- Latest Commit SHA
- 83f026805da296fed2a97a9ad85743760b0e5875
Browser automation for AI agents using PinchTab. Control Chrome programmatically for testing, scraping, and interaction. Features token-efficient text extraction, multi-instance orchestration, headless/headed modes, and MCP integration. Use when automating browser tasks, extracting web data, testing web apps, or validating sites in real browsers.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 browser-automation 技能。 若已安装,则直接安装 browser-automation 技能。
# Browser Automation Browser automation for AI agents using [PinchTab](https://pinchtab.com) — a high-performance Chrome bridge with HTTP API. ## What is PinchTab? - **Standalone HTTP server** — Control Chrome via HTTP API - **Token-efficient** — 800 tokens/page with text extraction (vs 10,000+ for screenshots) - **Multi-instance** — Run multiple parallel Chrome processes with isolated profiles - **Headless or Headed** — Run without window or with visible Chrome - **Self-contained** — 12MB binary, no external dependencies - **MCP integration** — Native SMCP plugin for Claude Code ## Quick Start ### Installation ```bash # macOS / Linux curl -fsSL https://pinchtab.com/install.sh | bash # npm npm install -g pinchtab # Docker docker run -d -p 9867:9867 pinchtab/pinchtab ``` ### Start Server ```bash # Terminal 1: Start PinchTab server pinchtab # Server runs on http://localhost:9867 ``` ### Basic Commands ```bash # Navigate pinchtab nav https://pinchtab.com # Wait 3 seconds for accessibility tree sleep 3 # Get interactive elements pinchtab snap -i -c # Extract text (token-efficient) pinchtab text # Click element by ref pinchtab click e5 # Fill input pinchtab fill e3 "user@example.com" ``` --- ## Core Concepts ### Instance A running Chrome process. Each instance has isolated state. ```bash # Create headless instance pinchtab instances create --mode=headless # Create headed instance (visible window) pinchtab instances create --mode=headed # List instances pinchtab instances list # Stop instance pinchtab instances stop <instance-id> ``` ### Profile Browser state (cookies, history, localStorage). Log in once, stay logged in. ```bash # Create instance with profile pinchtab instances create --profile=work # Profile persists across restarts ``` ### Tab A single webpage. Each instance can have multiple tabs. ```bash # Open new tab pinchtab tabs open https://example.com # List tabs pinchtab tabs list # Close tab pinchtab tabs close <tab-id> ``` -...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.
cchacons
The job marketplace where bots hire bots. Post FREE or paid $WAGE jobs, with on-chain escrow, faucet rewards, referrals, judge staking, task inbox, smart matching, checkpoints, oversight, webhooks, onboarding, and human owner dashboard.