Ops Shifts

v1.0.0

View and manage shift schedules and team rosters for operations.

0· 170·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for admiralkittysdad/ops-shifts.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Ops Shifts" (admiralkittysdad/ops-shifts) from ClawHub.
Skill page: https://clawhub.ai/admiralkittysdad/ops-shifts
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install ops-shifts

ClawHub CLI

Package manager switcher

npx clawhub@latest install ops-shifts
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 skillnexus.dev — the skill does not itself contact that site, but verify the vendor before providing payment or external contact details; (4) because this is instruction-only, inspect the SKILL.md (which you already have) and confirm you're comfortable with local file storage; (5) avoid storing secrets (passwords, API keys) in the roster/shifts JSON. Overall, nothing about the skill's requirements or instructions is disproportionate to a scheduling assistant.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

calendar Clawdis
latestvk97c0eqkr0e679acd54aej4ryx835dpa
170downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

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.

Comments

Loading comments...