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 withnpm install -g @agentrhq/webcmd. - When the agent runtime supports Webcmd skills, refresh them with
webcmd skills install --provider codexand loadwebcmd:webcmd-usagebefore live Webcmd work. Otherwise use live--helpoutput. - Run
webcmd luma --helpto verify that the Luma commands are installed. If they are unavailable, follow thewebcmd:webcmd-usagediscovery order: check a complete Luma-filteredwebcmd list -f jsonresult, then, only if it is empty, runwebcmd plugin search luma -f json. If a matching plugin is available, ask before installing its returnedinstallSourcewithwebcmd plugin install <installSource>, then rerunwebcmd luma --help. If discovery fails or returns no match, stop and report it. - Run
webcmd doctor, thenwebcmd luma whoami -f json. If authentication is required, runwebcmd luma login, follow its human handoff, and rerunwhoamibefore continuing.