invite-links

Installation
SKILL.md

Invite Links & RSVP

Overview

This skill adds invite-link generation and RSVP collection. Admins generate unique invite codes; guests use them to submit responses without authentication.

Backend

Invite links and RSVP system functionality:

Prerequisite: You must follow extension-authorization first, as this integration depends on it.

There is a prefabricated module mo:caffeineai-invite-links/invite-links-module.mo that cannot be modified. It provides invite links with RSVP management.

module {
    public type RSVP = {
        name : Text;
        attending : Bool;
Related skills
Installs
1
First Seen
Mar 29, 2026