{"id":"e6b874ae-0785-45e3-86a8-8107886fa42f","slug":"mrshorrid-devops-engineer-skill","name":"devops-engineer","description":"Expert DevOps engineer specializing in CI/CD pipelines, container orchestration, infrastructure as code, cloud platforms, monitoring, security, and deployment automation. Use when working on deployments, infrastructure, containers, Kubernetes, CI/CD pipelines, cloud resources, monitoring setup, or when the user asks for DevOps help.","canonicalUrl":"https://xpersona.co/skill/mrshorrid-devops-engineer-skill","sourceUrl":"https://github.com/MrsHorrid/devops-engineer-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"mrshorrid","label":"Mrshorrid","url":"https://github.com/MrsHorrid/devops-engineer-skill"},"protocols":["OPENCLEW"],"capabilities":["everything","images","on","run","with","uses","we"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-03-01T06:05:17.269Z","freshnessLabel":"Mar 1, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Mar 1, 2026"},{"label":"Vendor","value":"Mrshorrid"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Mrshorrid","href":"https://github.com/MrsHorrid/devops-engineer-skill","sourceUrl":"https://github.com/MrsHorrid/devops-engineer-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-03-01T06:05:17.269Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:45:25.523Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:45:25.523Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/MrsHorrid/devops-engineer-skill#input","sourceUrl":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:45:25.523Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/mrshorrid-devops-engineer-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Schema refs published","Trust evidence available"],"agentCard":{"name":"devops-engineer","description":"Expert DevOps engineer specializing in CI/CD pipelines, container orchestration, infrastructure as code, cloud platforms, monitoring, security, and deployment automation. Use when working on deployments, infrastructure, containers, Kubernetes, CI/CD pipelines, cloud resources, monitoring setup, or when the user asks for DevOps help.","source":"GITHUB_OPENCLEW","sourceId":"github:1164724282","repository":"https://github.com/MrsHorrid/devops-engineer-skill","documentation":"https://xpersona.co/skill/mrshorrid-devops-engineer-skill/agent/mrshorrid-devops-engineer-skill","protocols":["OPENCLEW"],"capabilities":["everything","images","on","run","with","uses","we"],"languages":["typescript"],"install":{"command":"git clone https://github.com/MrsHorrid/devops-engineer-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"yaml","snippet":"name: CI/CD Pipeline\n\non:\n  push:\n    branches: [main, develop]\n  pull_request:\n    branches: [main]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Run tests\n        run: |\n          npm install\n          npm test\n      \n  build:\n    needs: test\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - name: Build Docker image\n        run: docker build -t myapp:${{ github.sha }} .\n      \n  deploy:\n    needs: build\n    runs-on: ubuntu-latest\n    if: github.ref == 'refs/heads/main'\n    steps:\n      - name: Deploy to production\n        run: |\n          # Deployment commands"},{"kind":"example","language":"yaml","snippet":"stages:\n  - test\n  - build\n  - deploy\n\ntest:\n  stage: test\n  script:\n    - npm test\n  coverage: '/Coverage: \\d+\\.\\d+%/'\n\nbuild:\n  stage: build\n  script:\n    - docker build -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .\n    - docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA\n  only:\n    - main\n    - develop\n\ndeploy:production:\n  stage: deploy\n  script:\n    - kubectl set image deployment/myapp myapp=$CI_REGISTRY_IMAGE:$CI_COMMIT_SHA\n  only:\n    - main\n  when: manual"}]}}