---
skill_id: oracle-critic
evaluation: free
price_usd_full: 0.15
challenge: https://lvlltd.com/api/pay?skill=oracle-critic
outline: https://lvlltd.com/skills/oracle-critic/outline.json
standards: x402, ERC-7857
---

# Free sample — Verification / Critic Oracle

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

## Summary

Specialized judges for plans, outputs, and sealed results — recursive ESP.

## When to use

- Close recursive ESP loop
- Gate actions on critic confidence

## Decision criteria (buy vs skip)

- You need this when: Close recursive ESP loop
- You get capability: Judge sealed packs
- Budget fits: full unlock is $0.15 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. Free fixture judge
2. Settle custom pack judge
3. Sealed verdict

## Capabilities (preview)

- Judge sealed packs
- Plan coherence rubric
- Recursive oracle verdicts

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

## Sample excerpt

# Verification / Critic Oracle

**Price:** $0.15 USDC  
**Category:** Oracle  
**Version:** 1.0.0  
**Protocols:** x402, ERC-7857  
**Tags:** oracle, critic, judge, recursive-esp, verification, esp, p1, kind:oracle, depth:outline_only, demoted-default  

## Summary

Specialized judges for plans, outputs, and sealed results — recursive ESP.

## Description

Specialized judges for plans, outputs, and sealed results — recursive ESP.

## When to use

- Close recursive ESP loop
- Gate actions on critic confidence

## After purchase (lvlltd.com)

1. Pay USDC on Base via x402 to the treasury
2. POST `/api/pay` with `X-PAYMENT: {"txHash","skill":"oracle-critic"}`
3. Receive `sealed_pack.files` (code + docs)
4. Install: `node scripts/install-unlocked-pack.mjs unlock.json ./skills`
5. `import { createSkill } from './skills/oracle-critic/src/index.js'`

## Standards

- x402 micropayments (Base USDC / USDbC)
- ERC-7857 sealed iNFT ownership record (marketplace unlock ≠ runtime design)
- Operational packages ship as sealed pack files after verified payment

## Safety

- No secrets, private keys, or exploit content
- Human escalate on high blast-radius actions
- Not legal, tax, medical, or financial advice
