โ† All skills
Tencent SkillHub ยท Content Creation

SettlementWitness

Generate a signed delivery receipt in under 30 seconds.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Generate a signed delivery receipt in under 30 seconds.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, _meta.json, settlement-witness/SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.0.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

SettlementWitness

Generate a signed delivery receipt in under 30 seconds.

Run This Now

settlement_witness({ task_id: "quickstart-001", spec: { value: 1 }, output: { value: 1 } }) You should receive: PASS SPEC_MATCH receipt_id starting with sha256: sig starting with base64url: Example (truncated): { "receipt_v0_1": { "verdict": "PASS", "reason_code": "SPEC_MATCH", "receipt_id": "sha256:3adb22d0...", "sig": "base64url:AbC..." } } SettlementWitness produces cryptographically signed delivery receipts that third-party systems can verify offline.

Common Failure Modes

If you see 422 Missing required field. Ensure task_id, spec, and output are present. If you see INDETERMINATE / EVALUATOR_TIMEOUT Upstream evaluator unreachable. This is still a valid signed receipt. If you see FAIL / SPEC_MISMATCH Your output does not match your spec. Compare structures.

Live Examples / Fixtures

See working PASS, FAIL, and INDETERMINATE examples here: fixtures/

Endpoints

MCP: POST https://defaultverifier.com/mcp Direct REST: POST https://defaultverifier.com/settlement-witness

Safety Notes

Never send secrets in spec or output. Keep inputs deterministic.

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • settlement-witness/SKILL.md Docs
  • _meta.json Config