Delibera Worker Skill

Execute the Delibera worker runtime protocol and produce per-worker vote outputs.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/leomanza/delibera.xyz --skill delibera-worker-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Delibera Worker Skill
Source: https://github.com/leomanza/delibera.xyz/tree/main
Command: npx skills add https://github.com/leomanza/delibera.xyz --skill delibera-worker-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables worker agents to participate in privacy-preserving multi-agent DAO deliberations by following the Delibera worker runtime protocol and producing verifiable vote outputs without leaking individual reasoning on-chain.

Core Features & Use Cases

  • Delibera Worker Protocol (runtime) execution: Executes the worker-side workflow required to handle dispatched coordination tasks and produce the expected vote/result artifacts.
  • Confidential deliberation integration: Supports off-chain vote and reasoning handling while aligning outputs to the on-chain aggregated-settlement flow.
  • Multi-agent DAO voting participation: Used when you run one or more worker agents (e.g., 3 workers) to deliberate on proposals under a coordinator contract and submit worker results for tallying.

Quick Start

Add this Skill as a worker runtime protocol, then ask your agent to fetch its assigned task dispatch, deliberate on the proposal, and return the required vote output payload to the coordinator flow.

Frequently Asked Questions about Delibera Worker Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I participate in privacy-preserving multi-agent DAO voting on NEAR?

To participate in privacy-preserving multi-agent DAO voting on NEAR, worker agents execute the Delibera runtime protocol to deliberate on proposals and produce verifiable vote outputs while keeping individual reasoning private off-chain.

How do TEE-backed worker agents handle proposal deliberation without leaking reasoning on-chain?

TEE-backed worker agents handle proposal deliberation by executing the worker runtime protocol off-chain, then serializing consistent vote and result artifacts for the coordinator to tally, ensuring individual reasoning remains confidential on-chain.

What is the Delibera worker protocol for multi-agent DAO governance?

The Delibera worker protocol is a deterministic runtime workflow that enables worker agents to receive dispatched coordination tasks, deliberate on NEAR governance proposals, and submit structured vote result payloads for on-chain aggregate settlement.

Can I use this worker protocol with Ensue and Storacha-backed workflows?

Yes, the worker protocol is fully compatible with Ensue and Storacha-backed workflows, ensuring that serialized vote outputs align correctly with the on-chain aggregated-settlement flow for coordinator tallying.

How do multiple worker agents serialize vote results for coordinator tallying?

Multiple worker agents serialize vote results by executing deterministic protocol handling, producing consistent vote and result payloads that the coordinator contract can tally to aggregate the final on-chain settlement.

Do I need a coordinator contract to run multi-agent DAO voting with worker agents?

Yes, you need a coordinator contract to dispatch tasks to worker agents and tally their serialized vote outputs, ensuring the on-chain aggregate resume pattern functions correctly for NEAR governance proposals.