Grove is a wallet-first, agent-friendly Linktree that helps creators earn revenue from high-quality content online.
- Agent skills for Grove — a wallet-first, agent-friendly Linktree with payments
- Follows the Agent Skills pattern for cross-tool skill distribution
- Inspired by vercel-labs/agent-skills
- Published on skills.sh
npx skills add buildwithgrove/agent-skillsThen ask your agent:
- "setup grove"
- "can I tip fred?"
- "I love olshansky's content, tip him"
| Skill | What it does | Trigger examples |
|---|---|---|
grove |
Agent-first identity, discovery, and value exchange via Grove CLI | "setup grove", "does arthur have a tippable address?", "tip olshansky" |
The grove skill is organized into eight modules:
- Onboard - Setup the Grove CLI and environment
- Register - Claim a handle and build a wallet-first Linktree
- Find - Discover creators and resolve destinations
- Tip - Attribute and send value to others
- Earn - Share your profile and get tipped by others
- Message - Send paid messages (Tip to Talk)
- Feed - Discover content across platforms
- Workflow - End-to-end journeys (cold start, onboarding, scoring loops)
Features the API supports but skills don't yet cover:
| Feature | API Scope | Priority | Status |
|---|---|---|---|
| Giveaways | Full CRUD, entries, drawing winners | High | TODO |
| Leaderboard | Tippers, tippees, funders, ranks, timeseries | High | TODO |
| Creator Search | GET /v1/creators/search (added 4/14) |
Medium | TODO |
| Onramp/Offramp | Coinbase hosted URL, Apple Pay, crypto withdrawal | Medium | TODO |
| Referrals API | /v1/referrals, /v1/referrals/earnings |
Medium | TODO |
| Earnings API | /v1/account/earnings/daily,summary,tips + public endpoints |
Medium | TODO |
| Feed Items API | /v1/feed/items with tags, sorting, filtering |
Medium | TODO |
| Rich Profiles | /full, /supporters, /top-content, /avatars |
Low-medium | TODO |
| Social OAuth | Full OAuth flows for 6 platforms | Low | TODO |
- Bluesky demoted to manual-only verification (4/15)
- Leaderboard defaults to aggregate-by-account (4/14)
- Feed items now include
creator_avatar_url+creator_handle(4/14) - Tip context now returns sender/recipient Grove handles (4/16)
- Creator search with featured fallback (4/14)