Back to the catalog

eventship

Create and manage events on Eventship — a platform for in-person communities. Search events, manage attendees, ticket types, and registratio

Open source Open in the app JSON README (API)

About

Create and manage events on Eventship — a platform for in-person communities. Search events, manage attendees, ticket types, and registration questions.

Details

Kind
Plugins
Topic
No topic detected
Publisher
eventship
Origin
gemini
Category
ferramentas
Version
1.0.0
Stars
1
Last push
2026-04-01T03:05:32Z
Repository state
ativo
License
MIT
Added
2026-08-30 14:13:39
Updated
2026-08-30 14:13:39
Origin id
eventship/ai

README

# Eventship — Gemini CLI Extension

Manage your [Eventship](https://eventship.com) events directly from Gemini CLI. Create events, manage attendees, ticket types, and registration questions — all from the command line.

## Install

```bash
gemini extensions install https://github.com/eventship/ai
```

## Setup

On first use, Gemini CLI will automatically open a browser window for you to sign in to your Eventship account. No API key needed — authentication is handled via OAuth.

## What you can do

**Create and manage events:**
> "Create a free networking event called 'SF Founders Happy Hour' on July 15th at 6pm at The Battery in San Francisco."

**Check your attendees:**
> "Show me who has registered for my next event."

**Search for events:**
> "Find tech events happening in San Francisco this month."

**Manage tickets and questions:**
> "Add a VIP ticket type to my Summer Meetup for $50 with a limit of 20."

## Available tools

| Tool | Description |
|------|-------------|
| `search_events` | Search public events by location, keyword, category, or date |
| `lookup_venue` | Search for venues and see upcoming events there |
| `my_events` | List events you're registered for |
| `register_for_event` | Register for a free event |
| `list_events` | List events you manage |
| `get_event` | Get full event details by slug |
| `create_event` | Create a new event (draft by default) |
| `update_event` | Update event details |
| `list_attendees` | List event attendees |
| `list_ticket_types` | List ticket types for an event |
| `create_ticket_type` | Create a new ticket type |
| `update_ticket_type` | Update a ticket type |
| `delete_ticket_type` | Delete a ticket type |
| `list_questions` | List registration questions |
| `create_question` | Add a registration question |
| `update_question` | Update a registration question |
| `delete_question` | Remove a registration question |

## Links

- [Eventship](https://eventship.com)
- [API documentation](https://eventship.com/developer)
- [Support](mailto:support@eventship.com)

## License

MIT

More