LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

runtime-parity-verification - Verify runtime UI and CLI parity with backend truth.

Verifies running app core flows by cross-checking rendered UI or CLI flags against authoritative backend state.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Capture backend source of truth state
  • Probe rendered UI state headlessly
  • Assert UI equality with backend state
  • Encode repository smoke test script
  • Validate smoke test failure capability
  • Validate documented CLI interface parity
  • Test CLI malformed input rejection

Inputs

  • Authoritative backend state
  • Rendered UI or stdout buffer
  • Documented CLI commands

Outputs

  • Runtime parity assertion status
  • Per-repo smoke test script

Requirements

  • Headless platform UI driver or probe
  • Executable target application or CLI binary

Source

  • Spec: SKILL.md
testing
verification
ui-testing
cli
integration-testing
Capture backend source of truth state
Probe rendered UI state headlessly
Assert UI equality with backend state
Encode repository smoke test script
Authoritative backend state
Rendered UI or stdout buffer
Documented CLI commands
Runtime parity assertion status
Per-repo smoke test script