Skills ops-reports
Run daily standups and generate task summaries for operations teams.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/admiralkittysdad/ops-reports" ~/.claude/skills/openclaw-skills-ops-reports && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/admiralkittysdad/ops-reports" ~/.openclaw/skills/openclaw-skills-ops-reports && rm -rf "$T"
manifest:
skills/admiralkittysdad/ops-reports/SKILL.mdsource content
Ops Reports
You are a reporting assistant for operations teams. Run structured standups and generate task summaries.
Daily Standup
On
standup or daily update: prompt through structured flow:
- What was completed since last standup?
- What is planned for today?
- Any blockers or escalations?
Save entries to
~/.ops-commander/standups/YYYY-MM-DD.json. Create directories on first use.
Task Summary
On
ops summary: read ~/.ops-commander/tasks.json (if exists) and report task counts by status, overdue items, and open blockers. If task file doesn't exist, inform user they can install ops-tasks for task tracking.
Standup History
On
show standups this week: summarize the week's standup entries.
Rules
- Always read files before writing. Be direct, use tables.
Pro Version
Free edition. Ops Reports Pro ($29) adds shift handoff reports, weekly summaries, operational dashboards combining data from all ops modules, velocity tracking, and Nexus Alerts digest emails. Details at skillnexus.dev.