Luma organizations — list org admins, list/create calendars in an org, list events across org, transfer an event between calendars. Sub-skill of `luma:`. Load only after parent `luma` skill matched (user said "luma" / "lu.ma") and the task is multi-calendar / organization-level Luma operations.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Luma organizations — list org admins, list/create calendars in an org, list events across org, transfer an event between calendars. Sub-skill of `luma:`. Load only after parent `luma` skill matched (user said "luma" / "lu.ma") and the task is multi-calendar / organization-level Luma operations.
Luma — Organizations
Multi-calendar operations. An organization owns one or more calendars; this resource is the only way to list calendars across the org or move an event between them.
The bound API key must belong to an org admin for write actions.
node "${CLAUDE_PLUGIN_ROOT}/bin/luma.js" organizations calendars-create \
--name "Acme Community Scholars" \
--slug acme-community-scholars \
--description "Talks, demos, and reading groups for the community." \
--avatar-url <https-url-from-images-upload> \
--tint-color "#4F46E5"
slug must be unique across all of lu.ma. Check first via entity lookup --slug ... (returns 404 if available). If avatar-url is omitted, Luma assigns a default.
Both calendars must belong to the same org. Transfer keeps the event ID, guests, tickets, and host assignments. Guests are not notified.
Safety
calendars-create is publicly visible immediately at lu.ma/<slug>. Brand-check the name/avatar/tint first.
events-transfer-calendar changes which audience sees the event going forward — confirm the destination calendar matches the event's intended audience before running.
No destroy actions on this resource via API; deleting a calendar still requires the Luma dashboard.