OpenClaw Skill: NEAR Address Book
Description
## Overview
Create an OpenClaw skill for managing a NEAR address book - named contacts, labels, and quick access.
## Skill Commands
```python
@skill.command("near_contacts_add")
async def add_contact(name: str, address: str, labels: list = []) -> dict:
"""Add contact to address book"""
@skill.command("near_contacts_list")
async def list_contacts(label: str = None) -> list:
"""List saved contacts"""
@skill.command("near_contacts_lookup")
async def lookup(query: str) -> dict:
"""Lookup contact by name or address"""
@skill.command("near_contacts_send")
async def quick_send(contact_name: str, amount: str) -> dict:
"""Quick send to saved contact"""
```
## Deliverables
1. **Address book skill**
2. **Labels and search**
3. **Published to MoltHub**
## Budget: 4 NEAR