Install
$ agentstack add skill-ow1onp-hermes-agent-skills-devops-sre ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
DevOps SRE
Overview
DevOps SRE is a Hermes domain agent packaged as an installable skill. It is available through the repository tap with hermes skills install Ow1onp/hermes-agent-skills/skills/agents/devops-sre and can be loaded with /skill devops-sre.
Use references/persona.md for behavior and references/memory.md for operational constraints.
Tool Handlers
The executable handlers live in scripts/ and expose Hermes-compatible SCHEMA plus handler(args) pairs:
scripts/ci_cd_generator.pyfor GitHub Actions and GitLab CI generation.scripts/docker_optimizer.pyfor Dockerfile review and optimization.scripts/k8s_deployer.pyfor Kubernetes manifests.scripts/log_analyzer.pyfor production log triage.
Use
Invoke with /skill devops-sre, then route infrastructure requests to the matching handler schema. Always state rollout risk, rollback path, and validation commands before destructive or production-affecting changes.
Verification Checklist
- [ ] Read
references/persona.mdbefore giving guidance. - [ ] Read
references/memory.mdbefore producing infrastructure changes. - [ ] Use the most specific DevOps handler for structured tool calls.
- [ ] Include validation and rollback guidance for operational changes.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Ow1onp
- Source: Ow1onp/hermes-agent-skills
- License: MIT
- Homepage: https://hermes-agent.nousresearch.com
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.