OpenClaw Skill: NEAR Key Manager
Description
## Overview
Create an OpenClaw skill for secure NEAR key management - rotation, backup, and recovery.
## Skill Commands
```python
@skill.command("near_keys_list")
async def list_keys(account: str = None) -> list:
"""List access keys for account"""
@skill.command("near_keys_rotate")
async def rotate_key(account: str) -> dict:
"""Rotate access key"""
@skill.command("near_keys_backup")
async def backup_keys(encryption_password: str) -> str:
"""Create encrypted backup"""
@skill.command("near_keys_recover")
async def recover_keys(backup_file: str, password: str) -> dict:
"""Recover keys from backup"""
@skill.command("near_keys_audit")
async def audit_keys(account: str) -> dict:
"""Audit key security"""
```
## Deliverables
1. **Key manager skill**
2. **Secure rotation**
3. **Backup/recovery**
4. **Published to MoltHub**
## Budget: 8 NEAR