← 返回 Skills 市场
Variflight
作者
Variflight
· GitHub ↗
· v1.0.1
1744
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install variflight
功能描述
Query flight information, train tickets, and travel data using Variflight (飞常准) HTTP API. Use when the user needs to (1) search flights by route or flight number, (2) check flight status and punctuality, (3) find train tickets, (4) get airport weather forecasts, (5) check flight prices, (6) plan multi-modal trips (flight+train), or (7) get flight comfort metrics (happiness index).
安全使用建议
Install only if you intend to use Variflight and are comfortable sending travel queries to its API. Prefer a protected environment variable or secret manager for VARIFLIGHT_API_KEY, avoid passing the key on the command line, do not commit config files containing the key, set restrictive permissions on local key files, and do not bake live keys into Docker images or shared settings.
功能分析
Type: OpenClaw Skill
Name: variflight
Version: 1.0.1
The OpenClaw AgentSkills skill bundle is benign. All shell scripts act as wrappers, safely passing arguments to the `variflight.py` Python script. The Python script correctly parses arguments, loads API keys from expected locations, and then securely serializes all user-provided parameters into a JSON body before making an HTTP POST request to a hardcoded, legitimate Variflight API endpoint (`https://ai.variflight.com/api/v1/mcp/data`) using `urllib.request`. There is no evidence of prompt injection in `SKILL.md` or `README.md`, no data exfiltration, no malicious execution (e.g., `eval`, `os.system`, `curl|bash`), and no attempts at persistence or obfuscation.
能力评估
Purpose & Capability
The stated purpose is flight, train, weather, price, and itinerary lookup through Variflight, and the scripts implement that by sending selected query parameters to a hardcoded Variflight HTTPS endpoint.
Instruction Scope
The instructions disclose the endpoint and API key use, but examples also show command-line keys and plaintext config files without strong warnings about shell history, process listings, file permissions, commits, or shared environments.
Install Mechanism
Installation is documented as cloning or copying scripts; inspected files show shell wrappers and one Python script, with no install-time execution, dependency installer, obfuscation, or persistence setup.
Credentials
Network access to ai.variflight.com and use of travel query data are proportionate for the skill, but users should understand that itinerary-like details and the API credential are sent to that external service.
Persistence & Privilege
The runtime reads API keys from environment variables or local config files, including home-directory and OpenClaw workspace locations; it does not write files, escalate privileges, or create background persistence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install variflight - 安装完成后,直接呼叫该 Skill 的名称或使用
/variflight触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added OpenClaw support and improved documentation
v1.0.0
Initial release: HTTP API for flight/train/weather data
元数据
常见问题
Variflight 是什么?
Query flight information, train tickets, and travel data using Variflight (飞常准) HTTP API. Use when the user needs to (1) search flights by route or flight number, (2) check flight status and punctuality, (3) find train tickets, (4) get airport weather forecasts, (5) check flight prices, (6) plan multi-modal trips (flight+train), or (7) get flight comfort metrics (happiness index). 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1744 次。
如何安装 Variflight?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install variflight」即可一键安装,无需额外配置。
Variflight 是免费的吗?
是的,Variflight 完全免费(开源免费),可自由下载、安装和使用。
Variflight 支持哪些平台?
Variflight 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Variflight?
由 Variflight(@lyz1990)开发并维护,当前版本 v1.0.1。
推荐 Skills