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.
npx skills add gyanranjan/polyagent-skills --skill remote-opsgit clone --depth 1 https://github.com/gyanranjan/polyagent-skillsWrote 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.
[](https://agentmods.dev/skills/gyanranjan/polyagent-skills/remote-ops)<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>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.
| Model | Per session | Once 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 |
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.
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 documentationcommon-skills/quality-checklist.md— Validate the operation plan
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.
- 7d ago First seen · 82 lines · 66 tokens per session scan A a8e4837f4981
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.
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…
kubernetes
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging.
devops-specialist
DevOps agent specializing in deployment, monitoring, and infrastructure automation.
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…
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.
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.