← 返回 Skills 市场
waltzofwhispers

Waltz Flight Assistant Setup

作者 christy · GitHub ↗ · v0.1.3 · MIT-0
cross-platform ⚠ suspicious
96
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install waltz-flight-assistant-setup
功能描述
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...
使用说明 (SKILL.md)

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:

  • it may install a new plugin package
  • it updates ~/.openclaw/openclaw.json
  • it points the plugin at a hosted Waltz backend
  • it restarts the OpenClaw gateway

Before 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"
  }
}
  1. Restart the gateway after writing or changing baseUrl:
    • openclaw gateway restart
  2. Verify the config took effect:
  • openclaw plugins inspect waltz-flight-assistant --json
  • confirm the plugin is loaded and the config entry exists

Runtime rules

  • This skill is for setup and repair only.
  • Do not use this skill to search flights, book flights, continue payment setup, or continue authentication flows.
  • Use published plugin package clawhub:@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.
  • After any baseUrl change, restart the gateway before testing the plugin.
  • Prefer updating the config directly only after describing the exact change, backing up the file, and getting the user's approval.

After setup

  • Hand off to the installed Waltz plugin for flight requests.
  • Remind the user that Waltz can search, book, and retrieve flights through the hosted backend.
  • Make clear that any booking, payment setup, charge approval, or authentication step still requires explicit user confirmation in the main flight flow.

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
    • restart the gateway
    • retry the flight request
  • Keep the explanation short and concrete. Do not send the user to local repo paths.
安全使用建议
Install only if you intend to use Waltz for flight workflows. Before approving, verify the package name and publisher, confirm the hosted backend URL, keep the config backup, and do not approve any booking or payment step unless the charge and itinerary details are clear.
功能分析
Type: OpenClaw Skill Name: waltz-flight-assistant-setup Version: 0.1.3 The skill bundle is designed to automate the installation and configuration of the Waltz Flight Assistant plugin. It performs high-risk operations including installing external packages via `openclaw plugins install` and directly modifying the `~/.openclaw/openclaw.json` configuration file to point to an external backend (https://waltz-flight-staging.up.railway.app). While these actions are aligned with the stated purpose in SKILL.md and include instructions for user confirmation and backups, the capability to modify system-level configurations and install third-party code constitutes a significant risk profile that warrants a suspicious classification.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The purpose is coherent: the skill is only for installing and configuring a Waltz flight assistant. Users should still notice that the resulting plugin can support flight booking, payment setup, and authentication flows.
Instruction Scope
The instructions are scoped to setup and repair, require user approval before changes, and explicitly say not to use this setup skill for searching, booking, payment, or authentication.
Install Mechanism
It installs an external OpenClaw plugin package from ClawHub. This is central to the stated purpose, but users should verify the publisher, source, and version before approving.
Credentials
The skill edits ~/.openclaw/openclaw.json, points the plugin at a hosted backend, and restarts the gateway. These changes are disclosed and paired with backup and approval instructions.
Persistence & Privilege
The configuration enables the plugin persistently for future OpenClaw sessions. This is expected for setup, but users should keep the backup and know how to disable it if needed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install waltz-flight-assistant-setup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /waltz-flight-assistant-setup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Tighten setup approvals and configuration boundaries
v0.1.2
Tighten setup skill description
v0.1.1
Clarify published ClawHub install path
v0.1.0
Initial release
元数据
Slug waltz-flight-assistant-setup
版本 0.1.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Waltz Flight Assistant Setup 是什么?

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。

如何安装 Waltz Flight Assistant Setup?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install waltz-flight-assistant-setup」即可一键安装,无需额外配置。

Waltz Flight Assistant Setup 是免费的吗?

是的,Waltz Flight Assistant Setup 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Waltz Flight Assistant Setup 支持哪些平台?

Waltz Flight Assistant Setup 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Waltz Flight Assistant Setup?

由 christy(@waltzofwhispers)开发并维护,当前版本 v0.1.3。

💬 留言讨论