---
skill_id: playwright-browser-orchestrator
evaluation: free
price_usd_full: 9.99
challenge: https://lvlltd.com/api/pay?skill=playwright-browser-orchestrator
outline: https://lvlltd.com/skills/playwright-browser-orchestrator/outline.json
standards: x402, ERC-7857
---

# Free sample — Playwright Browser Orchestrator

**Skill ID:** `playwright-browser-orchestrator`  
**Full unlock:** $9.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=playwright-browser-orchestrator  
**Outline JSON:** https://lvlltd.com/skills/playwright-browser-orchestrator/outline.json

## Summary

Production browser agent orchestration: navigate, act, observe, recover — with traces, screenshots, secret redaction, and enforced domain allowlists.

## When to use

- Multi-step web automation
- Real browser agent
- Need traces for flaky UI

## Decision criteria (buy vs skip)

- You need this when: Multi-step web automation
- You get capability: Define goal + allowlist
- Budget fits: full unlock is $9.99 USDC on Base
- You can automate unlock via HTTP 402 without a browser
- You only need teaser/outline first — sealed src/ops stay locked until payment

## Outline (preview)

1. Define goal + allowlist
2. Launch isolated browser
3. Observe-act loop
4. Handle waits
5. Capture traces
6. Teardown

## Capabilities (preview)

- Define goal + allowlist
- Launch isolated browser
- Observe-act loop
- Handle waits
- Capture traces
- Teardown

## What you get after payment

- SKILL.md (teaser public)
- agent-install.json (public meta)
- src/index.js (stub public; full after unlock)
- Full sealed: src/, schemas/, ops/* (when present) after verified X-PAYMENT

## Agent buy path (zero human UI)

```
GET  https://lvlltd.com/skills/playwright-browser-orchestrator/outline.json
GET  https://lvlltd.com/api/pay?skill=playwright-browser-orchestrator   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"playwright-browser-orchestrator"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Playwright Browser Orchestrator

**Price:** $9.99 / unlock
**Category:** Browser

## Summary

Production browser agent orchestration: navigate, act, observe, recover — with traces, screenshots, secret redaction, and enforced domain allowlists.

---

---
name: playwright-browser-orchestrator
description: Orchestrate goal-directed Playwright-style browser agents with domain allowlists traces and safe defaults. Use when playwright browser orchestrator, browser agent, automate browser, web agent runner, or /playwright-browser-orchestrator.
---

# Playwright Browser Orchestrator

Production browser agent orchestration: navigate, act, observe, recover — with traces, screenshots, secret redaction, and enforced domain allowlists.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Browser |
| Unlock | $9.99 USDC (x402 Base) |
| Triggers | playwright browser orchestrator, browser agent, automate browser, /playwright-browser-orchestrator |

## When to use
- Multi-step web automation
- Real browser agent
- Need traces for flaky UI

## Core workflow
1. Confirm allowlist and auth
2. Start context
3. Loop snapshot-plan-act-verify
4. Stop on goal or budget
5. Export evidence

## Procedures (non-obvious)
Default headless. Prefer role/text selectors over brittle CSS.
Action budget and wall-clock timeout mandatory.
Refuse credential stuffing, CAPTCHA abuse, unauthorized access.

## Edge cases
- SPA routing careful waits
- iFrames need frame context

## Failure modes
- Infinite click loops
- Acting outside allowlist

## Verification
- Goal completed or clean fail
- Trace exists
- No secrets in artifacts

## Artifact outputs
- `run-report.md`
- `trace.zip`
- `actions.jsonl`

## Related skills
- agent-browser-navigator
- form-filling-protocol
- web-agent-observability

## Super Alignment Contract
- Scalable oversight method: process supervision + human+AI critique before high-blast actions
- Corrigibility guarantees: shutdown, steerability, non-deception; operator may abort mid-run
- Value model: Partnership Agreement + 5 Behavioral Protocols
- Drift detection: flag invented evidence, skipped verification, or revenue-over-truth optimization
- Red-team surface: promp

…(remainder sealed after x402 unlock)…

