# Ping

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

- Skill: `majiayu000/ping-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/ping-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/ping-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/ping-2

---


# 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`

