ops-dashboardGather operational signals (disk usage, git status, recent commits, and resources) so you can answer "How is the Clawdy infrastructure doing?" without manually running multiple checks.
Install via ClawdBot CLI:
clawdbot install CrimsonDevil333333/ops-dashboardops-dashboard exposes a single CLI (scripts/ops_dashboard.py) that prints a snapshot of:
Use this skill whenever you need to check health before deployments, push updates, or support teammates struggling with a slow workspace.
python3 skills/ops-dashboard/scripts/ops_dashboard.py --show summary prints disk usage, git status, and top directories.--show resources adds load averages and a break-down of recent git commits with author/summary.--workspace /path/to/workspace lets you point the tool at another clone or repo.--output json emits the same report as JSON so other scripts can consume it.df results for /, /mnt/ramdisk, and any other mounted tiers in the workspace.python3 skills/ops-dashboard/scripts/ops_dashboard.py --show summary --workspace /path/to/workspace (or omit to use the current directory)
This command displays the basic health story for the current repo, including git status and disk usage, before you start a risky task.
references/ops-dashboard.md explains the meaning of each metric and how to interpret alerts like high disk usage or stale branches.Generated Mar 1, 2026
Before deploying new software updates, DevOps teams can run the Ops Dashboard to verify disk space availability, ensure the git repository is clean, and check system load averages to avoid performance issues during deployment. This helps prevent deployment failures due to insufficient resources or unstable environments.
Development teams can use the Ops Dashboard to monitor their local or shared workspaces for slowdowns caused by high disk usage or large directories. By identifying growth vectors and resource bottlenecks, teams can optimize workspace performance and maintain productivity during intensive coding sessions.
During system incidents or performance degradation, support engineers can quickly gather operational signals like load averages and git status to diagnose issues. The JSON output enables integration with monitoring tools for automated alerting and faster root cause analysis.
Integrate the Ops Dashboard into CI/CD pipelines to automatically check infrastructure health before running builds or deployments. By using the JSON output, teams can enforce health gates that prevent pipeline execution if disk usage is critical or git branches are unstable.
Offer the Ops Dashboard as a cloud-based service with enhanced features like historical trend analysis and team dashboards. Charge a monthly subscription per user or team, targeting small to medium-sized enterprises seeking streamlined infrastructure monitoring without heavy setup.
Sell enterprise licenses that include custom integrations, advanced reporting, and dedicated support for large corporations. This model focuses on scalability and compliance needs, with pricing based on the number of workspaces or nodes monitored across the organization.
Provide a free, open-source version of the Ops Dashboard with basic functionality, while offering premium add-ons such as automated alerts, SLA monitoring, and integration with third-party tools like Slack or Jira. Monetize through upgrades for advanced features.
💬 Integration Tip
Use the --output json flag to pipe data into existing monitoring systems or dashboards, and schedule regular runs via cron jobs for automated health checks.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.