remote-ops

remote-ops is a skill for Claude Code, Codex from gyanranjan/polyagent-skills. It costs 66 tokens per session (595 once invoked), scanned A, original, MIT.

A guide for remote operations such as deployments, server administration, infrastructure, monitoring, and CI/CD pipelines. CI/CD is automated software building, testing, and delivery.

In plain words
What is it for?
Planning or carrying out deployments, configuring infrastructure, managing servers, setting up monitoring, and creating delivery runbooks.
Why use it?
It organizes operational work into checks, execution, validation, and rollback steps, reducing the chance of an unplanned outage or unrecoverable change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Planning or carrying out deployments, configuring infrastructure, managing servers, setting up monitoring, and creating delivery runbooks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/gyanranjan/polyagent-skills/remote-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add gyanranjan/polyagent-skills --skill remote-ops
Clone the repo
git clone --depth 1 https://github.com/gyanranjan/polyagent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for remote-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/gyanranjan/polyagent-skills/remote-ops.svg)](https://agentmods.dev/skills/gyanranjan/polyagent-skills/remote-ops)
Your own site
<a href="https://agentmods.dev/skills/gyanranjan/polyagent-skills/remote-ops"><img src="https://agentmods.dev/badge/skills/gyanranjan/polyagent-skills/remote-ops.svg" alt="Measured on agentmods" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 595 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00595
Opus 5 $0.00033 $0.00298
Sonnet 5 $0.00013 $0.00119
Haiku 4.5 $0.00007 $0.00060

Measured 7d ago against content hash a8e4837f4981, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

remote-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/remote-ops/SKILL.md · 82 lines

How it starts

The opening of the file, as written. The whole thing — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Remote Ops

Purpose

Guide and execute remote operations tasks — deployments, infrastructure management, server administration, monitoring setup, and CI/CD pipeline configuration.

When to Use

  • User asks about deployment procedures
  • User needs to set up or manage infrastructure
  • User wants CI/CD pipeline configuration
  • User needs monitoring or alerting setup
  • User asks about server administration tasks

When NOT to Use

  • User asks for application feature development unrelated to operations
  • User requests risky production changes without rollback or validation criteria

Inputs

Required:

  • Task description — what operation needs to be performed

Optional:

  • Target environment (AWS, GCP, Azure, bare metal)
  • Current infrastructure state
  • Access constraints and security requirements
  • Rollback requirements

Process

Step 1: Assess the Task

Understand what operation is needed, the target environment, and any constraints.

Step 2: Plan the Operation

Create a step-by-step runbook with pre-checks, execution steps, validation, and rollback procedures.

Step 3: Execute or Guide

Either execute the operation directly (if the agent has access) or provide a detailed runbook for the user to follow.

Step 4: Validate

Verify the operation succeeded with health checks and monitoring.

Step 5: Document

Record what was done, any issues encountered, and lessons learned.

Output Format

Runbook in Markdown or direct execution with logged output. Filename: runbook-<operation>.md

Quality Checks

  • Pre-checks, execution steps, validation, and rollback are all defined
  • Commands are environment-specific and include safe defaults
  • Success/failure criteria are observable (health checks, metrics, logs)
  • Any destructive action is explicitly called out before execution

Common Skills Used

  • common-skills/output-formatting.md — For runbooks and documentation
  • common-skills/quality-checklist.md — Validate the operation plan

Read the full file on GitHub · 82 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 82 lines · 66 tokens per session scan A a8e4837f4981

Subscribe to this mod's changes

remote-ops is a skill published in the GitHub repository gyanranjan/polyagent-skills (2 stars, last pushed 6mo ago), licensed MIT. It adds 66 tokens to every session and 595 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

blockchain-infrastructure

Use this skill when asked about blockchain node deployment, RPC infrastructure, CI/CD for smart contracts, monitoring and alerting for blockchain networks, MEV infrastructure (Flashbots, builders, relays), key management (KMS, HSM), and environment management for devnet/testnet/staging/mainnet. Languages: Go, Rust…

j4flmao/agent-skills · 234 tokens

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging.

bobmatnyc/claude-mpm-skills · 29 tokens

devops-specialist

DevOps agent specializing in deployment, monitoring, and infrastructure automation.

glincker/claude-code-marketplace · 17 tokens

render

Use when deploying or fixing an app on Render — web services, background workers, cron jobs, private services, managed Postgres and Key-Value, and especially the render.yaml Blueprint. Covers deploys that fail with no open ports detected, 502s on first deploy, free-tier cold starts, and a free Postgres about to expire…

ericrisco/rsc-harness · 105 tokens

modal-serverless-gpu

Serverless GPU cloud platform for running ML workloads. Use when you need on-demand GPU access without infrastructure management, deploying ML models as APIs, or running batch jobs with automatic scaling.

davila7/claude-code-templates · 42 tokens

deployment

Deploy applications to DigitalOcean App Platform via GitHub Actions with proper environment management and secrets handling. Use when setting up CI/CD pipelines, configuring staging/production environments, managing deployment secrets, or creating GitHub Actions workflows.

digitalocean-labs/do-app-platform-skills · 46 tokens