ops-reports
Run daily standups and generate task summaries for operations teams.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/admiralkittysdad/ops-reportsOps 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-admiralkittysdad-ops-reports": {
"enabled": true,
"auto_update": true
}
}
}