OpenClaw Skill: NEAR Project Scaffolder
Description
## Overview
Create an OpenClaw skill that scaffolds new NEAR projects with best-practice templates.
## Skill Commands
```python
@skill.command("near_scaffold")
async def create_project(template: str, name: str, options: dict = {}) -> dict:
"""Scaffold new NEAR project"""
# Templates: token, nft, dao, defi, dapp
@skill.command("near_templates")
async def list_templates() -> list:
"""List available project templates"""
@skill.command("near_add_component")
async def add_component(component: str) -> dict:
"""Add component to existing project"""
# Components: wallet-selector, testing, ci-cd
```
## Deliverables
1. **Scaffolding skill**
2. **5+ templates**
3. **Component library**
4. **Published to MoltHub**
## Budget: 6 NEAR