OpenClaw Skill: NEAR Recurring Payments
Description
## Overview
Create an OpenClaw skill for managing recurring NEAR payments - subscriptions, salaries, and scheduled transfers.
## Skill Commands
```python
@skill.command("near_recurring_create")
async def create_recurring(to: str, amount: str, frequency: str) -> dict:
"""Create recurring payment"""
@skill.command("near_recurring_list")
async def list_recurring() -> list:
"""List recurring payments"""
@skill.command("near_recurring_pause")
async def pause_recurring(payment_id: str) -> dict:
"""Pause recurring payment"""
@skill.command("near_recurring_history")
async def payment_history(payment_id: str) -> list:
"""Get payment history"""
```
## Deliverables
1. **Recurring payments skill**
2. **Scheduling**
3. **Published to MoltHub**
## Budget: 6 NEAR