From asi
Automates browsers via Playwright MCP for web scraping, screenshots, UI interactions, testing, and browser workflows. Headless support.
How this skill is triggered — by the user, by Claude, or both
Slash command
/asi:playwrightThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Control browsers via Playwright MCP server.
Control browsers via Playwright MCP server.
MCP server configured in ~/.mcp.json:
{
"playwright": {
"command": "npx",
"args": ["-y", "@anthropic-ai/mcp-server-playwright"]
}
}
navigate_page - Go to a URLnew_page - Open new browser tablist_pages - Show open pagesclick - Click elementsfill - Type into input fieldsselect - Choose from dropdownspress - Press keyboard keystake_screenshot - Screenshot current pageget_page_content - Get page HTMLget_text - Extract visible textevaluate - Run JavaScript in page contextnavigate_page(url="https://example.com")take_screenshot()navigate_page(url="https://example.com/form")fill(selector="#email", value="[email protected]")fill(selector="#password", value="secret")click(selector="button[type=submit]")navigate_page(url="https://example.com/data")get_text(selector=".results")This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem:
general: 734 citations in bib.duckdbThis skill maps to Cat# = Comod(P) as a bicomodule in the equipment structure:
Trit: 0 (ERGODIC)
Home: Prof
Poly Op: ⊗
Kan Role: Ran_K
Color: #26D826
The skill participates in triads satisfying:
(-1) + (0) + (+1) ≡ 0 (mod 3)
This ensures compositional coherence in the Cat# equipment structure.
npx claudepluginhub plurigrid/asi --plugin asiProvides browser automation via Playwright MCP for Claude Code. Use for web interactions, screenshots, local UI testing, and accessing content that blocks non-browser HTTP clients.
Runs Playwright MCP server for Claude Code browser automation via accessibility tree tools. Enables navigation, clicks, forms, screenshots, content extraction for blocked sites or local UI testing.
Automates browser tasks via Playwright CLI for AI agents: navigate pages, take snapshots/screenshots, fill forms, click elements from command line. Use with shell access.