⏳ This skill is pending AI review.

Scores will appear once the review pipeline completes.

version unknown

aws-redis-monitor

@clawnoc⭐ 3 stars

Monitor AWS ElastiCache Redis clusters with anomaly detection

Use with your AI agent

Open your project in any AI assistant that can read your files. Works with ChatGPT, Claude, Claude Code, Codex, Cursor, Hermes Agent, OpenClaw, Grok Bot, and more.

Your agent needs access to this page’s linked instructions and your project files. Copying does not install or execute anything.

—/10

// RATINGS

⭐GitHub Stars
⭐ 3 on GitHubGitHub ↗

New / niche

🟢ProSkills Score
—
📍

Not yet listed on ClawHub or SkillsMP

// README

🦞 ClawNOC Skills

Skills Scripts Lambdas License Platform

AI Ops Agent skill pack for OpenClaw. Automate CDN management, security scanning, monitoring, deployment verification, and documentation generation.

Skills

SkillScriptsDescription
🎯 clawnoc-nocnoc-patrol.shFull NOC pack — one-click patrol combining all skills
🌐 clawnoc-cdncheck-cache.sh invalidate-cloudfront.shCDN cache management & diagnostics
🔒 clawnoc-securitycheck-ssl.sh check-ports.sh check-ssh-audit.shSecurity scanning & audit
📊 clawnoc-monitorcheck-system.sh check-disk-alert.sh check-health.sh alert-webhook.shMonitoring & alerting
🚀 clawnoc-deploypre-deploy-check.sh post-deploy-verify.shDeployment verification & rollback
📋 clawnoc-docgen-change-doc.sh gen-system-info.shAuto documentation generation

Quick Start

# Install all skills
claw skill install clawnoc/clawnoc-noc

# Or install individually
claw skill install clawnoc/clawnoc-cdn
claw skill install clawnoc/clawnoc-security

Usage

Talk to your agent in natural language:

"Help me clear CDN cache for www.example.com"
"Scan all SSL certificates expiry dates"
"Check disk and memory usage across all servers"
"Run a full NOC patrol"
"Generate a change document for today's operations"

Or run scripts directly:

# Full patrol
./skills/clawnoc-noc/noc-patrol.sh https://example.com

# Check system resources
./skills/clawnoc-monitor/check-system.sh

# SSL certificate check
./skills/clawnoc-security/check-ssl.sh example.com api.example.com

# Post-deploy verification (60s observation)
./skills/clawnoc-deploy/post-deploy-verify.sh https://example.com/health 60

Supported Platforms

  • Linux (CentOS / Ubuntu / Amazon Linux)
  • macOS
  • Cloud: AWS, GCP, Alibaba Cloud, Tencent Cloud, Volcengine

Lambda Projects

Production-ready AWS Lambda functions for automated ops tasks. Each includes SAM template, README (EN/中文), and pluggable notifications (DingTalk/Feishu/Slack).

ProjectDescription
🔒 cert-expiry-checkSSL certificate expiry monitoring
💰 idle-resource-scanDetect idle EC2, RDS, EBS, EIP, NAT Gateway
🔴 redis-bigkey-scanElastiCache Redis big key detection
💸 cost-anomaly-alertCost monitoring with daily/weekly reports
🛡️ security-group-auditSecurity group risk scanning with fix commands

License

MIT

// HOW IT'S BUILT

KEY FILES

skills/aws-redis-monitor/SKILL.mdREADME.md

// REPO STATS

3 stars