by datolabs-io
Opsy - Your AI-Powered SRE Colleague
# Add to your Claude Code skills
git clone https://github.com/datolabs-io/opsy
Opsy is an intelligent command-line assistant designed for Site Reliability Engineers (SREs), DevOps professionals, and platform engineers. It uses AI to help you navigate operational challenges, troubleshoot issues, and automate routine workflows. Opsy integrates with your existing tools and provides contextual assistance to make your daily operations more efficient.
Opsy uses a "tools-as-agents" architecture where each tool functions as a specialized AI agent with expertise in its domain (Kubernetes, Git, AWS, etc.). The main Opsy agent orchestrates these specialized agents, breaking down complex tasks and delegating them to the appropriate tools. This approach provides domain-specific expertise, improved safety through tool-specific validation, better context management for multi-step operations, and modular extensibility for adding new capabilities.
[!WARNING] Opsy is currently in early development. While the core functionality works well, some features are still being refined. We recommend using it in non-production environments for now. We welcome your feedback to help improve Opsy.
The demo above shows Opsy handling this complex task:
Analyze the pods in the current namespace. If there are any pods that are failing, I need you to analyze the reason it is failing. Then, create a single Jira task named
Kubernetes issuesinOPSYproject reporting the issue. The task description must contain your analysis for on the failing pods. In addition, I want to have backups for our deployments: extract the deployment manifests and push them into a new private repo in .
backupdatolabs-io-sandboxClick on the screenshot to watch the full demonstration.
Opsy uses Anthropic's Claude AI models to provide intelligent assistance. You'll need an Anthropic API key:
Create an account at Anthropic's website
Generate an API key from your account dashboard
Set the API key in your Opsy configuration (see Configuration section) or as an environment variable:
export ANTHROPIC_API_KEY=your_api_key_here
Opsy works with standard command-line tools. While none are strictly required to run Opsy, having them installed expands its capabilities: