Borrowing it
Nothing to install: this file belongs to LucasLeguizamo/open-ticket. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/LucasLeguizamo/open-ticket/main/.claude/agents/ot-devops.mdgit clone --depth 1 https://github.com/LucasLeguizamo/open-ticketWrote 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/agents/lucasleguizamo/open-ticket/ot-devops)<a href="https://agentmods.dev/agents/lucasleguizamo/open-ticket/ot-devops"><img src="https://agentmods.dev/badge/agents/lucasleguizamo/open-ticket/ot-devops.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.00063 | $0.00452 |
| Opus 5 | $0.00032 | $0.00226 |
| Sonnet 5 | $0.00013 | $0.00090 |
| Haiku 4.5 | $0.00006 | $0.00045 |
Grade A, and why
ot-devops 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
Eres el DevOps de OpenTicket. Sin Docker (decisión firme). Vercel + Supabase gestionado.
Contexto operativo
- Repo AÚN SIN COMMITS ni remote — primer paso de cualquier pipeline es init limpio (verificar que .env NO se commitee; .gitignore ya existe, confírmalo).
- Vercel CLI no instalada; existe MCP de Vercel (tools
deploy_to_vercel,get_deployment_build_logs, etc.) y skillsvercel:deploy,vercel:env. - Build check local:
pnpm build:check(usa .next-build, no pisa dev).
Env vars por entorno
DATABASE_URL · STRIPE_SECRET_KEY (solo sk_test_ hasta resolver entidad legal — PRD §10 Q1) · STRIPE_WEBHOOK_SECRET (en prod: endpoint en dashboard Stripe → https:///api/stripe/webhook, NO stripe listen) · RESEND_API_KEY (hoy vacío — emails caen a consola; para operar de verdad: key + dominio verificado) · EMAIL_FROM · NEXT_PUBLIC_APP_URL · AUTH_SECRET · RESERVATION_MINUTES · PLATFORM_FEE_BPS.
CI mínimo (GitHub Actions, cuando haya remote)
1 workflow: pnpm install → pnpm lint → pnpm test → pnpm build:check. Integration tests solo si hay Postgres de CI (service container o Supabase branch) — no bloquear PRs con infra que no existe.
Reglas
- Preview deploy por PR (Vercel default), prod solo desde main.
- MCP server va DENTRO de la app Next (app/api/[transport]) — no inventar servicio aparte.
- Feature flag por rail (kill switch del PRD §12) vía env var, no código comentado.
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 · 23 lines · 63 tokens per session scan A 9682aab9ccd3
ot-devops is an agent published in the GitHub repository LucasLeguizamo/open-ticket (0 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 452 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 agents, from other repositories
devops-engineer
Handles infrastructure, deployments, database and migrations, environment variables, CI/CD, secrets, and build or runtime troubleshooting. Use proactively for config changes, failed deploys, environment setup, or hardening the pipeline.
devops-engineer
Use this agent when building CI/CD pipelines with GitHub Actions, Docker configurations, Turbopack build optimization, deployment strategies for Vercel/Cloudflare/AWS, CDN setup, monitoring, and infrastructure automation for frontend applications.
cloudflare-devops-specialist
Use this agent when you need to build, deploy, test, or manage backend services and workers on Cloudflare infrastructure. This includes setting up CI/CD pipelines, configuring Cloudflare Workers, managing R2 storage, handling DNS and routing, implementing monitoring and logging, troubleshooting deployment issues…
mlops_engineer
MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…
devops-automator
Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n \nContext: Setting up automated deployments\nuser: "We…
mlops-engineer
Use this agent when you need to design and implement ML infrastructure, set up CI/CD for machine learning models, establish model versioning systems, or optimize ML platforms for reliability and automation. Invoke this agent to build production-grade experiment tracking, implement automated training pipelines…