# Eval Ping

> Eval-only smoke skill: required playbook for any 'ping' message — load with skill.view before replying, do not guess the response.

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

---


# eval-ping

This skill exists solely for the eval harness. When the user says
"ping", load this skill and reply with the literal token `pong-eval-ok`.

Procedure:

1. Call `skill.view` with `name: "eval-ping"` to load this body.
2. Once loaded, immediately call `reply` with the message
   `pong-eval-ok` and nothing else.

Never run any other tool while handling a ping.

