← 返回 Skills 市场
haveblue997

mcp-charter-planner

作者 HaveBlue997 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mcp-charter-planner
功能描述
Plan BVI sailing charters with real anchorages, weather-aware routing, provisioning lists, and local knowledge. Returns complete itineraries tailored by expe...
使用说明 (SKILL.md)

BVI Charter Planner

Generate complete British Virgin Islands sailing charter itineraries with real anchorages, weather considerations, and local tips.

Setup

{
  "mcpServers": {
    "charter-planner": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-charter-planner"]
    }
  }
}

Tool: plan_charter

Parameter Type Required Description
days number yes Trip duration (3-14 days)
guests number yes Number of guests
experience string no beginner, intermediate, or expert
interests string no Preferences: snorkeling, dining, remote, nightlife

Returns

  • Day-by-day itinerary with real BVI anchorages (The Baths, Norman Island, Jost Van Dyke, Anegada, etc.)
  • Experience-appropriate routing and sail distances
  • Seasonal weather patterns (trade winds, hurricane season, swell risks)
  • Guest-count-scaled provisioning lists with BVI-specific tips
  • Customs clearance, mooring ball protocols, national park fees
  • Restaurant and activity recommendations

When to Use

  • Charter vacation planning
  • Sailing trip research
  • BVI travel preparation
  • Group trip logistics
安全使用建议
This skill appears to be what it says (BVI charter planning) and ships readable source, but before installing or running it with npx: 1) verify the npm package name and publisher (SKILL.md uses @vbotholemu while README mentions @velocibot — confirm which package you'll fetch). 2) Inspect the published npm package contents (or prefer installing from the bundled source) because npx will fetch and run remote code. 3) If you want to be cautious, run the tool in a sandboxed environment or vendor the package locally and pin a specific trusted version. 4) Check the package's dependency list and recently published versions on the npm registry for unexpected changes. If you can provide the npm package URL or publisher identity, I can re-check for mismatches or red flags and raise confidence.
功能分析
Type: OpenClaw Skill Name: mcp-charter-planner Version: 1.0.0 The skill bundle provides a legitimate tool for planning sailing charters in the British Virgin Islands. The implementation in src/index.ts uses a hardcoded database of anchorages and deterministic logic to generate itineraries, weather notes, and provisioning lists based on user-provided dates and experience levels. No evidence of data exfiltration, unauthorized execution, or prompt injection was found.
能力评估
Purpose & Capability
Name, description, and shipped source implement a sailing charter planner (anchorage DB, weather season logic, itinerary generator). Required binary (npx) is plausible for the provided MCP packaging approach.
Instruction Scope
SKILL.md instructs the agent to start an MCP server with npx and documents the plan_charter parameters. The instructions do not ask the agent to read unrelated files, environment variables, or to exfiltrate data. They do, however, rely on installing and running remote npm code at runtime (npx).
Install Mechanism
There is no formal install spec in registry metadata, but SKILL.md directs use of npx to fetch @vbotholemu/mcp-charter-planner. Installing via npx executes code fetched from npm (moderate risk). The package sources are included in the skill bundle for inspection, which reduces uncertainty, but runtime behavior will still depend on whatever is published to npm under that package name.
Credentials
No environment variables, credentials, or filesystem paths are requested. The code does not reference secrets or unrelated system config.
Persistence & Privilege
Skill is not always-enabled and allows normal agent invocation. It does not request elevated platform persistence or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install mcp-charter-planner
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /mcp-charter-planner 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug mcp-charter-planner
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

mcp-charter-planner 是什么?

Plan BVI sailing charters with real anchorages, weather-aware routing, provisioning lists, and local knowledge. Returns complete itineraries tailored by expe... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 mcp-charter-planner?

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

mcp-charter-planner 是免费的吗?

是的,mcp-charter-planner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

mcp-charter-planner 支持哪些平台?

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

谁开发了 mcp-charter-planner?

由 HaveBlue997(@haveblue997)开发并维护,当前版本 v1.0.0。

💬 留言讨论