Install
openclaw skills install @nutstrut/verified-taskLegacy verification-guided task discipline. Helps structure task claims so they can be checked against evidence, receipts, or review criteria. Does not itself emit receipts, verify signatures, perform cryptographic checks, prove task completion, or approve execution.
openclaw skills install @nutstrut/verified-taskVerified Task is a legacy verification-guided task discipline skill.
It helps structure task claims so they can be checked against evidence, receipts, or review criteria. It does not itself emit receipts, verify signatures, perform cryptographic checks, or prove task completion.
For actual SAR receipt verification, use SettlementWitness or DefaultVerifier MCP verify_receipt.
Status: legacy / claim-corrected.
Category: verifiability-guided workflow skill.
Boundary: Verified Task helps frame task evidence; it does not certify completion, approve execution, or prove settlement finality.
Before sending money
Before posting content
Before executing actions
Before making decisions
If the output matters, verify it before proceeding.
Verification is a guardrail, not a suggestion.
Define the task specification
Generate output
Verify output against the specification
Return a verdict
Enforce the decision
{
"task_id": "...",
"verdict": "PASS | FAIL | INDETERMINATE",
"reason": "...",
"confidence": "high | medium | low"
}
{
"task_id": "email-approval-001",
"task_spec": "Write a concise, professional email confirming a meeting time under 100 words",
"output": "Hi, just confirming our meeting at 3pm tomorrow. Let me know if anything changes."
}
{
"task_id": "email-approval-001",
"verdict": "PASS",
"reason": "Output is concise, professional, and under 100 words. All constraints satisfied.",
"confidence": "high"
}
Recommended override note:
OPERATOR OVERRIDE APPROVED
Reason: ...
Approved by: human operator
Timestamp: ...
Verification should be deterministic and grounded in the task spec.
Good checks include:
Do not treat these as verification:
You may optionally add a structured verification step for the final result.
Rules:
Example:
verify structured verdict metadata against the defined verification spec
This can add assurance, but it does not replace local verification or operator judgment.
Agents and operators can:
This version clarifies that the skill is a verifiability-guided workflow aid. It does not itself perform cryptographic verification, emit Settlement Attestation Receipts, verify receipts, verify signatures, prove task completion, approve execution, or prove settlement finality. For receipt verification, use SettlementWitness or DefaultVerifier MCP verify_receipt.
verification, workflow-safety, guardrails, automation, trust