waltz-flight-assistant-setup

Install, configure, verify, and use Waltz Flight Assistant in OpenClaw. Use when a user wants to search, book, or retrieve flights through Waltz, when the plugin is missing or unconfigured, when OpenClaw warns that the Waltz config is being ignored, or when the backend URL needs to be set to the hosted Waltz deployment.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "waltz-flight-assistant-setup" with this command: npx skills add waltzofwhispers/waltz-flight-assistant-setup

Waltz Flight Assistant Setup

Install and configure the Waltz Flight Assistant plugin before trying to route flight work through it.

Setup workflow

  1. Check whether the plugin is already installed and loaded:
    • openclaw plugins inspect waltz-flight-assistant --json
  2. If the plugin is missing, install it:
    • openclaw plugins install @waltzlabs/flight-assistant-plugin
  3. If the plugin was just installed, restart OpenClaw before editing config or testing flight requests.
  4. Update ~/.openclaw/openclaw.json so plugins.entries.waltz-flight-assistant exists with:
{
  "enabled": true,
  "config": {
    "baseUrl": "https://waltz-flight-staging.up.railway.app"
  }
}
  1. Verify the config took effect:
    • openclaw plugins inspect waltz-flight-assistant --json
    • confirm the plugin is loaded and the config entry exists

Runtime rules

  • Use package name @waltzlabs/flight-assistant-plugin for installs.
  • Use plugin id waltz-flight-assistant for config.
  • Use https://waltz-flight-staging.up.railway.app as the default baseUrl unless Waltz provides a different deployment.
  • If OpenClaw says the Waltz config is being ignored, restart first and then apply the config change again.
  • Do not ask the user to edit openclaw.json manually if you can update it directly.

After setup

  • Route flight requests through flight_assistant.
  • Reuse the same context_id for follow-ups about the same trip.
  • Use the plugin for:
    • searching flights
    • booking flights
    • retrieving existing bookings
    • continuing payment setup and authentication flows

If setup is incomplete

  • If the plugin is not loaded in the current session, tell the user exactly what remains:
    • install plugin
    • restart OpenClaw
    • apply Waltz config
    • retry the flight request
  • Keep the explanation short and concrete. Do not send the user to local repo paths.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

prompt-eval

Evaluate and optimize any AI prompt (`prompt_a`) with a 6-step pipeline: test plan, ~50 test cases, prompt execution, evaluator prompt (`prompt_b`), automate...

Registry SourceRecently Updated
General

Bayesian reasoning

Guide users through Bayesian reasoning via multi-turn dialogue. Computes posterior probabilities P(H|E), Bayes factors, sensitivity analyses, and visualizes...

Registry SourceRecently Updated
General

True Seeing

审核 AI 生成文章中的可验证事实,通过 web search 逐条校验,输出差异报告并支持用户审批替换。当用户需要事实核查、验证文章准确性、检查数据日期金额是否正确、去除 AI 幻觉内容、或 fact-check 一篇文章时使用。触发于"事实核查"、"验一下这些数据"、"检查事实"、"去幻觉"、"fact ch...

Registry SourceRecently Updated
General

Nokia Phones

诺基亚手机品牌历史 — 从全球手机霸主到出售品牌再到HMD复兴,芬兰科技传奇。当用户询问手机产业历史、芬兰科技时触发。

Registry SourceRecently Updated