Linux DevOps tools and practices - CI/CD, automation, infrastructure
Scanned 6/5/2026
Install via CLI
openskills install pluginagentmarketplace/custom-plugin-linux---
name: devops
description: "Linux DevOps tools and practices - CI/CD, automation, infrastructure"
sasmp_version: "1.3.0"
bonded_agent: linux-expert
bond_type: PRIMARY_BOND
---
# Devops Skill
## Overview
Master Linux DevOps workflows including CI/CD, infrastructure automation, and deployment.
## Capabilities
- **CI/CD**: Jenkins, GitLab CI, GitHub Actions
- **Containerization**: Docker, Podman, containerd
- **Orchestration**: Kubernetes, Docker Swarm
- **Configuration**: Ansible, Terraform, Puppet
- **Monitoring**: Prometheus, Grafana, Nagios
## Examples
```bash
# Start Docker service
sudo systemctl start docker
sudo systemctl enable docker
# Check container status
docker ps -a
```
No comments yet. Be the first to comment!
Wire a service's OpenTelemetry output to Sematext Cloud. Walks through region, App-type, instrumentation flow (managed OTLP endpoint vs Sematext Agent), and signal selection (traces/metrics/logs), then produces the exact env-var block and points at a runnable reference example in this repo. Invoke when instrumenting a new app for Sematext.