Skip to content
🔒

Access Monitor

Security Approved
v1.0.0

Track and alert on suspicious access patterns, failed logins, and unusual API usage.

Securitycloudflarevpslocal

Installation

Install this skill using the OpenClaw CLI:

$ openclaw skill add access-monitor

Configuration

Add this skill to your OpenClaw configuration:

# OpenClaw Skill Configuration
# Add to ~/.openclaw/config.yaml

skills:
  access-monitor:
    enabled: true
    # Prerequisites: Log source access
    # Add your API keys and settings below
    settings: {}

Version History

Curated skill releases are reviewed, versioned, and can be rolled back to prior revisions.

v1.0.0active
  • - Initial curated release

Prerequisites

Before using this skill, make sure you have:

  • !Log source access

Usage

Once installed, you can use this skill in your workflows:

# Run directly
openclaw run access-monitor

# Or use in automation
openclaw workflow --skill=access-monitor