Skip to main content
Skills are slash commands that extend Claude Code with pre-built workflows for maritime data queries.

Installation

If you ran datadocked-mcp --setup, skills are already installed.
The DataDocked MCP Server must be installed and configured with your API key.

Basic Skills

Quick lookups using single API calls.

/track-vessel

1 credit · IMO, MMSI, or nameReal-time position, speed, course, and ETA for any vessel. Vessel names are resolved using search_vessel_by_name.

/vessel-info

5 credits · IMO, MMSI, or nameComprehensive vessel details including type, flag, dimensions, tonnage, engine specs, and management info. Vessel names are resolved using search_vessel_by_name.

/port-traffic

5 credits · Port codeView arrivals and departures at any port worldwide.

Intelligence Reports

Comprehensive reports combining multiple data sources.

/vessel-dossier

~13 credits · IMO, MMSI, or nameComplete intelligence report combining position, specifications, management, port history, and PSC inspections. Vessel names are resolved using search_vessel_by_name.
  • Current position & navigation status
  • Full vessel specifications (from get_vessel_details)
  • Engine & fuel details
  • Owner, operator & manager info
  • Recent port calls
  • PSC inspection history (requires IMO)
  • Risk assessment score

/voyage-brief

~38 credits · IMO, MMSI, or nameCurrent voyage narrative with weather conditions, route context, and ETA analysis. Vessel names are resolved using search_vessel_by_name.
  • Current voyage details
  • Weather at vessel location
  • Historical position data
  • Port call context
  • ETA reliability analysis

Fleet & Area Monitoring

Track multiple vessels or monitor geographic regions.

/fleet-monitor

~6 credits/vessel · IMO or MMSITrack multiple vessels in a dashboard view with real-time positions. Uses bulk endpoint then fetches details by IMO.
  • Position for each vessel
  • Speed & heading comparison
  • ETA summary table
  • Fleet status overview

/area-watch

~85 credits · Circular searchMonitor all vessels in a geographic region using circular search (center point + radius, max 50km).
  • All vessels within radius
  • Filter by vessel type
  • Position & heading data
  • Traffic density analysis
Maximum radius is 50 km. Uses circular search with latitude, longitude, and radius_km.

Compliance & Risk

Assess vessel compliance and operational risk.

/compliance-audit

~10 credits · IMO onlyPSC risk assessment with detention history and deficiency analysis.
  • PSC inspection history
  • Detention records
  • Deficiency breakdown
  • Risk score calculation
  • Flag state performance
PSC inspections require IMO number. Resolve vessel names to IMO first using /track-vessel.

/port-intel

~55 credits · Port codeComprehensive port activity analysis with traffic patterns.
  • Recent arrivals/departures
  • Vessel type breakdown
  • Traffic volume trends
  • Average port time
  • Key operators analysis

Historical Analysis

Analyze vessel patterns over time.

/route-history

~156 credits (30 days) · IMO or MMSIHistorical voyage patterns and port call analysis over time.
  • Historical positions
  • Port call timeline
  • Trade route patterns
  • Seasonal variations
  • Speed/efficiency trends

/competitor-watch

~210 credits · Circular searchAnalyze vessels by owner/operator in a specific region using circular search (max 50km).
  • Vessels by operator
  • Fleet composition
  • Market share analysis
  • Activity patterns
Maximum radius is 50 km. Uses circular search with latitude, longitude, and radius_km.

Usage Tips

Vessel Name Resolution

Skills accept vessel names (e.g., “Ever Given”). Names are resolved to IMO/MMSI using search_vessel_by_name (+1 credit).

Use IMO Numbers

IMO numbers (7 digits) are most reliable and skip the name lookup. PSC inspections require IMO only.

Check Credits First

Each skill shows estimated cost before execution.

Combine Skills

Start with /track-vessel to get IMO, then use /vessel-dossier for deep dives.

Disable Credit Warnings