⏳ This skill is pending AI review.
Scores will appear once the review pipeline completes.
aws-redis-monitor
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.
// RATINGS
Not yet listed on ClawHub or SkillsMP
// README
🦞 ClawNOC Skills
AI Ops Agent skill pack for OpenClaw. Automate CDN management, security scanning, monitoring, deployment verification, and documentation generation.
Skills
| Skill | Scripts | Description |
|---|---|---|
| 🎯 clawnoc-noc | noc-patrol.sh | Full NOC pack — one-click patrol combining all skills |
| 🌐 clawnoc-cdn | check-cache.sh invalidate-cloudfront.sh | CDN cache management & diagnostics |
| 🔒 clawnoc-security | check-ssl.sh check-ports.sh check-ssh-audit.sh | Security scanning & audit |
| 📊 clawnoc-monitor | check-system.sh check-disk-alert.sh check-health.sh alert-webhook.sh | Monitoring & alerting |
| 🚀 clawnoc-deploy | pre-deploy-check.sh post-deploy-verify.sh | Deployment verification & rollback |
| 📋 clawnoc-doc | gen-change-doc.sh gen-system-info.sh | Auto 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).
| Project | Description |
|---|---|
| 🔒 cert-expiry-check | SSL certificate expiry monitoring |
| 💰 idle-resource-scan | Detect idle EC2, RDS, EBS, EIP, NAT Gateway |
| 🔴 redis-bigkey-scan | ElastiCache Redis big key detection |
| 💸 cost-anomaly-alert | Cost monitoring with daily/weekly reports |
| 🛡️ security-group-audit | Security group risk scanning with fix commands |
License
MIT
// HOW IT'S BUILT
KEY FILES