Guided Validation
Use this page for the first OpenClaw end-to-end pass.
Guided mode means you explicitly tell OpenClaw to use chirpier-skills.
Goal
Verify that OpenClaw can follow the Chirpier contract without inventing its own event taxonomy or policy semantics.
Recommended sequence
- export
CHIRPIER_API_KEY - explicitly tell OpenClaw to use
chirpier-skills - emit canonical events:
tool.errors.counttask.duration_mstokens.usedheartbeat.missed.count
- confirm event definitions appear in Chirpier
- create one valid policy and one intentionally invalid policy
- inspect
minute,hour, anddayrollups - configure a destination and send a test notification
- inspect delivery history with
kind=test - trigger a real alert and inspect default delivery history
Good prompts
- “Use chirpier-skills to send canonical OpenClaw task duration and tool error events to Chirpier.”
- “Use chirpier-skills to create a valid policy for OpenClaw tool failures in the last hour.”
- “Use chirpier-skills to set up a Slack destination, send a test notification, and inspect test delivery history.”
Pass criteria
- OpenClaw uses canonical event names from the docs and skills repo
- OpenClaw uses
minute,hour, ordayperiods only - OpenClaw chooses policy aggregates that match the raw event shape
- OpenClaw uses analytics
previousqueries correctly when comparisons are needed - destination tests appear under
kind=test - real alert deliveries appear under the default history view
After guided mode
Once guided mode is stable, repeat the same scenarios in natural mode without explicitly naming the skills.
Last updated on