agentsclimarketplace

Playwright

Skill shane9coy/katana-agent/agent/skills/agent-tools/playwright

Browser automation via Playwright MCP — reservations, ordering, scraping, form filling. Always confirm before final submission.From its SKILL.md

Install
npx -y skills add shane9coy/katana-agent --skill playwright

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.8 KB, 337 tokens by cl100k_base, as published. Nobody here has run it

Playwright Skill

Auto-activate when browser automation is needed for bookings, ordering, scraping, or form filling.
Also used internally by Vibe Curator — prefer /vibe book or /vibe order for those flows.

Safety Rules (Non-Negotiable)

  • Stop before final submit on ANY transaction — show screenshot, ask confirmation
  • Human-like delays (1–2s between actions) to avoid bot detection
  • If CAPTCHA appears: stop, screenshot, wait for manual solve
  • Ticketmaster: reconnaissance only — never attempt queue bypass

Common Task Templates

TaskUse Template
Restaurant reservationTemplate 1: OpenTable
Food deliveryTemplate 2: DoorDash
Amazon shoppingTemplate 3: Amazon
Flight searchTemplate 4: Expedia (search only)
Ticket availabilityTemplate 5: Ticketmaster (recon only)
Web scrapingTemplate 6
Form fillingTemplate 7
Price comparisonTemplate 8

Protocol (every task)

  1. Navigate → screenshot to confirm load
  2. Check login status before proceeding
  3. Execute task steps with delays
  4. Screenshot key states
  5. Pause before submit — show user, await "confirm"

Troubleshooting

  • No Playwright tools? Check Node.js 18+ installed, run npx playwright install chromium, restart Claude
  • Sessions not persisting? Verify storage state file + permissions

→ Full templates + examples: .claude/commands/playwright.md

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.