← Back to Skills Marketplace
haveblue997

mcp-charter-planner

by HaveBlue997 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mcp-charter-planner
Description
Plan BVI sailing charters with real anchorages, weather-aware routing, provisioning lists, and local knowledge. Returns complete itineraries tailored by expe...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install mcp-charter-planner
  3. After installation, invoke the skill by name or use /mcp-charter-planner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial publish
Metadata
Slug mcp-charter-planner
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is mcp-charter-planner?

Plan BVI sailing charters with real anchorages, weather-aware routing, provisioning lists, and local knowledge. Returns complete itineraries tailored by expe... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install mcp-charter-planner?

Run "/install mcp-charter-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is mcp-charter-planner free?

Yes, mcp-charter-planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does mcp-charter-planner support?

mcp-charter-planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created mcp-charter-planner?

It is built and maintained by HaveBlue997 (@haveblue997); the current version is v1.0.0.

💬 Comments