eventbriteEventbrite API integration with managed OAuth. Manage events, venues, ticket classes, orders, and attendees. Use this skill when users want to create and manage events, check orders, view attendees, or access event categories. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
Install via ClawdBot CLI:
clawdbot install byungkyu/eventbriteGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://clawhub.ai/byungkyu/api-gatewayUses known external API (expected, informational)
discord.comAudited Apr 18, 2026 · audit v1.0
Generated Mar 22, 2026
A small business owner uses the skill to create and manage promotional events, track ticket sales, and view attendee lists. They automate event setup via API calls, reducing manual entry and ensuring consistent branding across events. This helps them focus on marketing and customer engagement rather than administrative tasks.
A nonprofit organization leverages the skill to organize fundraising conferences, manage multiple sessions and venues, and process attendee registrations. They use it to generate reports on ticket sales and attendee demographics, aiding in donor outreach and event optimization for future campaigns.
A tech startup integrates the skill into their app to offer event ticketing as a service, allowing users to create and sell tickets directly. They automate order processing and attendee management, providing real-time updates and analytics to improve user experience and drive platform adoption.
A corporate training company uses the skill to schedule and manage workshops, handle employee registrations, and track attendance across multiple locations. They automate venue setup and ticket class creation, streamlining logistics and ensuring compliance with internal training requirements.
A local government agency employs the skill to coordinate public events like festivals and town halls, managing venues, ticket sales, and attendee feedback. They use it to ensure accessibility and monitor event success, supporting community engagement and resource allocation.
Developers embed the skill into a SaaS platform to offer event management as a feature, charging subscription fees based on usage tiers. This model generates recurring revenue by providing value-added services to clients who need seamless event handling without building their own integration.
Marketing or event agencies use the skill to manage client events, offering setup, monitoring, and reporting as part of a service package. Revenue comes from project-based fees or retainer agreements, leveraging automation to scale operations and serve multiple clients efficiently.
Freelancers offer consulting services to help businesses set up and optimize their Eventbrite integrations using the skill. They charge hourly or fixed rates for customization, troubleshooting, and training, tapping into the growing demand for API expertise in event management.
💬 Integration Tip
Start by setting the MATON_API_KEY environment variable and testing with simple GET requests like fetching user data before moving to more complex operations such as event creation.
Scored Apr 18, 2026
Use when reviewing code for security vulnerabilities, implementing authentication flows, auditing OWASP Top 10, configuring CORS/CSP headers, handling secrets, input validation, SQL injection prevention, XSS protection, or any security-related code review.
gws CLI: Shared patterns for authentication, global flags, and output formatting.
Set up Gmail API access via gog CLI with manual OAuth flow. Use when setting up Gmail integration, renewing expired OAuth tokens, or troubleshooting Gmail authentication on headless servers.
Automate OAuth login flows with user confirmation via Telegram. Supports 7 providers: Google, Apple, Microsoft, GitHub, Discord, WeChat, QQ. Features: - Auto-detect available OAuth options on login pages - Ask user to choose via Telegram when multiple options exist - Confirm before authorizing - Handle account selection and consent pages automatically
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
OAuth token refresh management for Google APIs via gog CLI.