🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

AgentGuard

by @manas-io-ai

Monitors agent file access, API calls, and communications to detect suspicious behavior, log events, and generate actionable security reports.

Versionv1.0.0
Installs30
Comments1
βš™οΈ Configuration

Config File: config/agentguard.yaml

monitoring:
  enabled: true
  file_watch_dirs:
    - ~/clawd
    - ~/.clawdbot
  exclude_patterns:
    - "*.log"
    - "node_modules/**"
    - ".git/**"

alerts: sensitivity: medium # low, medium, high channels: - telegram alert_on: - credential_access - bulk_file_read - unknown_api_endpoint - data_exfiltration cooldown_minutes: 15

api_monitoring: trusted_domains: - api.anthropic.com - api.openai.com - api.telegram.org - api.elevenlabs.io block_on_suspicious: false # true = prevent call, false = alert only

logging: retention_days: 30 log_dir: ~/.agentguard/logs hash_sensitive_data: true

reporting: auto_daily_report: true report_time: "09:00" report_channel: telegram


πŸ“‹ Tips & Best Practices

High false positive rate

β†’ Increase baseline learning period or reduce sensitivity

Missing file events

β†’ Check file_watch_dirs config covers target directories

Reports not generating

β†’ Verify report_time format and timezone settings


View on ClawHub
TERMINAL
clawhub install agentguard

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’