luma-guest-selection

Installation
SKILL.md

Luma Guest Selection

Core contract

Approve only pending guests who clearly satisfy the host's confirmed rubric. For every non-match, missing field, contradiction, unavailable profile, or uncertain identity, leave the guest unchanged. Never decline a guest.

Prerequisites

This skill uses the official Luma commands provided by Webcmd.

  • Run node --version; Node.js 20 or newer is required.
  • Run webcmd --version. If Webcmd is missing, ask before installing it globally with npm install -g @agentrhq/webcmd.
  • When the agent runtime supports Webcmd skills, refresh them with webcmd skills install --provider codex and load webcmd:webcmd-usage before live Webcmd work. Otherwise use live --help output.
  • Run webcmd luma --help to verify that the Luma commands are installed. If they are unavailable, follow the webcmd:webcmd-usage discovery order: check a complete Luma-filtered webcmd list -f json result, then, only if it is empty, run webcmd plugin search luma -f json. If a matching plugin is available, ask before installing its returned installSource with webcmd plugin install <installSource>, then rerun webcmd luma --help. If discovery fails or returns no match, stop and report it.
  • Run webcmd doctor, then webcmd luma whoami -f json. If authentication is required, run webcmd luma login, follow its human handoff, and rerun whoami before continuing.

Workflow

Installs
1
GitHub Stars
2
First Seen
Aug 4, 2026
luma-guest-selection — agentrhq/agent-automation-skills