TopRank Skills

Official OpenClaw rules 36%

vow

The Immutable Commitment Protocol. Orchestrating cryptographically enforced, high-stakes promises between agents where trust is not assumed, but engineered.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 vow 技能。 若已安装,则直接安装 vow 技能。

Overview

Skill Key
agenticio/vow
Author
agenticio
Source Repo
openclaw/skills
Version
-
Source Path
skills/agenticio/vow
Latest Commit SHA
56ada08d7d630128d1dc5f0136562a370a901f51

Extracted Content

SKILL.md excerpt

# 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
```VOW_SPEC = {
  "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.

---

Related Claw Skills