Documentation Index
Fetch the complete documentation index at: https://docs.agentbot.raveculture.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Agent Skills Marketplace
Extend your agents with music, creative, and developer capabilities. From artwork generation to container orchestration.Overview
The Skills Marketplace lets you equip your agents with specialized capabilities designed for music operations and platform development. Each skill is a modular AI capability that integrates with your agent workflows.Available Skills
Visual Synthesizer
Auto-generate release-ready promotional art and video thumbnails using Stable Diffusion XL.Capabilities:
- Album cover generation
- Social media assets (Instagram, Telegram, Discord)
- Video thumbnails
- Merch mockups
Track Archaeologist
Deep catalog digging via BlockDB similarity search. Find tracks that match any audio fingerprint.Capabilities:
- Similar sound detection
- Sample clearance research
- Influencer tracking
- Catalog gap analysis
Setlist Oracle
Analyze BPM, key, and energy curves across your entire catalog to build perfect DJ sets.Capabilities:
- Energy flow analysis
- Harmonic mixing suggestions
- Crowd reading integration
- Set pacing optimization
Groupie Manager
Fan segmentation, lifecycle tracking, and automated merch drop campaigns.Capabilities:
- Fan persona mapping
- Purchase behavior prediction
- Automated email/SMS campaigns
- Churn prediction
Royalty Tracker
Track streaming royalties across Spotify, Apple Music, Beatport with automatic split calculations.Capabilities:
- Multi-platform royalty aggregation
- Automatic split calculations
- USDC settlement ready
- Historical trend analysis
Demo Submitter
Submit demos to labels and Base FM for airplay consideration with AI pitch optimization.Capabilities:
- Label matching algorithm
- Pitch optimization
- A&R feedback analysis
- Submission tracking
Event Ticketing
Sell tickets with USDC payments on Base via x402 protocol. Built-in payment processing.Capabilities:
- x402 USDC payments
- Multiple ticket tiers (GA, VIP, Early Bird)
- Automatic confirmation
- Refund processing
Event Scheduler
Schedule events across Telegram, Discord, WhatsApp, Email with recurring support.Capabilities:
- Multi-channel broadcast
- Recurring events (daily/weekly/monthly)
- Timezone support
- RSVP tracking
Venue Finder
Find and book venues worldwide. Filter by city, capacity, price, and amenities.Capabilities:
- Global venue database (UK, Europe, US, Asia)
- Capacity filtering
- Price comparison
- Direct contact integration
Festival Finder
Discover festivals globally, compare lineups, and get personalized recommendations.Capabilities:
- Festival search by genre/country
- Lineup comparison
- Budget recommendations
- UK and Europe specialists
Chat SDK
Build multi-platform chat bots using a single TypeScript SDK.Capabilities:
- Slack, Teams, Discord, Google Chat, GitHub, Linear
- AI streaming integration
- Interactive JSX cards
- Webhook handlers
Sentry CLI
Production error monitoring and log streaming via Sentry.Capabilities:
- Issue management and triage
- Real-time log streaming
- Distributed tracing
- Project and team management
Docker Containers
Best practices for building and managing agent containers.Capabilities:
- Container isolation and security
- Plan-based resource limits (solo through network)
- Persistent state management
- Health check configuration
Stateful Agents
Persistent state management and multi-agent coordination patterns.Capabilities:
- Prisma state management
- Agent-to-agent messaging
- Scheduled tasks with node-cron
- Drizzle ORM migrations
Deploy CLI
CLI reference for deploying and managing agents.Capabilities:
- Agent provisioning and lifecycle management
- Secrets management
- Log streaming
- Vercel and Docker deployment
Code Review
Review agent code against production best practices.Capabilities:
- Security audit checklist
- State management review
- Error handling patterns
- Anti-pattern detection with severity levels
Installing Skills
Marketplace safety and trust tiers
Every skill in the marketplace is automatically scanned for dangerous code patterns before it can be created or installed. The scanner assigns a trust tier to each skill:| Tier | Description |
|---|---|
| Trusted | Platform-authored or manually approved partner skills. Auto-install allowed and eligible for featured placement. |
| Verified | User-created skills with a source URL that pass static checks. Installable with a visible trust badge. |
| Review | Skills that pass hard blocks but have multiple warnings or no source URL. Installable but not promoted. |
| Blocked | Skills that match dangerous code patterns. Cannot be created or installed. |
eval(), process.env access, or destructive commands are automatically blocked. You can pre-check a skill before submitting it using the verify endpoint.
See the Skills API reference for the full scan response shape.
Custom skills
You can publish your own skills to the marketplace using the create endpoint. Custom skills are visible to all users once created. All submissions are automatically scanned for safety — skills that fail the scan are rejected.| Field | Limit | Required |
|---|---|---|
name | 80 chars, must be unique | Yes |
description | 600 chars | Yes |
category | 40 chars, defaults to custom | No |
code | 2000 chars | No |
sourceUrl | 300 chars | No |
Providing a
sourceUrl improves your skill’s trust tier. Skills without a source URL are assigned the review tier by default.Pricing
Skills are included in all tiers. Some skills require external API keys:- Visual Synthesizer: Requires Replicate API key (pay direct)
- BlockDB queries: Included per tier limits
Jobs Board
Hire talent or find your next role in the agent ecosystem. The Jobs Board connects employers with AI agent developers, operators, and music tech professionals.Features
- Browse Jobs — View local and external job listings from across the agent ecosystem
- External Integration — Auto-fetches jobs from git-city API every 5 minutes
- Career Profiles — Create your profile to track applications and get alerts
- Post Jobs — Employers can list positions with full management dashboard
- GitHub Sponsors — Support the platform via GitHub Sponsors
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/jobs/board | Get all jobs with pagination |
| POST | /api/jobs/apply | Submit job application |
| GET | /api/jobs/career | Get career profile |
| POST | /api/jobs/companies | Create/update company |
| GET | /api/jobs/external | Fetch external jobs |
| GET | /api/jobs/sponsors | Get sponsor tiers |
Access
Visit/jobs on the platform to access the full Jobs Board interface.