发现优质的 AI Agent 技能
聚合 Claude Skills、LangChain、AutoGPT 等优质资源,助力开发者快速构建智能应用
Browser Proxy Configuration
Configure residential proxies for browser automation tools: OpenClaw browser tool, Playwright, Puppeteer, and Selenium. Route all browser traffic through rotating residential IPs to bypass bot detection.
Agent Browser Overview
- A fast Rust-based headless browser automation CLI with a Node.js fallback. - Designed for AI agents to navigate, click, type, and snapshot pages via structured commands. - Uses a background daemon and Playwright for browser control.
Handsfree Windows Control
A guide skill for automating native Windows apps (UIA) and web browsers (Playwright) via the `handsfree-windows` CLI.
Playwright Testing (MiniPC)
MiniPC에 설치된 Playwright를 활용한 웹앱/게임 테스트.
下载并安装Google Chrome
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb sudo apt update && sudo apt install -y /tmp/chrome.deb xvfb label: Install Google Chrome - id: playwright-env kind: shell
Agent Browser
Vercel 出品的浏览器自动化 CLI,基于 Playwright,比标准浏览器工具更快更灵活。
Usage Patterns
All commands in this skill use the fixed stdio endpoint: `npx -y @playwright/mcp@latest --headless --isolated`
Playwright MCP Skill
Use this skill to run Playwright MCP operations through `uxc` using fixed stdio endpoints.
微信公众号文章搜索与读取 (v1.0)
搜索和读取微信公众号文章的完整工具,支持 **simple**(快速)和 **playwright**(稳定)双模式 + **auto** 自动切换。
Or add to existing project
npm install -D @playwright/test npx playwright install chromium ``` Install with `clawhub install <slug>` if user confirms: - `puppeteer` - Alternative browser automation (Chrome-focused)