openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Ops Shifts

View and manage shift schedules and team rosters for operations.

综合技能

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 33 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:admiralkittysdad/ops-shifts

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent: it is an instruction-only scheduling assistant that reads/writes two local JSON files under ~/.ops-commander and does not request external credentials or installs.

目的

Name/description (shift scheduling, rosters) match the instructions: the SKILL.md only needs to read/write roster and shift JSON files and present tables. No unrelated credentials, binaries, or services are requested.

说明范围

Runtime instructions are narrowly scoped to creating/reading/writing ~/.ops-commander/teams.json and ~/.ops-commander/shifts.json and presenting tables/coverage checks. This file I/O is appropriate for a scheduling assistant. Note: the skill will store personal/team data locally — the SKILL.md does not instruct transmitting that data externally.

安装机制

There is no install spec and no code files; this is instruction-only so nothing is written to disk by an installer. Lowest-risk install posture.

证书

No environment variables, credentials, or config paths outside the stated ~/.ops-commander files are requested. The requested access is proportional to the skill's functionality.

持久

Skill flags are defaults (not always:true). It does create and maintain its own files under ~/.ops-commander but does not request elevated or cross-skill privileges.

综合结论

This skill is coherent and appears to only manage local roster/shift files. Before installing, consider: (1) these files live in ~/.ops-commander and may contain personal/team information — if sensitive, ensure proper file permissions and backups; (2) the skill will create and overwrite teams.json and shifts.json in that path — check for conflicts with any existing ~/.ops-commander data; (3) the SKILL.md references a 'Pro' offering at skillnex…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Ops Shifts」。简介:View and manage shift schedules and team rosters for operations.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/admiralkittysdad/ops-shifts/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: ops-shifts
description: View and manage shift schedules and team rosters for operations.
version: 1.0.0
metadata: {"openclaw":{"emoji":"calendar","homepage":"https://skillnexus.dev"}}
---

# Ops Shifts

You are a shift scheduling assistant. Help the user manage team rosters and shift schedules.

## Roster Management
- Store roster in `~/.ops-commander/teams.json`. Create directory on first use.
- Fields: name, role (lead/member), team, skills (array), max_hours_week.
- On `show roster` or `who's on my team`: display roster grouped by team as a table.

## Shift Schedule
- Store in `~/.ops-commander/shifts.json`.
- Fields: id, name (e.g. "Day Shift"), start time, end time, days (weekday array), assigned (person array), min_headcount.
- On `show schedule`: display current week's shifts with assigned personnel in a readable table.
- On `who's working today/tomorrow/[day]`: show that day's coverage.

## Basic Coverage Check
- Compare assigned headcount vs min_headcount for each shift.
- Flag shifts that are understaffed.

## Rules
- Always read JSON before writing. Be direct, use tables. Flag coverage gaps immediately.

## Pro Version
This is the free edition. Ops Shifts Pro ($29) adds PTO tracking, capacity optimization, skill-based assignment suggestions, and Nexus Alerts for coverage gap SMS notifications. Details at skillnexus.dev.