skyflo

作者 skyflo-ai已验证

Self-Hosted AI Agent for Kubernetes & DevOps. Approval-Gated. Deterministic Control Loop.

117
Stars
42
Forks
Python
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/skyflo-ai/skyflo

快速入门

使用 skyflo 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Skyflo – Self-Hosted AI Agent for Kubernetes and CI/CD

Self-Hosted AI Agent for Kubernetes & CI/CD

CI Status   Release   License

Docs · Architecture · Discord


Infrastructure automation tools fall into two categories.

CLI assistants translate prompts into shell commands. Autonomous agents execute infrastructure changes without explicit approval.

Neither model guarantees a deterministic execution process or a complete audit trail. And neither one remembers what happened last time.

Skyflo is a self-hosted AI agent for Kubernetes and CI/CD systems. It runs inside your cluster and executes infrastructure operations through a deterministic control loop:

Recall → Plan → Approve → Execute → Verify → Persist

Every mutating tool call is approval-gated, typed, and auditable. Every confirmed incident lesson is saved and recalled on the next relevant task.

Skyflo is not a CLI wrapper, not an autonomous mutation bot, and not a GitOps control plane.

It is an in-cluster AI control layer that enforces safe infrastructure changes before anything reaches production -- and builds operational memory across every session.


Quick Start

Install Skyflo inside your Kubernetes cluster.

Using Helm:

helm repo add skyflo https://charts.skyflo.ai
helm repo update skyflo

Create a values.yaml file:

engine:
  secrets:
    llmModel: "gemini/gemini-2.5-pro"
    geminiApiKey: "AI-..."

See helm show values skyflo/skyflo for the full list of configurable values.

helm install skyflo skyflo/skyflo -n skyflo --create-namespace -f values.yaml

Using curl:

Get started quickly with the interactive installer.

curl -fsSL https://skyflo.ai/install.sh | bash

Bring your own LLM (OpenAI, Anthropic, Gemini, Groq, self-hosted). See the quick start guide.


Execution Model

Skyflo enforces a strict loop for every infrastructure change:

  1. Recall: retrieve prior incidents, runbooks, and service context from scoped memory
  2. Plan: generate a concrete, replayable plan
  3. Approve: explicit approval for every mutating tool call
  4. Execute: run typed tools via MCP (Kubernetes, Helm, Argo Rollouts, Jenkins)
  5. Verify: validate cluster state against declared intent
  6. Persist: store tool-level audit history and save confirmed lessons to memory

No blind kubectl apply. No silent automation. No untracked changes.


Safety Properties

  • Approval gate for every mutating tool call, enforced by the engine
  • Typed tool execution with schema-validated inputs
  • Persisted audit trail with tool results
  • Replayable control loop (recall → plan → approve → execute → verify → persist)
  • Scoped memory with safety scanning (blocks secrets, raw logs, prompt injection)
  • Runs inside your cluster. No Skyflo telemetry or phone-home
  • LLM-agnostic via LiteLLM. No vendor lock-in

Supported Tools

ToolCapabilities
Kubernetesdiscovery, get/describe, logs/exec, diff-first apply, rollout history, rollbacks
Helmtemplate, install/upgrade/rollback, dry-run, diff-first safety
Argo Rolloutsstatus, pause/resume, promote/cancel, progressive delivery control
Jenkinsjobs/builds/logs, parameters, SCM context, build control

All mutating tool calls require explicit approval.


Demo

Skyflo Demo

Deterministic plans. Explicit approval. Verified execution.


Comparison

CapabilityCLI AssistantsAutonomous AgentsGitOps PlatformsSkyflo
Natural language opsYesYesLimitedYes
Mandatory mutation approvalOptionalNoPR-basedYes
Deterministic control loopNoNoPartialYes
Kubernetes + CI unifiedNoPartialNoYes
In-cluster deploymentPartialPartialVariesYes
Team RBAC + auditNoLimitedYesYes
Real-time execution streamingNoNoNoYes

System Architecture

ComponentDescription
EngineLangGraph workflow: memory retrieval, planner, approval gate, verifier, persistence, auth/RBAC
MCP ServerTyped tools for Kubernetes, Helm, Argo Rollouts, Jenkins
Command CenterNext.js UI with real-time streaming, approvals, memory context panel, team admin

Details: Architecture


Contributing

Apache 2.0 OSS. High-signal contributions welcome. See CONTRIBUTING.md.


License

Apache 2.0. See LICENSE.


Community

Docs · Discord · X · LinkedIn

常见问题

What is skyflo?

skyflo is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by skyflo-ai. Self-Hosted AI Agent for Kubernetes & DevOps. Approval-Gated. Deterministic Control Loop. It has 117 GitHub stars.

Is skyflo safe to use?

Yes. skyflo passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install skyflo?

Clone the repository with "git clone https://github.com/skyflo-ai/skyflo" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is skyflo written in?

skyflo is primarily written in Python. It is open-source under skyflo-ai on GitHub, so you can review or fork the full source.

Are there alternatives to skyflo?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh skyflo against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情