LaunchKit · 2026
Back to Skills

maritime-watch

A skill for monitoring the status and security of the Chornomorsk port.

0
308 downloads
by @apacheua

Setup & Installation

openclaw skills install @apacheua/maritime-watch

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install maritime-watch

What This Skill Does

Monitors port status for a named port (default: Chornomorsk) by pulling weather conditions, vessel positions, security alerts, and recent news from multiple data sources. Results are cross-validated across sources to reduce errors. API rate limits are handled automatically.

Cross-validating data across multiple independent sources catches inconsistencies that single-source monitoring tools would miss.

When to use it

  • Checking whether a specific cargo vessel has arrived at Chornomorsk
  • Monitoring weather conditions before scheduling a port call
  • Receiving security alerts before routing a ship through the port
  • Tracking approaching vessels for berth and dock scheduling
  • Staying informed on port news and operational announcements

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: What is the current status of Chornomorsk port?

AGENT
  1. 1Queries weather APIs for current conditions at the port location
  2. 2Retrieves vessel tracking data for ships in port or approaching
  3. 3Checks security feeds for active alerts or warnings
  4. 4Fetches recent news articles related to the port
  5. 5Cross-validates results across all sources and compiles a unified report
OUTPUT

JSON object with weather (temperature, conditions), vessel list (name, status), security status, and recent news items with titles and URLs