wf-monitor

Monitor Kubernetes deployment health and diagnose common error patterns on Willform Agent.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/willform-ai/willform-plugins --skill wf-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wf-monitor
Source: https://github.com/willform-ai/willform-plugins/tree/main/skills/wf-monitor
Command: npx skills add https://github.com/willform-ai/willform-plugins --skill wf-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wf-api.sh, and includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly understand the health of their deployments on Willform Agent and diagnose common issues, saving time on troubleshooting.

Core Features & Use Cases

  • Deployment Health Check: Provides an overview of all running deployments, their status, and overall health.
  • Issue Diagnosis: Identifies specific problems like CrashLoopBackOff or ImagePullBackOff and suggests fixes.
  • Use Case: After deploying a new microservice, you can use this Skill to instantly verify if it's running correctly, if there are any immediate errors, and get guidance on how to resolve them.

Quick Start

Check the health of all your deployments on Willform Agent.

Frequently Asked Questions about wf-monitor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check Kubernetes deployment health status and diagnose common errors?

To check Kubernetes deployment health, you can monitor deployment status, review credit balance, and diagnose error patterns like CrashLoopBackOff and ImagePullBackOff to identify issues and get actionable troubleshooting steps.

What causes CrashLoopBackOff and ImagePullBackOff errors in Kubernetes deployments?

CrashLoopBackOff and ImagePullBackOff are common Kubernetes error patterns where deployments fail to start. Monitoring these errors helps identify whether pods are crashing repeatedly or failing to pull container images, enabling rapid issue resolution.

Can I monitor deployment health for microservices on Willform Agent?

Yes, you can monitor deployment health for microservices on Willform Agent. It provides an overview of all running deployments, their status, and overall health, allowing you to instantly verify if newly deployed microservices are running correctly.

How do I troubleshoot Kubernetes deployment issues after deploying a new service?

To troubleshoot Kubernetes deployment issues after deploying a new service, use a monitoring tool to check deployment status, identify specific problems like CrashLoopBackOff, and follow suggested fixes to resolve immediate errors quickly.

Does this deployment monitoring require wf-api.sh to run?

Yes, this deployment monitoring requires wf-api.sh as a dependency to function. The script-based monitoring relies on wf-api.sh to interact with the Willform Agent and retrieve deployment health data for diagnostics.