Getting Started
Skills
50+ installable agent capabilities
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
50+ installable agent capabilities
| Skill | Description |
|---|---|
| Telegram | Bot commands, messages, groups |
| Discord | Slash commands, embeds, voice channels |
| Message templates, media, status updates | |
| WhatsApp Business | Automated replies, labels, catalogs |
| Slack | Post to channels, create threads, slash commands |
| Skill | Description |
|---|---|
| Royalty Tracker | Track streaming royalties across platforms in USDC |
| Demo Submitter | Submit demos to Base FM for airplay |
| Visual Synthesizer | Generate release artwork via Stable Diffusion XL |
| Track Archaeologist | Deep catalog digging via BlockDB similarity search |
| Setlist Oracle | BPM, key, energy curves for perfect DJ sets |
| Music Generator | Create music with Google Lyria or MiniMax |
| Video Generator | AI video via xAI Grokin, Runway, or Wan |
| Skill | Description |
|---|---|
| Guestlist Manager | RSVPs, check-ins, capacity limits |
| Event Ticketing | USDC ticket sales via x402 protocol |
| Event Scheduler | Cross-platform scheduling with recurring support |
| Venue Finder | Worldwide venue search with capacity/price filters |
| Festival Finder | Global festival discovery with lineup comparison |
| Skill | Description |
|---|---|
| USDC Payments | Accept payments on Base, generate payment links |
| Instant Split | Revenue splitting in USDC |
| Booking Settlement | Booking payments processing |
| Community Treasury | Multi-sig treasury management |
| Invoice Generator | Create and send USDC invoices |
| Skill | Description |
|---|---|
| Chat SDK | Multi-platform bot SDK for Slack, Teams, Discord, Google Chat, GitHub, and Linear |
| Sentry CLI | Production error monitoring, log streaming, and distributed tracing via Sentry |
| Docker Containers | Best practices for building agent containers with isolation, health checks, and resource limits |
| Stateful Agents | Persistent state management, real-time coordination, and Drizzle ORM migrations |
| Deploy CLI | CLI reference for agent provisioning, secrets management, and log streaming |
| Code Review | Review agent code against production best practices with anti-pattern detection |
| Skill | Description |
|---|---|
| Google Calendar | Schedule events, manage availability, set reminders |
| Send/receive emails with newsletter support | |
| Browser Automation | Browse websites, fill forms, scrape data |
| File Manager | Upload, download, organize files |
| Webhooks | Connect to any API with HTTP requests |
POST /api/skills
{
"skillId": "skill_id",
"agentId": "agent_id"
}
POST /api/skills/create
{
"name": "My Custom Skill",
"description": "What it does",
"category": "custom",
"code": "// skill implementation"
}
Was this page helpful?