CAM 端到端测试 Skill

Test the CAM end-to-end notification pipeline with simulated agent interactions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jcyLite/openclaw-plugin-agent-monitor --skill cam-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CAM 端到端测试 Skill
Source: https://github.com/jcyLite/openclaw-plugin-agent-monitor/tree/main/skills/cam-e2e-test
Command: npx skills add https://github.com/jcyLite/openclaw-plugin-agent-monitor --skill cam-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the complete notification system of CAM is functioning correctly by simulating and verifying the entire chain of events from agent action to user notification.

Core Features & Use Cases

  • Environment Check: Verifies the presence and status of CAM, OpenClaw gateway, and channel configurations.
  • Agent Lifecycle Management: Starts, registers, and stops test agents to simulate real-world scenarios.
  • Notification Path Monitoring: Tracks logs for hook triggers, gateway events, and potential errors.
  • Content Validation: Performs dry-runs to check the format and content of notifications for different event types.
  • Use Case: Before deploying a new version of CAM or making changes to the notification pipeline, run this Skill to confirm that all components are working in harmony and that users will receive timely and accurate alerts.

Quick Start

Execute the CAM end-to-end test skill to verify the notification system.

Frequently Asked Questions about CAM 端到端测试 Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test an end-to-end notification pipeline for a remote agent management system?

To test an end-to-end notification pipeline, simulate agent registration, hook triggering, and log monitoring to validate notification content accuracy. This verifies the complete chain of events from agent action to user alert through simulated interactions and dry-run checks.

What is the best way to verify notification content accuracy before deploying a new agent monitor version?

Perform dry-runs to check the format and content of alerts for different event types, ensuring users receive timely and accurate notifications. This validates that all pipeline components work in harmony before deploying changes.

How do I monitor logs for hook triggers and gateway events in a notification system?

Track notification path logs during simulated agent interactions to monitor hook triggers and gateway events. This identifies potential errors and verifies that gateway events function correctly within the notification pipeline.

Do I need a configured OpenClaw gateway to validate agent registration and lifecycle management?

Yes, a configured gateway is required. Environment checks verify the presence and status of the CAM system, OpenClaw gateway, and channel configurations before starting, registering, and stopping test agents for lifecycle management.

Why does my agent notification system fail to send alerts after hook triggers?

Agent notification systems fail when hook triggers encounter gateway errors or channel misconfigurations. Tracking logs for hook triggers and gateway events helps identify these pipeline issues through simulated agent interactions and dry-run checks.