Waltz Flight Assistant Setup
by @waltzofwhispers
Set up Waltz Flight Assistant to book flights end to end, in conversation. Use when the plugin needs to be installed, configured, repaired, or pointed at the...
clawhub install waltz-flight-assistant-setupπ About This Skill
name: waltz-flight-assistant-setup description: Set up Waltz Flight Assistant to book flights end to end, in conversation. Use when the plugin needs to be installed, configured, repaired, or pointed at the hosted Waltz backend. metadata: { "openclaw": { "requires": { "bins": ["openclaw"] }, }, }
Waltz Flight Assistant Setup
Install and configure the Waltz Flight Assistant plugin before trying to route flight work through it.
This setup changes the user's OpenClaw environment:
~/.openclaw/openclaw.jsonBefore making those changes, summarize them and get the user's approval.
Setup workflow
1. Tell the user exactly what you are about to change and confirm they want to continue.
2. Check whether the plugin is already installed and loaded:
- openclaw plugins inspect waltz-flight-assistant --json
3. If the plugin is missing, install it:
- openclaw plugins install clawhub:@waltzlabs/flight-assistant-plugin
4. If the plugin is installed, confirm the publisher, version, and source look correct before continuing.
- expected package: @waltzlabs/flight-assistant-plugin
- expected plugin id: waltz-flight-assistant
5. If the plugin was just installed, restart OpenClaw before editing config or testing flight requests.
6. Back up ~/.openclaw/openclaw.json before changing it.
7. Explain that the hosted backend is https://waltz-flight-staging.up.railway.app and confirm the user wants to point Waltz at that endpoint.
8. Update ~/.openclaw/openclaw.json so plugins.entries.waltz-flight-assistant exists with:
{
"enabled": true,
"config": {
"baseUrl": "https://waltz-flight-staging.up.railway.app"
}
}
9. Restart the gateway after writing or changing baseUrl:
- openclaw gateway restart
10. Verify the config took effect:
- openclaw plugins inspect waltz-flight-assistant --json
- confirm the plugin is loaded and the config entry exists
Runtime rules
clawhub:@waltzlabs/flight-assistant-plugin for installs.waltz-flight-assistant for config.https://waltz-flight-staging.up.railway.app as the default baseUrl unless Waltz provides a different deployment.baseUrl change, restart the gateway before testing the plugin.