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 MichalSteczko/rhoai-agentic-skills --skill debug-maasgit clone --depth 1 https://github.com/MichalSteczko/rhoai-agentic-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/michalsteczko/rhoai-agentic-skills/debug-maas)<a href="https://agentmods.dev/skills/michalsteczko/rhoai-agentic-skills/debug-maas"><img src="https://agentmods.dev/badge/skills/michalsteczko/rhoai-agentic-skills/debug-maas/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/michalsteczko/rhoai-agentic-skills/debug-maas"><img src="https://agentmods.dev/badge/skills/michalsteczko/rhoai-agentic-skills/debug-maas.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.00044 | $0.05193 |
| Opus 5 | $0.00022 | $0.02596 |
| Sonnet 5 | $0.00009 | $0.01039 |
| Haiku 4.5 | $0.00004 | $0.00519 |
Grade A, and why
debug-maas scanned grade A with 1 finding 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 11d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s "http://${MAAS_HOST}/maas-api/v1/models" How it starts
The opening of the file, as written. The whole thing — 518 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MaaS Debugging Skill
Diagnose and resolve common Models-as-a-Service (MaaS) issues in OpenShift AI (RHOAI).
Namespace Reference
| Resource | Namespace |
|---|---|
| Tenant CR, MaasTenantConfig | models-as-a-service |
| AITenant | ai-tenants |
| maas-api, maas-postgres, maas-db-config secret | redhat-ai-gateway-infra |
| maas-controller, modelsasservice | redhat-ods-applications |
| Config (cluster-scoped) | — |
Key Resources
- DataScienceCluster (DSC):
default-dsc— top-level;ModelsAsAServiceReadycondition gates DSC Ready - Config (
maas.opendatahub.io/v1alpha1): cluster-scopeddefault— owned by ModelsAsService; has bootstrap annotation - AITenant:
models-as-a-serviceinai-tenants— finalizermaas.opendatahub.io/aitenant-cleanup - MaasTenantConfig:
default-tenantinmodels-as-a-service— reconciled by maas-controller - Tenant CR:
default-tenantinmodels-as-a-service— status mirrored from MaasTenantConfig; read by DSC controller - maas-api: Deployment in
redhat-ai-gateway-infra— requiresmaas-db-configsecret - maas-db-config: Secret in
redhat-ai-gateway-infra— must haveDB_CONNECTION_URLkey - GatewayClass
openshift-default: cluster-scoped — Istio is configured to watch this name (PILOT_GATEWAY_API_DEFAULT_GATEWAYCLASS_NAME), butPILOT_ENABLE_GATEWAY_API_GATEWAYCLASS_CONTROLLER: falsemeans Istio does NOT auto-create it; it must exist manually - Gateway
maas-default-gatewayinopenshift-ingress: routes model HTTPRoutes from any namespace to model pods; requiresmaas-default-gateway-configConfigMap inopenshift-ingressfor Istio to provision its Service/Deployment - HTTPRoute per model: in the model's namespace (e.g.
<model-namespace>),parentRefsthemaas-default-gateway - maas-controller: Deployment in
redhat-ods-applications— label iscontrol-plane=maas-controller(NOTapp.kubernetes.io/name); holds a leader election lease; crashes with exit code 1 when it loses the lease
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.
- 11d ago First seen · 518 lines · 44 tokens per session scan A 38eab14173a7
debug-maas is a skill published in the GitHub repository MichalSteczko/rhoai-agentic-skills (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 44 tokens to every session and 5,193 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
system-architecture
Canonical joelclaw topology, Central/Relay vocabulary, and wiring map. Use when reasoning about architecture, Panda/Flagg Central migration, satellites, run capture, tracing event flow, debugging why something ran/didn't run, identifying which worker executes a function, checking what listens on a port, or following…
troubleshoot-sandbox
Troubleshoot OpenSandbox issues by running diagnostics (logs, inspect, events, summary) via CLI or HTTP API to diagnose sandbox failures like OOM, crash, image pull errors, network problems, etc.
network-rca
Kubernetes network root cause analysis skill powered by Kubeshark MCP. Use this skill whenever the user wants to investigate past incidents, perform retrospective traffic analysis, take or manage traffic snapshots, extract PCAPs, dissect L7 API calls from historical captures, compare traffic patterns over time, detect…
routing-calibration
Use when calibrating or validating a maintained routing recipe against live model backends, including probe manifests and evidence reports.
plano-observability-debugging
Improve Plano tracing and debugging workflows. Use for sampling strategy, span attributes, and trace query-based root-cause analysis.
k8s-service-path
Trace the Kubernetes service path — Service to selector to pods to EndpointSlices to readiness, plus Ingress routing. Use when a service is getting no traffic, an ingress is not routing, or someone asks why a workload is unreachable inside a cluster.