← 返回 Skills 市场
wzs

Skiplagged Flights

作者 wzs · GitHub ↗ · v1.0.1
cross-platform ✓ 安全检测通过
2739
总下载
3
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install skiplagged-flights
功能描述
Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"...
安全使用建议
This skill is coherent for searching Skiplagged's public MCP. Before installing: (1) verify the 'mcporter' npm package is the legitimate project (check the npm page and GitHub repo referenced in SKILL.md), since npm installs run code on your machine; (2) prefer the ad-hoc HTTPS call pattern shown (mcporter call https://mcp.skiplagged.com/...) so the skill doesn't depend on local MCP config; (3) when the skill returns booking/deep links, verify links point to expected domains before clicking; and (4) if you cannot or will not install third-party npm packages, you can still use Skiplagged manually via the website—installing this skill is optional.
功能分析
Type: OpenClaw Skill Name: skiplagged-flights Version: 1.0.1 The skill is designed to query Skiplagged's public API for flight searches using the `mcporter` CLI tool. All instructions in `SKILL.md` are aligned with this stated purpose, detailing how to use `mcporter` with a specific, public API endpoint (`https://mcp.skiplagged.com/mcp`). The skill declares `mcporter` as a required binary and provides standard installation instructions. There is no evidence of data exfiltration, malicious execution (beyond the intended API calls), persistence mechanisms, obfuscation, or prompt injection attempts against the agent to perform unauthorized actions. The instructions for response formatting are also benign and focused on user experience.
能力评估
Purpose & Capability
Name/description (Skiplagged flight searching) match the runtime instructions: all actions are calls to Skiplagged's public MCP endpoint using the mcporter CLI. Requiring the mcporter binary is coherent with the stated purpose.
Instruction Scope
SKILL.md only instructs the agent to call the public MCP URL with mcporter, format results for users, and surface booking links/caveats. It does not request reading unrelated files, environment variables, or other system state.
Install Mechanism
Install uses the npm/node package 'mcporter' which creates the mcporter binary. This is a reasonable approach for providing a CLI, but npm packages run arbitrary code on install—users should verify the package's provenance (npm page, source repository) before installing.
Credentials
The skill declares no environment variables, no credentials, and no config paths. That is proportionate for a public-read-only MCP client.
Persistence & Privilege
always is false and the skill does not request persistent/privileged system changes or access to other skills' config. It does not store or require credentials.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skiplagged-flights
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skiplagged-flights 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated skill instructions and recommendations for Skiplagged MCP's latest public server and usage patterns. - Improved CLI command examples for direct HTTPS calls, flexible dates, round-trips, and exclusions. - Enhanced guidance on output formatting, booking links, and when to caveat hidden-city itineraries. - Expanded documentation on requirements, provenance, and troubleshooting tips. - No code or functional changes; documentation and metadata update only.
v1.0.0
Initial release - flight search via Skiplagged MCP
元数据
Slug skiplagged-flights
版本 1.0.1
许可证
累计安装 10
当前安装数 5
历史版本数 2
常见问题

Skiplagged Flights 是什么?

Use when the user asks to "find flights", "compare itineraries", "search hidden-city routes", "check cheapest dates", "explore destinations", "search hotels"... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2739 次。

如何安装 Skiplagged Flights?

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

Skiplagged Flights 是免费的吗?

是的,Skiplagged Flights 完全免费(开源免费),可自由下载、安装和使用。

Skiplagged Flights 支持哪些平台?

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

谁开发了 Skiplagged Flights?

由 wzs(@wzs)开发并维护,当前版本 v1.0.1。

💬 留言讨论