Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Ping

Test connectivity with AI provider (gemini/codex/opencode/droid/claude).

majiayu000 60a6957 2 files · 1.4 KB Updated 567 repo stars

File contents

Ping AI Provider

Test connectivity with specified AI provider.

Usage

The first argument must be the provider name:

  • gemini - Test Gemini
  • codex - Test Codex
  • opencode - Test OpenCode
  • droid - Test Droid
  • claude - Test Claude

Execution (MANDATORY)

Windows Native - use ccb-ping to avoid conflict with system ping:

Bash(ccb-ping $PROVIDER)

Linux/macOS/WSL:

Bash(ping $PROVIDER)

IMPORTANT: On Windows, the system PING.EXE takes priority. Use ccb-ping wrapper instead.

Examples

  • /ping gemini
  • /ping codex
  • /ping claude

majiayu000/claude-skill-registry-data/tree/main/integration/ping-bfly123-claude-code-bridge-2 commit 60a6957b87

Frequently asked questions

npx skillmds add majiayu000/ping-2