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 khaosans/operator-etl --skill operator-ship-portablegit clone --depth 1 https://github.com/khaosans/operator-etlWrote 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/khaosans/operator-etl/operator-ship-portable)<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-ship-portable"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-ship-portable/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-ship-portable"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-ship-portable.svg" alt="Reviewed on agentmods" width="80" 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.00040 | $0.00340 |
| Opus 5 | $0.00020 | $0.00170 |
| Sonnet 5 | $0.00008 | $0.00068 |
| Haiku 4.5 | $0.00004 | $0.00034 |
Grade A, and why
operator-ship-portable 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 5d 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.
What it actually says
Ship Operator ETL (portable / any cloud)
Load: deploy-container-any-cloud.md and cloud-portable-adapters.md
Prerequisites
- Local MVP green:
./scripts/verify.sh - Container runtime + secrets + (usually) Postgres
What to do
- Follow the any-cloud playbook — same image, portable env vars.
- Use warehouse / object-store protocols; add provider adapters under optional extras — do not rewrite
operator_etl_graph. - Map inbox events to HTTP
POST /run(GCP Pub/Sub push is one adapter).
Full provider IaC
- GCP (BigQuery L3): operator-ship-gcp
- AWS (L2): operator-ship-aws
- Azure (L2): operator-ship-azure
- Wiki overview: docs/MULTI-CLOUD.md
Non-negotiables
- Never publish FOIA releases automatically
- Never expose PII vault via MCP or logs
- Prove local e2e before promote
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.
- 5d ago First seen · 35 lines · 40 tokens per session scan A 09e4deebada9
operator-ship-portable is a skill published in the GitHub repository khaosans/operator-etl (0 stars, last pushed 2d ago), licensed Apache-2.0. It adds 40 tokens to every session and 340 once invoked, about $0.0002 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-09-04.
Other skills, from other repositories
ecspresso
ECS deployment tool - deploy, manage, and troubleshoot ECS services.
k8s-dev-deploy
Build, push, and deploy Kurtosis dev images to a Kubernetes cluster without creating a release. Rebuilds engine, core, and files-artifacts-expander as multi-arch Docker images with a unique tag, pushes to the logged-in user's Docker Hub, and restarts the engine. Use when testing local code changes on a k8s cluster.
devops-deployment
Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.
infra-conventions
Infrastructure and deployment conventions. Auto-injected into devops-aware agents - not user-invocable.
isrvd-ops
Operations instructions for using the isrvd API to deploy containers, manage services and images, configure routes, handle files, and use a web terminal. The instructions include Python, Node.js, and Bash helper scripts.
coolify
Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…