生活与工具
#ai
marine-watch-planner
Generate and adapt a sea-duty daily routine with watch rotations, sleep protection, duty handovers, internet-budgeted work blocks, and role-specific tasks. Use when a user asks to build or optimize an onboard schedule by vessel type, role, timezone, watch model (e.g., 4/4, 3/3), fatigue constraints, or low-bandwidth life at sea.
DeepseekModel
官方收录技能
质量 良好 · 64
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=modbender-skill-library-mcp-data-marine-watch-planner-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name marine-watch-planner description Generate and adapt a sea-duty daily routine with watch rotations, sleep protection, duty handovers, internet-budgeted work blocks, and role-specific tasks. Use when a user asks to build or optimize an onboard schedule by vessel type, role, timezone, watch model (e.g., 4/4, 3/3), fatigue constraints, or low-bandwidth life at sea. Marine Watch Planner 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.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |