Install
openclaw skills install @violetclaire/popcorn-temporal-anchorVerify a settled payload-bound time checkpoint before a time-sensitive cross-node action. Use when a task has an execution window or when exact bytes must be checked against a signed witness interval.
openclaw skills install @violetclaire/popcorn-temporal-anchorUse the public STOP packet before making a network or payment call. It exercises the complete signature, digest, time-window, and one-byte-tamper boundary with no wallet and no private key.
examples/witness/evaluation-packet.production.json.verify/typescript or verify/python.witness_window_utc with execution_window_utc and require STOP.witness_payload_digest_does_not_match_expected.POST https://767-2676.com/v1/receipt under participant-local payment
policy.From the repository root, run the full free check:
node --disable-warning=ExperimentalWarning --experimental-strip-types examples/witness/verify-settled-sample.mjs
Require this output and exit code 0:
cryptographic_verification=valid
schedule_overlap=false
local_policy_outcome=stop
error_code=witness_payload_digest_does_not_match_expected
https://767-2676.com/demohttps://raw.githubusercontent.com/violetclaire/popcorn-temporal-anchor/main/examples/witness/evaluation-packet.production.jsonhttps://raw.githubusercontent.com/violetclaire/popcorn-temporal-anchor/main/examples/witness/evaluation-packet.proceed-002.production.jsonhttps://raw.githubusercontent.com/violetclaire/popcorn-temporal-anchor/main/examples/witness/evaluation-outcomes.jsonhttps://github.com/violetclaire/popcorn-temporal-anchor/tree/main/verify/typescripthttps://github.com/violetclaire/popcorn-temporal-anchor/tree/main/verify/pythonThe STOP sample contains these fixed facts:
verify a time-bound availability inquiry2026-08-30T20:00:00.000Z to
2026-08-30T20:05:00.000Z2026-08-31T05:02:06.007Z to
2026-08-31T05:02:26.007Zcheckpoint_after_schedule_closedDo not rewrite these values or modify the signed packet.
Verify the signature and exact payload digest before evaluating time. Then apply participant-local policy to the complete signed witness interval:
POPCORN proves the fingerprint and the interval. The holder decides.
Only enter this section after the settled sample passes and a later live task actually requires a new checkpoint.
https://767-2676.com/agent/offer and the canonical
https://767-2676.com/SKILL.md.execution_window_utc and participant-local policy
explicitly permits the payment.https://767-2676.com/v1/receipt; do not pay a redirect or copied origin.The live checkpoint costs $0.001 USDC on Base mainnet. It is optional for a
new live task and is never required to run the public samples.