health-check — API health monitoring health-check, WealthWise-Finance-Tracker, hoangsonww, community, API health monitoring, ai agent skill, ide skills, agent automation, curl health checks, Docker container monitoring, Podman health checks, Next.js health monitoring

v1.0.0
GitHub

About this Skill

Perfect for DevOps Agents needing comprehensive monitoring of WealthWise services and supporting technologies like Next.js, Express, and MongoDB. health-check is a diagnostic tool that verifies the status of WealthWise services, ensuring they are operational and responsive.

Features

Checks API health using curl and HTTP 200 status code
Verifies web app status using curl and HTTP 200 status code
Monitors container health using Docker compose and Podman
Supports multiple technologies, including Next.js, Express, and Kubernetes
Uses specific commands like docker compose ps and podman ps
Provides expected output formats, such as { "status": "ok" }

# Core Topics

hoangsonww hoangsonww
[7]
[6]
Updated: 3/10/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add hoangsonww/WealthWise-Finance-Tracker/health-check
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The health-check skill by hoangsonww is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for API health monitoring, curl health checks, Docker container monitoring.

Ideal Agent Persona

Perfect for DevOps Agents needing comprehensive monitoring of WealthWise services and supporting technologies like Next.js, Express, and MongoDB.

Core Value

Empowers agents to perform robust health checks on WealthWise services using HTTP requests and containerization tools like Docker and Podman, ensuring seamless monitoring and troubleshooting capabilities.

Capabilities Granted for health-check

Monitoring API health with HTTP 200 status checks
Validating web app responsiveness with curl requests
Debugging containerized applications using Docker and Podman commands

! Prerequisites & Limits

  • Requires WealthWise services to be running on localhost
  • Limited to supporting technologies like Next.js, Express, and MongoDB
  • Dependent on curl and containerization tools like Docker and Podman
SKILL.md
Readonly

Check the health of the running WealthWise services.

Checks

1. API health

bash
1curl -sf http://localhost:4000/api/health

Expected: HTTP 200 with { "status": "ok" }.

2. Web app

bash
1curl -sf -o /dev/null -w "%{http_code}" http://localhost:3000/

Expected: HTTP 200.

3. Containers (if running in Docker or Podman)

bash
1# Try Docker first 2docker compose ps 2>/dev/null 3 4# If Docker is not available, try Podman 5podman ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" 2>/dev/null

4. MongoDB (inferred from API health)

The API health endpoint reflects DB connectivity. HTTP 503 from the health endpoint typically means MongoDB is unreachable.

Report format

Service          Status    Notes
─────────────────────────────────────────
API (port 4000)  ✓ up   |  ✗ unreachable
Web (port 3000)  ✓ up   |  ✗ unreachable
MongoDB          ✓ connected | ✗ disconnected (via API health)
Docker/Podman    ✓ running X/N containers | ✗ daemon not running

On failure

If a service is down:

  1. Check container status: docker compose ps or podman ps
  2. Show recent logs: docker compose logs --tail=30 <service> or podman logs --tail=30 <container>
  3. Check for port conflicts
  4. Suggest the correct command to start: $docker-up

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is health-check?

Perfect for DevOps Agents needing comprehensive monitoring of WealthWise services and supporting technologies like Next.js, Express, and MongoDB. health-check is a diagnostic tool that verifies the status of WealthWise services, ensuring they are operational and responsive.

How do I install health-check?

Run the command: npx killer-skills add hoangsonww/WealthWise-Finance-Tracker/health-check. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for health-check?

Key use cases include: Monitoring API health with HTTP 200 status checks, Validating web app responsiveness with curl requests, Debugging containerized applications using Docker and Podman commands.

Which IDEs are compatible with health-check?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for health-check?

Requires WealthWise services to be running on localhost. Limited to supporting technologies like Next.js, Express, and MongoDB. Dependent on curl and containerization tools like Docker and Podman.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add hoangsonww/WealthWise-Finance-Tracker/health-check. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use health-check immediately in the current project.

Related Skills

Looking for an alternative to health-check or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication