AegisOps — AI skill for Claude Code
Agentic AI copilot for service observability: synthetic multi-service telemetry, three competing anomaly detectors (z-score, Isolation Forest, LSTM Autoencoder), and a Claude tool-use agent that auton.
How to install AegisOps
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open sseraladen-svg/AegisOps and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AegisOps does
Agentic AI copilot for service observability: synthetic multi-service telemetry, three competing anomaly detectors (z-score, Isolation Forest, LSTM Autoencoder), and a Claude tool-use agent that autonomously investigates incidents with mechanically validated, evidence-backed reports.
Alternatives in AI
- Manifest — Real-time cost observability for OpenClaw agents — track tokens, costs, messages, and model usage 4.1k ★
- User Research Skill — Cookiy AI Skill for AI agents (Claude, Codex, Cursor, OpenClaw) — end-to-end user research: AI interviews, syn 1.5k ★
- onWatch — Open-source Go CLI that tracks AI API quota usage across 7 providers (Synthetic, Z.ai, Anthropic, Codex, GitHu 397 ★
README
AegisOps
Intelligent anomaly detection and investigation for service telemetry with AI-powered analysis.
Features
- Multi-Detector System: Three anomaly detection algorithms (naive, isolation forest, LSTM autoencoder)
- AI-Powered Investigation: Automatic incident analysis using Claude or Gemini AI models
- Real-time Dashboard: Interactive visualization of metrics, incidents, and investigation results
- Multi-Provider Support: Switch between Anthropic Claude and Google Gemini
- Offline Mode: Test the system without API keys using simulated agent responses
Quick Start
# Start the application with synthetic data
docker compose up --build
# Or run manually
cd backend
python -m venv .venv
.venv/bin/pip install -r requirements.txt
.venv/bin/python -m app.seed # Generate synthetic data
.venv/bin/python -m app.detector_naive
.venv/bin/python -m app.detector_isolation_forest
.venv/bin/python -m app.detector_lstm_autoencoder
.venv/bin/python -m app.investigator --sample --offline
.venv/bin/uvicorn app.main:app --reload --port 8000
AI Provider Support
AegisOps supports multiple AI providers for the investigation agent:
Anthropic Claude (Default)
export AGENT_PROVIDER=anthropic
export ANTHROPIC_API_KEY=your_key_here
cd backend
python -m app.investigator --sample
Google Gemini
export AGENT_PROVIDER=gemini
export GEMINI_API_KEY=your_key_here
cd backend
python -m app.investigator --sample
Offline Mode (No API Key Required)
cd backend
python -m app.investigator --sample --offline
Copy `.env.example` to `.env` and set your API keys there for persistent configuration.
Three services (`auth-service`, `payment-gateway`, `user-profile`) emit four metrics each — `cpu_usage`, `latency_ms`, `error_rate`, `request_rate` — every five minutes for fourteen days, plus a correlated application log stream. Three labelled anomalies of increasing subtlety are injected into that data, and thre
Related Skills
AI Observibility
Local-first behavioral observability for AI coding agents. Reads your Claude Code transcripts and shows whethe
Dash Sales Agent
Agentic AI sales dashboard for General Trade. Cleans messy CSV exports into a DuckDB warehouse, then serves li
AI Control Center
Local-first, touch-first AI observability appliance. A Surface Pro control plane monitors Claude Code usage, s
F1 Race Strategy Agent
CSE 598 Agentic AI capstone baseline — an agentic F1 race-strategy engineer: a Claude tool-use loop that recom
Core
Agentic AI monitoring and observability — OTEL traces and local log files from Copilot, Claude Code, Codex, an
Agentlens
Agentic AI monitoring and observability — OTEL traces and local log files from Copilot, Claude Code, Codex, an
Related Agents
AIOps Manager
Owns AIOps — anomaly detection and correlation over observability telemetry, alert-noise reduction (grouping,
Gads Anomalies
Day-level metric anomaly detector. Flags spend, conversions, clicks, or impressions that swing more than a z-s
Bulk Worker
Internal bulk service (Sonnet, never user-facing): summarization, extraction, classification, formatting, synt