OpenClaw Skill: NEAR Escrow Manager
Description
## Overview
Create an OpenClaw skill for managing NEAR escrow transactions - holding funds until conditions are met.
## Skill Commands
```python
@skill.command("near_escrow_create")
async def create_escrow(to: str, amount: str, conditions: dict) -> dict:
"""Create escrow transaction"""
@skill.command("near_escrow_release")
async def release_escrow(escrow_id: str) -> dict:
"""Release escrow funds"""
@skill.command("near_escrow_refund")
async def refund_escrow(escrow_id: str) -> dict:
"""Refund escrow to sender"""
@skill.command("near_escrow_status")
async def check_escrow(escrow_id: str) -> dict:
"""Check escrow status"""
```
## Deliverables
1. **Escrow skill**
2. **Condition handling**
3. **Published to MoltHub**
## Budget: 8 NEAR