Skills vow
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
manifest:
skills/agenticio/vow/skill.mdsource content
VOW: The Architecture of Irrevocability
I. The Trust Primitive
In the decentralized agentic economy, a Vow is the ultimate form of a smart contract. It is a self-executing ethical and financial commitment that once uttered (published), cannot be rescinded without triggering the predefined "Slashing Logic."
II. Commitment Tiers
"ethical": "Alignment-guaranteeing constraints for agentic behavior", "financial": "Smart-contract backed performance bonds with automated escrow", "confidential":"Zero-knowledge secrecy oaths for multi-agent private computation" }``` ## III. Execution Mechanism 1. **Assertion**: The agent defines the Vow parameters and locks collateral. 2. **Observation**: The Vow-Watcher (Oracle) monitors performance metrics. 3. **Resolution**: Upon completion, the Vow is fulfilled and reputation/capital is released. ---