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 agentmods add skills/lglucas/ai-dev-operating-system/deploy-vercel-supabasenpx skills add lglucas/ai-dev-operating-system --skill deploy-vercel-supabasegit clone --depth 1 https://github.com/lglucas/ai-dev-operating-systemWrote 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/lglucas/ai-dev-operating-system/deploy-vercel-supabase)<a href="https://agentmods.dev/skills/lglucas/ai-dev-operating-system/deploy-vercel-supabase"><img src="https://agentmods.dev/badge/skills/lglucas/ai-dev-operating-system/deploy-vercel-supabase.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.01037 |
| Opus 5 | $0.00033 | $0.00518 |
| Sonnet 5 | $0.00013 | $0.00207 |
| Haiku 4.5 | $0.00007 | $0.00104 |
Grade A, and why
deploy-vercel-supabase 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 6d 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 — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deploy: Vercel + Supabase
When to run this skill
- User says "vamos publicar" / "colocar no ar" / "fazer o deploy" / "como hospedar".
- Sprint 1 implementation is done locally and the user wants to share a link.
launch-agentrequires a public URL.
Pre-deploy gate
Block deploy if any fail:
- App builds locally (
npm run buildexits 0). -
.env.localhas all required variables and they work locally. -
.env.exampleis up to date (usesecrets-discipline). - No literal secret committed.
- Database migrations checked into the repo (
supabase/migrations/*.sql). - At least one user can sign up + sign in locally.
Step-by-step (plain Portuguese)
1. Supabase production project
- supabase.com → Dashboard → New Project. Nome:
<project-name>-prod. Region:sa-east-1para Brasil. - Senha do banco: gerar e guardar no
.env.localda máquina, NUNCA no repo. - Copiar
URLeanon keyda seção API. - Aplicar migrations:
supabase link --project-ref <ref> supabase db push - Email auth: habilitar magic link, definir Site URL (próximo passo).
2. Vercel project
- vercel.com → New Project → Import from GitHub.
- Framework: Next.js (auto-detect).
- Environment variables: copiar do
.env.example, preencher com valores de produção:SUPABASE_URL,SUPABASE_ANON_KEY(passo 1).SUPABASE_SERVICE_ROLE_KEY(NUNCA "expose to client").NEXTAUTH_URL= URL Vercel.NEXTAUTH_SECRET=openssl rand -base64 32.- Demais (Stripe, Resend, Anthropic) conforme integrações.
- Deploy.
3. First-deploy verification
- Build do Vercel passou.
- URL responde 200.
- Sign-up com email novo funciona end-to-end.
- Magic link cai na inbox.
- Sign-in redireciona pra dashboard.
- Logout funciona.
- Nenhuma chave aparece na aba Network.
Se falhar: abrir Vercel logs + Supabase logs juntos, hand-off para bug-triage-agent.
4. Custom domain (opcional)
- Comprar domínio (Registro.br / Namecheap).
- Vercel → Settings → Domains → add domain. Configurar DNS.
- Atualizar
NEXTAUTH_URLe SupabaseSite URL. - Re-deploy.
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.
- 6d ago First seen · 98 lines · 66 tokens per session scan A 07cbcdc97ab6
deploy-vercel-supabase is a skill published in the GitHub repository lglucas/ai-dev-operating-system (11 stars, last pushed 28d ago), licensed MIT. It adds 66 tokens to every session and 1,037 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-30.
Other skills, from other repositories
vercel-deploy
Deploy applications and websites to Vercel. Use this skill when the user requests deployment actions such as "Deploy my app", "Deploy this to production", "Create a preview deployment", "Deploy and give me the link", or "Push this live". No authentication required - returns preview URL and claimable deployment link.
ondb
A logical analysis and reasoning tool for AI. Use when decomposing documents into structured knowledge, querying entities and relations, validating consistency, or indexing files. Trigger on "remember", "what do I know about", "link X to Y", "show dependencies", "analyze this document", entity CRUD, or cross-skill…
x-cmd-advise
Skill "x-cmd-advise" from x-cmd/x-cmd, covering x-cmd advise writing guide, core principles, field quick reference, subcommands at root level and writing priority.
artifact-deploy
One-click deploy a user's pre-built app/artifact into their OWN AWS account and get a global public HTTPS link (Vercel-like), with a default TTL and promote-to-persistent. Use when the user says "deploy this", "ship this demo", "give me a public link", "share this externally", or "deploy to AWS".
claw-admin
Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.
x-nets
Enhanced netstat module with cached data and structured output. View network connections, routing tables, and interface statistics in interactive or TSV/CSV formats. Dependency: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.