ping

Verify connectivity to AI providers using the system ping utility.

3.4k|329|Updated Oct 25, 2025
One-click install
npx skills add https://github.com/bfly123/claude_code_bridge --skill ping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ping
Source: https://github.com/bfly123/claude_code_bridge/tree/main/claude_skills/ping
Command: npx skills add https://github.com/bfly123/claude_code_bridge --skill ping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test connectivity with specified AI providers (gemini, codex, opencode, droid, claude) to verify availability and responsiveness.

Core Features & Use Cases

  • Quick health checks across major AI providers
  • Simple integration into scripts or CI workflows
  • Troubleshooting connectivity issues by measuring latency

Quick Start

Ping a provider to verify connectivity and responsiveness.

Frequently Asked Questions about ping

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

FAQPage Schema
How do I test AI provider connectivity for services like Gemini or Claude?

To test AI provider connectivity, issue a ping to measure availability and latency. This Skill supports health checks for gemini, codex, opencode, droid, and claude.

Can I check AI provider latency and availability in a CI workflow?

Yes, you can integrate a ping health check into your CI workflows or scripts to measure latency and confirm AI provider availability. It provides quick connectivity verification.

What do I need to perform an AI provider health check using ping?

You need network access and the system ping utility to perform an AI provider health check. On Windows, the system requires the ccb-ping wrapper to execute the connectivity test.

Does this ping test work with Windows to monitor AI provider connectivity?

Yes, it works with Windows for monitoring AI provider connectivity, but requires the ccb-ping wrapper instead of the standard system ping utility used on other operating systems.

Why is my AI provider connectivity test not working during development?

Your AI provider connectivity test may fail if network access is blocked or the system ping utility is missing. On Windows, ensure the ccb-ping wrapper is installed to run the test.