greeting

Ping MCP server, agent, and skill hello endpoints and generate a health report.

3|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/michelabboud/claude-code-helper --skill greeting-michelabboud
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: greeting
Source: https://github.com/michelabboud/claude-code-helper/tree/main/skills/greeting
Command: npx skills add https://github.com/michelabboud/claude-code-helper --skill greeting-michelabboud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Survey all installed MCP servers, agents, and skills by pinging their hello endpoints and collating a formatted health report that shows what is online and what is offline.

Core Features & Use Cases

  • Inventory: detect MCP servers, agents, and skills present in the Claude environment.
  • Status Report: render a human-friendly health summary listing responsive and unresponsive components.
  • Troubleshooting: quickly identify gaps during onboarding, audits, or incident response.

Quick Start

Greet all MCP servers and enumerate installed agents and skills to produce a health report.

Frequently Asked Questions about greeting

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

FAQPage Schema
How do I check the health status of all installed MCP servers and Claude agents?▼

To check MCP server and agent health, you can survey your Claude environment by pinging hello endpoints. This generates a formatted health report listing all responsive and unresponsive installed components.

What is the best way to inventory installed skills and MCP servers during onboarding?▼

Inventorying installed skills and MCP servers during onboarding involves detecting components present in the Claude deployment and aggregating their status. This produces a human-friendly summary to quickly verify tool availability.

How does an MCP server health report handle offline or unresponsive agents?▼

An MCP server health report handles offline agents by gracefully detecting unresponsive components during the endpoint survey. It collates these results into a formatted summary that explicitly identifies what is offline.

Can I use a health report to troubleshoot missing tools in a production Claude environment?▼

Yes, you can use a health report to troubleshoot missing tools in production by querying hello endpoints across your Claude deployment. This quickly identifies gaps in tool availability during incident response or audits.

Do I need special dependencies to generate a health report for installed MCP servers?▼

No special dependencies are required to generate a health report for MCP servers. You only need access to the Claude deployment to query hello endpoints, aggregate results, and enumerate installed agents and skills.