opsyhq/opsy

AI DevOps Agent that won't take down your production

12 stars0 forksUpdated Jan 24, 2026
npx skills add opsyhq/opsy

README

Opsy

CLI DevOps Agent with guardrails.

AI-powered infrastructure management from the command line. Opsy understands your AWS, Terraform, and Kubernetes context - and won't destroy prod.

Opsy Demo

Installation

curl -fsSL https://opsy.sh/install.sh | bash

Quick Start

opsy

Connecting to an LLM provider

Supports 75+ LLM providers. connects with existing Claude or OpenAI subscriptions.

/connect

Selecting a cloud context

/aws

Asking a question

why can't i reach my load balancer?

Features

  • Full Plan Visibility - See exactly what will happen before execution
  • Context Aware - Auto-detects AWS account, region, Terraform workspace
  • Danger Classification - Color-coded commands (read, update, delete, destroy)
  • Live Streaming - Real-time output, no truncation
  • Audit Logging - Full trail of every operation
  • Secret Redaction - Auto-detects and redacts API keys, tokens, passwords
  • Run Recording - Shareable recordings for review

Documentation

ToolGuide
AWSdocs/aws.md - Profile/region context
Terraformdocs/terraform.md - Plan-before-apply, state backups
Kubernetesdocs/kubernetes.md - Context injection
Helmdocs/helm.md - Chart operations
GitHubdocs/github.md - Repo context
Verceldocs/vercel.md - Team/project context

Examples

TypeDescription
ConfigsReady-to-use opsy configurations
RunbooksStep-by-step guides opsy can follow
AGENTS.mdProject templates for Terraform, K8s, monorepos
DemosTerraform demo projects and recordings

Skills

Skills teach opsy best practices for each tool. Add to ~/.opsy/opsy.jsonc:

{
  "instructions": [
    "https://raw.githubusercontent.com/opsyhq/opsy-cli/main/skills/aws-wtf/SKILL.md",
    "https://raw.githubusercontent.com/opsyhq/opsy-cli/main/skills/aws-finops/SKILL.md"
  ]
}

Or use npx to add skills:

npx add-skill opsyhq/opsy --skill aws-wtf    # AWS bill breakdown
npx add-skill opsyhq/opsy --skill aws-finops # Cost optimization

See skills/ for all available skills.

Supported Providers

Opsy supports multiple LLM providers:

  • Anthropic (Claude)
  • OpenAI
  • Azure OpenAI
  • Google Vertex AI
  • Amazon Bedrock
  • Groq, Mistral, Cohere, and more

Acknowledgements

Opsy is built on OpenCode, an open-source AI coding agent. Huge thanks to the OpenCode team for their work.

Publisher

opsyhqopsyhq

Statistics

Stars12
Forks0
Open Issues0
CreatedJan 19, 2026