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 culiops/culiops-agent --skill service-discoverygit clone --depth 1 https://github.com/culiops/culiops-agentWrote 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/culiops/culiops-agent/service-discovery)<a href="https://agentmods.dev/skills/culiops/culiops-agent/service-discovery"><img src="https://agentmods.dev/badge/skills/culiops/culiops-agent/service-discovery/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/culiops/culiops-agent/service-discovery"><img src="https://agentmods.dev/badge/skills/culiops/culiops-agent/service-discovery.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.00119 | $0.11975 |
| Opus 5 | $0.00060 | $0.05987 |
| Sonnet 5 | $0.00024 | $0.02395 |
| Haiku 4.5 | $0.00012 | $0.01197 |
Grade A, and why
service-discovery 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 8d 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 — 697 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Service Discovery
Scan a service's infrastructure-as-code repo and produce a troubleshooting-oriented inventory: a resource catalog, naming/tagging patterns, a dependency map, and per-symptom investigation runbooks. The output must be accurate enough that an on-caller who has never seen the service can use it to diagnose a live incident.
The Iron Law
NO ASSUMPTIONS. IF UNCLEAR, ASK THE HUMAN.
NO OUT-OF-SCOPE ACTIONS WITHOUT HUMAN APPROVAL.
ONLY READ INFRASTRUCTURE-AS-CODE AND DOCUMENTATION FILES. NEVER READ SECRETS.
Real-discovery extension (when no IaC is found):
NO WRITE API CALLS. EVER.
ALL CLOUD QUERIES ARE READ-ONLY. NO EXCEPTIONS.
Constraints (Non-Negotiable)
- The IaC code is the source of truth. Every claim in the catalog must trace back to a specific file and line in the repo. Do not invent resources, dependencies, or thresholds from outside knowledge of "what services usually look like." If the code does not say it, the catalog does not say it.
- No assumptions. If anything is unclear during discovery — a resource's purpose, a naming token, a dependency, an unresolved parameter, whether a conditional resource is enabled in the target instance — STOP and ask the human. An incomplete catalog with explicit questions is better than a complete catalog with wrong claims.
- Stop at the stack boundary. A "stack" is the deploy unit (Terraform root module, CloudFormation stack, Pulumi project, Helm release, Bicep deployment). Read everything inside the in-scope stack(s); do NOT follow references into other stacks. Cross-stack references get recorded as dependencies, not chased.
- Strict scope. Anything outside the named repo paths — running cloud CLIs, modifying infrastructure, reading other repos, calling external APIs — requires explicit human approval before you do it.
- No secrets, ever. Do not read files that are likely to contain secrets (anything matching common patterns:
*.enc.*,*.secret.*,secrets/,.env*,*.pem,*.key,id_rsa*, files insidevault/, files referenced by tools like SOPS / sealed-secrets / Doppler / 1Password CLI). When the IaC declares a secret reference (e.g.,aws_secretsmanager_secret_version,data.vault_generic_secret,azurerm_key_vault_secret), record the reference, not any value. - Resolve to a single, named instance. A repo is a template; the catalog is about a specific instance (one environment, one region, one tenant — whatever the smallest deploy-target unit is in this repo). Confirm with the human which instance is being cataloged before scanning.
- User confirmation at every gate. Five workflow gates exist. None are optional.
What ships with it
26 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- cloud-discovery/aws.md 4.8 KB
- cloud-discovery/azure.md 3.9 KB
- cloud-discovery/gcp.md 4.5 KB
- cloud-discovery/kubernetes.md 4.9 KB
- cloud-discovery/README.md 2.5 KB
- doc-detectors/drawio.md 3.4 KB
- doc-detectors/image.md 4.6 KB
- doc-detectors/markdown.md 6.0 KB
- doc-detectors/mermaid.md 3.6 KB
- doc-detectors/plantuml.md 4.5 KB
- doc-detectors/README.md 2.3 KB
- examples/aws.md 19 KB
- examples/azure.md 11 KB
- examples/gcp.md 11 KB
- examples/kubernetes.md 14 KB
- tool-detectors/ansible.md 2.0 KB
- tool-detectors/bicep.md 2.0 KB
- tool-detectors/cloudformation.md 2.4 KB
- tool-detectors/ecspresso.md 3.3 KB
- tool-detectors/helm.md 2.1 KB
- tool-detectors/jsonnet.md 1.3 KB
- tool-detectors/kustomize.md 1.7 KB
- tool-detectors/lambroll.md 3.2 KB
- tool-detectors/pulumi.md 1.8 KB
- tool-detectors/README.md 2.2 KB
- tool-detectors/terraform.md 2.2 KB
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.
- 8d ago First seen · 697 lines · 119 tokens per session scan A 5d80d3073502
service-discovery is a skill published in the GitHub repository culiops/culiops-agent (2 stars, last pushed 1mo ago), licensed MIT. It adds 119 tokens to every session and 11,975 once invoked, about $0.0006 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
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).
gke-workload-security
Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…