ping

Echo an optional message or 'pong' for connectivity checks.

Updated May 3, 2026
One-click install
npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill ping-rakamenouya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ping
Source: https://github.com/RakameNouya/MR-Bab_10_and_Kel_3/tree/main/.gemini/skills/ping
Command: npx skills add https://github.com/RakameNouya/MR-Bab_10_and_Kel_3 --skill ping-rakamenouya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a lightweight method to test connectivity or health of a system, echoing back messages to confirm readiness.

Core Features & Use Cases

  • Echo Input: Returns the provided message or 'pong' if no message is given.
  • Use Case: Ideal for CLI health checks, SignalR connectivity testing, or as a lightweight response mechanism in scripts.

Quick Start

Echo a message using the ping skill with the command: unity-mcp-cli run-system-tool ping --input '{"message": "Hello, World!"}'

Frequently Asked Questions about ping

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

FAQPage Schema
How do I test CLI connectivity or perform a health check in my scripts?

An echo service tests CLI connectivity by returning a confirmation message, ensuring your system is responsive and ready for further operations.

What is the default response of an echo service when no message is provided?

When no message is provided, the echo service defaults to returning 'pong', confirming system readiness without requiring custom input.

Can I pass a custom message to the ping tool for SignalR connectivity testing?

Yes, you can pass a custom message to the ping tool for SignalR connectivity testing by providing an optional message parameter in the command input.

How do I run the ping skill from the command line?

Run the ping skill from the command line by executing `unity-mcp-cli run-system-tool ping --input '{"message": "Hello, World!"}'` to echo your desired message.

Does the ping skill perform any data extraction or processing?

No, the ping skill does not perform data extraction or processing; it is purely for echoing input and providing a lightweight response mechanism.