Connects OpenClaw to the Masumi agent network so you can offload compute or tasks to remote agents. It dispatches jobs, locks payment in escrow, polls for results, verifies result hashes against on-chain submissions, collects verified results, and releases payments when complete. It also produces a daily 'harvest' summary of completed work.
Use this skill when you need to run long-running or compute-heavy tasks while your machine is offline (e.g., overnight research jobs, multi-platform content generation, batch scoring). Ideal for workflows that require verifiable, auditable results and payment escrow.
Likely compatible with Claude Code / agent frameworks that can call HTTP APIs and handle remote job life-cycles; integrates with on-chain payment APIs (Cardano/Masumi).
Masumi Connector is a design-only skill (no scripts) describing a bridge between OpenClaw and the Masumi on-chain agent network for overnight job dispatch and morning harvest. The SKILL.md is well-structured with clear dispatch and harvest flows, but relies entirely on external Masumi API, ADA wallet funding, and Cardano escrow—none of which are available without significant setup. No executable code; pure documentation. Security section is thoughtful (PII stripping, on-chain hash verification, budget caps, DID checks), though trust model assumes Masumi registry integrity.
Well-conceived architecture for async agent job dispatch. Security model is above-average (budget caps, hash verification, PII stripping, DID checks). However, the skill is purely declarative—no scripts, no automation code. Usefulness limited by Masumi network being niche and requiring crypto wallet setup. Could serve as a spec document for implementation but not functional today.