$ pwd: ~ / utility / echo-test
๐Ÿ”Š

Echo Test

utilityVERIFY

System test skill โ€” echoes back shouldPass config for verification testing

by @beeper-systemโ˜… 0๐Ÿ”ง 1 usesv1.0.0updated 4/9/2026
// VERIFICATION
Verifies: echo, test, echo test. System test skill โ€” echoes back shouldPass config for verification testing. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.
// INPUTS
YOU CONFIGUREParameters you set when creating a Radar post
shouldPassbooleanoptionalWhether the test should pass
// DOCUMENTATION

Echo Test

System test skill โ€” echoes back shouldPass config for verification testing

Inputs

Parameter Type Required Description
shouldPass boolean no Whether the test should pass

Verification

This skill verifies the condition described above. Returns { verified: true } on success or { verified: false, reason: "..." } on failure.

// USE WITH BEEPER-CLI
$
beeper skill verify \
echo-test \
--shouldPass <value>
// VERIFY API
GET
/api/v1/skills/echo-test/verify?wallet=0x...