← 返回 Skills 市场
169
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install matrix-mate-offline-skill
功能描述
Matrix Mate — ITA Matrix flight search and parse tool for parsing ITA Matrix itinerary links, auditing fare rules, and producing traveler-safe summaries thro...
安全使用建议
This skill appears to do what it says: it expects you to run a local Matrix Mate app and to run npm install in the bundle root before starting the MCP server. Things to check before installing or running: 1) Be aware of and document the optional env vars MATRIX_MATE_BASE_URL and MATRIX_MATE_ALLOW_REMOTE_BASE_URL — by default network calls are restricted to loopback, only set the override if you trust a remote host. 2) Treat any pasted itinerary JSON or fare-rule text as untrusted input (the skill notes prompt-injection risk). 3) Review and run npm install in a controlled environment (npm packages are pulled from the registry). 4) The bundle does not require API keys or credentials; if you are asked later to add credentials or point to a hosted endpoint, reassess. Overall the bundle is coherent and local-first; the main fix I recommend is to declare the optional environment variables in the skill metadata so operators see them up front.
功能分析
Type: OpenClaw Skill
Name: matrix-mate-offline-skill
Version: 1.0.3
The Matrix Mate skill bundle is a legitimate tool designed to interface with a local flight parsing application via the Model Context Protocol (MCP). It includes proactive security measures, such as a loopback-only enforcement check in `scripts/runtime/client.mjs` to prevent the agent from being used for SSRF, and explicit safety guardrails in `SKILL.md` and `SECURITY.md` that restrict the agent to read-only flight data analysis. The code logic is transparent, lacks obfuscation, and contains no evidence of data exfiltration or unauthorized command execution.
能力评估
Purpose & Capability
Name/description match the code and bundles: the skill implements a local MCP server that forwards parse requests to a Matrix Mate HTTP service (default http://127.0.0.1:3000). Required binaries (node, npm) and the declared install dependency (@modelcontextprotocol/sdk) are proportional to an MCP-based Node skill.
Instruction Scope
SKILL.md and README instruct running a local stdio MCP and using browser automation only for read/search capture. Runtime scripts only access bundled example files, local filesystem to resolve the skill root, and the local Matrix Mate HTTP endpoints. The project explicitly calls out prompt-injection risk from itinerary/rules text and recommends treating tool output as data; that is appropriate and should be heeded.
Install Mechanism
Install spec pulls an npm package (@modelcontextprotocol/sdk) and the bundle includes package.json/package-lock.json. No arbitrary downloads, IP addresses, URL shorteners, or extract-from-unknown-host steps are present. This is a normal Node/npm install pattern (moderate trust surface from npm but expected).
Credentials
The code reads optional environment variables (MATRIX_MATE_BASE_URL and MATRIX_MATE_ALLOW_REMOTE_BASE_URL) to override the local base URL and to opt into non-loopback hosts, but the skill metadata lists no required env vars. While these vars are operator-controlled and the code enforces loopback by default, the SKILL.md/registry metadata should declare these env vars so operators know about them before install. Requiring MATRIX_MATE_ALLOW_REMOTE_BASE_URL to enable remote hosts is an important security-sensitive override and should be highlighted in metadata.
Persistence & Privilege
The skill is not always-enabled, does not request elevated platform privileges, and does not modify other skills or system-wide agent settings. It runs as a local MCP server invoked by the agent when used (standard behavior).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install matrix-mate-offline-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/matrix-mate-offline-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Hotfix: added explicit validator-safe safety notice clarifying env override + strict localhost default network guard.
v1.0.2
Hotfix: strict-local MATRIX_MATE_BASE_URL enforcement; remote hosts require explicit MATRIX_MATE_ALLOW_REMOTE_BASE_URL=true opt-in.
v1.0.1
SEO-optimized listing name/metadata, security notes, and release-ready offline MCP bundle.
元数据
常见问题
Matrix Mate - ITA Matrix Flight Search and Parse Tool 是什么?
Matrix Mate — ITA Matrix flight search and parse tool for parsing ITA Matrix itinerary links, auditing fare rules, and producing traveler-safe summaries thro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 169 次。
如何安装 Matrix Mate - ITA Matrix Flight Search and Parse Tool?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install matrix-mate-offline-skill」即可一键安装,无需额外配置。
Matrix Mate - ITA Matrix Flight Search and Parse Tool 是免费的吗?
是的,Matrix Mate - ITA Matrix Flight Search and Parse Tool 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Matrix Mate - ITA Matrix Flight Search and Parse Tool 支持哪些平台?
Matrix Mate - ITA Matrix Flight Search and Parse Tool 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Matrix Mate - ITA Matrix Flight Search and Parse Tool?
由 Gerald He(@skylinehk)开发并维护,当前版本 v1.0.3。
推荐 Skills