# Send marine-watch-planner to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "marine-watch-planner",
    "name": "marine-watch-planner",
    "source": "tencent",
    "type": "skill",
    "category": "其他",
    "sourceUrl": "https://clawhub.ai/VladMatys/marine-watch-planner",
    "canonicalUrl": "https://clawhub.ai/VladMatys/marine-watch-planner",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/marine-watch-planner",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=marine-watch-planner",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "marine-watch-planner",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T13:58:35.467Z",
      "expiresAt": "2026-05-06T13:58:35.467Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=marine-watch-planner",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=marine-watch-planner",
        "contentDisposition": "attachment; filename=\"marine-watch-planner-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "marine-watch-planner"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/marine-watch-planner"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/marine-watch-planner",
    "downloadUrl": "https://openagent3.xyz/downloads/marine-watch-planner",
    "agentUrl": "https://openagent3.xyz/skills/marine-watch-planner/agent",
    "manifestUrl": "https://openagent3.xyz/skills/marine-watch-planner/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/marine-watch-planner/agent.md"
  }
}
```
## Documentation

### Overview

Build a practical 24h onboard routine that protects sleep, keeps safety anchors, and fits real constraints (role duties, sea state, and limited internet).

### Workflow

Capture context inputs.
Select watch/sleep model.
Generate 24h timeline.
Add safety anchors and handovers.
Add bandwidth-aware work/content policy.
Return concise schedule + non-negotiables.

### 1) Capture context inputs

Collect only required inputs:

vessel type: cargo / tanker / offshore / yacht / fishing / ferry
role: captain / OOW / engineer / deck crew / passenger
timezone (IANA)
watch model: 4/4, 3/3, 6/6, solo cycle
start of first watch (local time)
internet limit (GB/week)
priorities: sleep, productivity, fitness, content, study

If data is missing, assume: 2-person 4/4, start 08:00, timezone Europe/Vilnius, 4 GB/week.

### 2) Select watch/sleep model

Use references/watch-models.md.
Rules:

Protect minimum 6h sleep/day, target 7h.
Keep one uninterrupted core block >=3h when possible.
No cognitively heavy tasks immediately after fragmented sleep.

### 3) Generate 24h timeline

Use scripts/build_marine_plan.py for a starter plan.
Required blocks:

on-watch blocks
sleep/rest blocks
meal/hydration
weather/navigation review
role duty block
optional online work + posting window

### 4) Add safety anchors

Use references/safety-anchors.md.
Always include:

start-of-watch handover checklist
2-4 safety scans/day
end-of-day log line

### 5) Add internet policy

Use references/internet-budgeting.md.
Always provide:

daily MB target from weekly limit
one low-traffic day/week
"offline-first" recommendations (downloads, no autoplay, no cloud sync on cellular)

### 6) Output format

Return exactly these sections:

Status: one line.
24h Plan: bullet list HH:MM–HH:MM — action.
Non-negotiables: max 5 bullets.
Traffic budget: one line daily MB target + one line policy.

Keep it short, operational, and in the user language.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: VladMatys
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T13:58:35.467Z
- Expires at: 2026-05-06T13:58:35.467Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/marine-watch-planner)
- [Send to Agent page](https://openagent3.xyz/skills/marine-watch-planner/agent)
- [JSON manifest](https://openagent3.xyz/skills/marine-watch-planner/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/marine-watch-planner/agent.md)
- [Download page](https://openagent3.xyz/downloads/marine-watch-planner)