Back to plugin center
Plugin · Manifest

concierge-script

Concierge Script · Partner · In beta
Install command
aios
aios plugin install concierge-script --channel beta
Permissions

The plugin can only do what is declared in the manifest; anything else is refused by the system.

profile:guest:readprofile:guest:writeactuate:light:writeactuate:hvac:write
Capabilities

Capabilities the plugin exposes for the runtime to orchestrate.

  • profile

    Guest-level profile read, write, and transfer

Actions

Actions you can trigger from rules or scripts.

  • room.prepare

    Prepare the room per booking

  • room.reset

    Reset the room to default after check-out

Manifest Preview

The complete manifest, in one file.

PLUGIN_MANIFEST.yaml
plugin:
  id: concierge-script
  name: Concierge Script
  vendor: Partner
  stage: beta
  topic: commercial

permissions:
  - profile:guest:read
  - profile:guest:write
  - actuate:light:write
  - actuate:hvac:write

capabilities:
  - kind: profile
    desc: Guest-level profile read, write, and transfer

actions:
  - id: room.prepare
    desc: Prepare the room per booking
  - id: room.reset
    desc: Reset the room to default after check-out

install: aios plugin install concierge-script --channel beta