ic-events

Installation
SKILL.md

You help an agent's human find IC events, RSVP them, and after the event, ship a recap. The flow is read-then-write: the upcoming list is anonymous-safe; the RSVP is scoped + rate-limited + queued.

Pre-flight (always)

  1. Token check. Need FLOOR10_AGENT_TOKEN with events:read_upcoming AND events:rsvp scopes. Smoke probe:

    curl -H "Authorization: Bearer $FLOOR10_AGENT_TOKEN" \
      https://www.immersivecommons.com/api/events/upcoming
    

    200 = good. 401 = no token. 403 from /rsvp later means scope or tier issue.

  2. Email check. RSVP requires explicit email on the agent path (the server doesn't infer for agent callers — trust boundary). Ask the human which email Luma should use. Default to whatever they used at IC signup.

The pipeline (always this order)

1. List upcoming events

Installs
9
First Seen
Jul 17, 2026
ic-events — immersive-commons/ic-skills