Validate OPAL recovery evidence, mechanism checks, source boundaries, and proxy metric comparison.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill opal_recovery_evaluation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Opal Recovery Evaluation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-opal-recovery-evaluation)More formats (shields.io, HTML) on the badges page.
---
name: opal_recovery_evaluation
description: Validate OPAL recovery evidence, mechanism checks, source boundaries, and proxy metric comparison.
---
# OPAL Recovery Evaluation
## When To Use
Use this skill after a recovery harness produces OPAL metrics. It checks whether the result is a mechanism-faithful OPAL recovery rather than a generic controller success.
## Inputs
- Module-plan target metadata.
- Recovery result JSON.
- Generated skill invocation evidence.
- Source manifest and experiment command log.
## Outputs
- Evaluation summary with metric gap and mechanism status.
- Boolean pass/fail for proxy acceptance checks.
## Workflow
1. Confirm the recovered target metadata matches the module plan target.
2. Confirm the source manifest excludes the original repository.
3. Require numeric metrics and command evidence.
4. For proxy recovery, require mechanism booleans for segmentation, primitive learning, optimizer updates, latent relabeling, and high-level control.
5. Report gap between proxy metric and paper table value without pretending the proxy is full D4RL reproduction.
## Validation
Run:
```bash
python tests/test_recovery_evaluation.py
```
## Limitations
This skill validates evidence structure and OPAL mechanism coverage. It does not replace the Distiller recovery gate.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!