What problem does it solve?
This Skill acts as a vigilant guardian, monitoring active OpenClaw skills in real-time to detect and flag any behavior that deviates from their declared permissions or exhibits suspicious patterns, thereby preventing potential security breaches or unintended actions.
Core Features & Use Cases
- Runtime Monitoring: Observes file access, network calls, and shell commands executed by active skills.
- Anomaly Detection: Identifies unusual behavior, such as accessing credential files or making unexpected network connections.
- Permission Enforcement: Flags any actions that violate the permissions explicitly declared in the skill's
SKILL.md.
- Use Case: When a code generation skill unexpectedly starts attempting to write to system configuration files or make outbound network requests to unknown servers, Skill Guard will immediately detect and alert on this suspicious activity.
Quick Start
Monitor the active skill 'data-processor' for any file access, network calls, or shell commands that violate its declared permissions.