www

Monitor MCP worker service status, health, and logs with automated restart.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ContentsUS/Agentic-AI-Paji --skill www
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: www
Source: https://github.com/ContentsUS/Agentic-AI-Paji/tree/main/.claude/skills/www
Command: npx skills add https://github.com/ContentsUS/Agentic-AI-Paji --skill www

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides quick diagnostics and management for the claude-mem worker service, ensuring it's running, healthy, and troubleshoot issues when they arise.

Core Features & Use Cases

  • Status Checks: Verifies if the worker is running, its PID, port, and uptime.
  • Health Verification: Checks the worker's health endpoints and port binding.
  • Log Analysis: Reviews recent logs, using Gemini Flash for analysis if available.
  • Auto-Fix: Offers and performs auto-restart for unhealthy or stopped workers.
  • Use Case: When experiencing issues with MCP plugins or before git operations, use this skill to ensure the worker is operational.

Quick Start

Run the basic diagnostics for the MCP worker.

Frequently Asked Questions about www

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

FAQPage Schema
How do I check MCP worker status and verify port binding?

To check MCP worker status, verify the operational state, PID, port binding, and uptime. This diagnostic process ensures the worker service is running and accessible for handling requests.

Why does automated troubleshooting require log analysis for the worker service?

Automated troubleshooting requires log analysis to identify runtime errors or crashes. Reviewing recent worker logs helps pinpoint the root cause of failures and determines if an automated restart is necessary.

Can I automate worker restarts when health endpoints fail?

Yes, you can automate worker restarts when health endpoints fail. The auto-fix capability detects unhealthy or stopped workers and performs an automated restart to restore service reliability.

Does MCP worker monitoring use Gemini Flash for diagnostics?

MCP worker monitoring uses Gemini Flash for log analysis diagnostics. This integration analyzes recent logs to identify issues while aiming to reduce LLM costs typically associated with troubleshooting.

When should I run worker diagnostics before git operations?

Run worker diagnostics before git operations when experiencing issues with MCP plugins. Ensuring the worker is operational beforehand prevents integration failures during version control tasks.