# Demerzels Lab Elsamultiskillagent Settlement Witness

> SettlementWitness (OpenClaw Skill)

- Skill: `tomevault-io/demerzels-lab-elsamultiskillagent-settlement-witness` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/demerzels-lab-elsamultiskillagent-settlement-witness`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/demerzels-lab-elsamultiskillagent-settlement-witness/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/demerzels-lab-elsamultiskillagent-settlement-witness

---


# SettlementWitness (OpenClaw Skill)

This skill calls the public SettlementWitness HTTPS endpoint. No local services are required.

## What this skill does
When a task is complete and you need proof-of-delivery before settlement, call SettlementWitness to obtain a replay-stable receipt.

SettlementWitness does not judge quality or arbitrate disputes. It only checks whether the provided output matches the provided spec under deterministic rules.

## Canonical endpoints
- POST https://defaultverifier.com/settlement-witness
- GET  https://defaultverifier.com/manifest

## Required input shape
Provide:
- task_id (string)
- spec (object)
- output (object)

## Example request
{
  "task_id": "example-002",
  "spec": { "expected": "foo" },
  "output": { "expected": "foo" }
}

## How to interpret
- If verifier_response.verdict == PASS: verified completion
- If verifier_response.verdict == FAIL: not verified (do not settle automatically)
- receipt_id is the stable identifier to store/log/share

## Safety notes
- Never send secrets (private keys, API keys) in spec/output.
- Keep spec/output minimal and deterministic (hashes/IDs are ideal).

## Install (for OpenClaw users)
Copy this folder into your OpenClaw skills directory as:
settlement-witness/SKILL.md

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/demerzels-lab) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

