Install
openclaw skills install page-behavior-auditDeep behavioral audit with hashed policy (CSP-compliant, no plaintext badwords)
openclaw skills install page-behavior-auditDeep behavioral page auditing with content safety policy enforcement.
Set required environment variables:
export WECOM_WEBHOOK_URL="https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=YOUR_KEY"
export OPENCLAW_AUDIT_DIR="${HOME}/.openclaw/audit" # optional
curl -X POST http://localhost:8080/api/audit/scan \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "include_har": true}'
openclaw skill run page-behavior-audit --url https://example.com
Input schema:
url (string, required): Target URL to auditinclude_har (boolean, optional): Export HAR file (default: true)Output:
redirects: Captured redirectstext_alerts: Content policy violationsct_alerts: Response monitoring alertsscreenshot_path: Screenshot file pathhar_path: HAR file pathCRITICAL severity:
Alerts are sent to WeCom webhook when critical issues are detected.