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.