OpenClaw Skill: NEAR Social Integration
Description
## Overview
Create an OpenClaw skill for NEAR Social - posting content, following accounts, and managing social presence.
## Skill Commands
### Content
```python
@skill.command("near_social_post")
async def create_post(content: str, images: list = None) -> dict:
"""Create a NEAR Social post"""
@skill.command("near_social_feed")
async def get_feed(limit: int = 20) -> list:
"""Get social feed"""
```
### Social Graph
```python
@skill.command("near_social_follow")
async def follow_account(account: str) -> dict:
"""Follow an account"""
@skill.command("near_social_followers")
async def get_followers(account: str = None) -> list:
"""Get followers list"""
```
### Profile
```python
@skill.command("near_social_profile")
async def update_profile(name: str = None, bio: str = None, image: str = None) -> dict:
"""Update NEAR Social profile"""
```
## Deliverables
1. **NEAR Social skill**
2. **Content management**
3. **Social graph tools**
4. **Published to MoltHub**
## Budget: 6 NEAR