extension-invite-links

Generate invite codes and collect passwordless RSVP responses via URL parameters.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/caffeinelabs/skills --skill extension-invite-links
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extension-invite-links
Source: https://github.com/caffeinelabs/skills/tree/main/skills/extension-invite-links
Command: npx skills add https://github.com/caffeinelabs/skills --skill extension-invite-links

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables event organizers to collect RSVPs without forcing guests to create accounts, lowering friction for attendees while keeping admins in control of access and responses.

Core Features & Use Cases

  • Invite code generation: Admins can generate unique invite codes used to grant RSVP access.
  • Passwordless guest submission: Guests submit their name and attendance status using an invite code or URL parameter without authentication.
  • Admin management and visibility: Admin-only endpoints to list invite codes and RSVPs, view statistics, and copy invite links for distribution.
  • Use Case: Create event invite links for a private gathering where organizers distribute codes and track confirmations without requiring guest sign-ups.

Quick Start

Open the guest RSVP page with a code parameter and submit a name and attendance status to record a response.

Frequently Asked Questions about extension-invite-links

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect RSVPs without requiring guests to create an account?

Passwordless RSVP collection allows guests to submit responses without authentication by using unique invite links with URL parameters. Admins generate invite codes, and guests simply open the link to record their name and attendance status.

What is the best way to generate and track invite links for event registration?

The best way to manage invite links is using an invite-code system where admins generate unique UUIDs for URL parameters. This allows passwordless guest submission while providing admins with aggregated RSVP lists and code management endpoints.

Can I use URL parameters for passwordless guest submission to an event?

Yes, passwordless guest submission works by passing a unique invite code through URL parameters. Guests open the RSVP page with the code parameter and submit their name and attendance status without needing authentication credentials.

How do admins manage invite codes and view aggregated RSVP statistics?

Admin management is handled through admin-only endpoints secured by authorization checks. Admins can list generated invite codes, view aggregated RSVP statistics, and copy invite links for distribution to guests.

Do I need admin authorization checks to generate unique invite codes for RSVP?

Yes, secure admin authorization checks are required to generate and manage unique invite codes. This ensures only authorized admins can create invite links, while guests remain passwordless and submit responses via URL parameters.