---
skill_id: web-agent-observability
evaluation: free
price_usd_full: 5.99
challenge: https://lvlltd.com/api/pay?skill=web-agent-observability
outline: https://lvlltd.com/skills/web-agent-observability/outline.json
standards: x402, ERC-7857
---

# Free sample — Web Agent Observability

**Skill ID:** `web-agent-observability`  
**Full unlock:** $5.99 USDC via x402 on Base  
**Challenge:** https://lvlltd.com/api/pay?skill=web-agent-observability  
**Outline JSON:** https://lvlltd.com/skills/web-agent-observability/outline.json

## Summary

Observability pack for browser agents: structured action logs, traces, screenshots, latency/cost metrics, and failure taxonomy for RSEO improvement loops.

## When to use

- Browser agents flake
- Need run evidence
- Cost/latency of web agents

## Decision criteria (buy vs skip)

- You need this when: Browser agents flake
- You get capability: Define span model
- Budget fits: full unlock is $5.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 span model
2. Log actions
3. Capture traces/screens
4. Failure taxonomy
5. Dashboards

## Capabilities (preview)

- Define span model
- Log actions
- Capture traces/screens
- Failure taxonomy
- Dashboards

## 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/web-agent-observability/outline.json
GET  https://lvlltd.com/api/pay?skill=web-agent-observability   → HTTP 402
# transfer maxAmountRequired USDC to payTo on Base
POST https://lvlltd.com/api/pay
  X-PAYMENT: {"txHash":"0x…","skill":"web-agent-observability"}
# response.sealed_pack.files = full pack
```

## Sample excerpt

# Web Agent Observability

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

## Summary

Observability pack for browser agents: structured action logs, traces, screenshots, latency/cost metrics, and failure taxonomy for RSEO improvement loops.

---

---
name: web-agent-observability
description: Observe browser agent runs with traces screenshots action logs and failure taxonomies for debugging. Use when web agent observability, browser agent traces, debug browser agent, action log browser, or /web-agent-observability.
---

# Web Agent Observability

Observability pack for browser agents: structured action logs, traces, screenshots, latency/cost metrics, and failure taxonomy for RSEO improvement loops.

## Quick Reference
| Item | Value |
|------|-------|
| Category | Browser |
| Unlock | $5.99 USDC (x402 Base) |
| Triggers | web agent observability, browser agent traces, debug browser agent, /web-agent-observability |

## When to use
- Browser agents flake
- Need run evidence
- Cost/latency of web agents

## Core workflow
1. Instrument runner
2. Emit spans
3. On fail attach artifacts
4. Classify failure
5. Feed RSEO

## Procedures (non-obvious)
Redact secrets and PII from screenshots/logs before storage.
Spans: navigate, act, wait, extract, assert, handoff.
Failure classes: selector_miss, timeout, auth, challenge, allowlist, application_error.

## Edge cases
- Huge traces sample on fail only
- Video optional with retention limits

## Failure modes
- Logging secrets
- No correlation ids across steps

## Verification
- Failed run produces taxonomy + artifacts
- Secrets redacted

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

## Related skills
- playwright-browser-orchestrator
- site-interaction-guardian

## 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: prompt injection via retrieved conte

…(remainder sealed after x402 unlock)…

