# Ping

> Compatibility shim for the legacy provider-connectivity skill from claude-ccb-skills. Use only when the user explicitly asks for a provider health check.

- Skill: `leolin990405/ping` (Agent Skill)
- Install (CLI): `npx skillmds@latest add leolin990405/ping`
- Raw SKILL.md: https://api.skillmd.com/api/skills/leolin990405/ping/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: LeoLin990405 (https://skillmd.com/u/leolin990405)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/leolin990405/ping

---


# Ping Provider (Compatibility)

This compatibility skill preserves the legacy `ping` entrypoint from `claude-ccb-skills`.

Canonical CCB orchestration now lives in `../ccb-unified/SKILL.md`.

## Execution (MANDATORY)

```
Bash(ping $ARGUMENTS)
```

## Rules

- Arguments must start with the provider name, for example `gemini`.
- Only use when the user explicitly asks for a health check.
- Keep this shim to preserve the legacy installed skill name.

