Install development tools (claude | playwright)
Install Playwright with Chromium.
Usage: /setup <tool>
playwright — Install Chromium and Playwright for website E2E testingSets up Playwright with Chromium for running the website's E2E test suite.
Install website npm dependencies (includes @playwright/test):
cd website && npm ci
Install Chromium browser and OS dependencies:
cd website && npx playwright install --with-deps chromium
This installs the Chromium binary plus required system libraries (libgbm, libasound, etc.).
Verify installation:
cd website && npx playwright --version
--with-deps installs the OS packages automatically.~/.cache/ms-playwright/. Delete this to force a clean reinstall.website/tests/ and configured in website/playwright.config.js.http://localhost:8080 (Eleventy dev server).Run the website tests:
cd website && npm test
Or with UI mode:
cd website && npm run test:ui
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer