Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name REDDIT_TOKEN or zero doctor check-connector --url https://oauth.reddit.com/api/v1/me --method GET
Authentication
The REDDIT_TOKEN environment variable is automatically injected by the connector via OAuth.
Core APIs
Get Current User
curl -s "https://oauth.reddit.com/api/v1/me" -H "Authorization: Bearer $REDDIT_TOKEN" -H "User-Agent: vm0:skill:v1" | jq '{name, total_karma, created_utc}'
Search Posts
Search Reddit for posts matching a query: