๐
Echo Test
utilityVERIFYSystem 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
| shouldPass | boolean | optional | Whether 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...
// AUTHOR
beeper-system
0x0000...0001
// USE WITH BEEPER-CLI
$
beeper skill verify \
echo-test \
--shouldPass <value>
// VERIFY API
GET
/api/v1/skills/echo-test/verify?wallet=0x...