Eval Ping

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

AtomicBot-ai 3d754c0 544 B Updated

File contents

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.

atomicbot-ai/atomic-agent/tree/main/eval/fixtures/skills/eval-ping commit 3d754c0a52

Frequently asked questions

npx skillmds@latest add atomicbot-ai/eval-ping