convex-setup-auth

convex-setup-auth is a skill for Codex from get-convex/convex-backend. It costs 105 tokens per session (1,607 once invoked), scanned A, original, no licence file.

A setup guide for adding login, signup, user identity handling, and access checks to a Convex app. It covers Convex Auth, Clerk, WorkOS AuthKit, Auth0, and custom JWT-based login providers.

In plain words
What is it for?
Use it to configure authentication files, map logged-in users, read user identity, and restrict queries or mutations to authorized users.
Why use it?
It helps connect authentication to Convex and protect backend operations so they can identify and check users.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to configure authentication files, map logged-in users, read user identity, and restrict queries or mutations to authorized users.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/get-convex/convex-backend/convex-setup-auth
Install

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.

Any agent
npx skills add get-convex/convex-backend --skill convex-setup-auth
Clone the repo
git clone --depth 1 https://github.com/get-convex/convex-backend

Made for: Codex.

Wrote 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.

agentmods badge for convex-setup-auth

README.md
[![agentmods](https://agentmods.dev/badge/skills/get-convex/convex-backend/convex-setup-auth.svg)](https://agentmods.dev/skills/get-convex/convex-backend/convex-setup-auth)
Your own site
<a href="https://agentmods.dev/skills/get-convex/convex-backend/convex-setup-auth"><img src="https://agentmods.dev/badge/skills/get-convex/convex-backend/convex-setup-auth.svg" alt="Measured on agentmods" height="20"></a>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,607 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00105 $0.01607
Opus 5 $0.00053 $0.00804
Sonnet 5 $0.00021 $0.00321
Haiku 4.5 $0.00011 $0.00161

Measured 8d ago against content hash 4bbc9d1f3827, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

convex-setup-auth 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.

npm-packages/private-demos/quickstarts/sveltekit/.agents/skills/convex-setup-auth/SKILL.md · 151 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Files

What ships with it

6 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.

Changes

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.

  1. 8d ago First seen · 151 lines · 105 tokens per session scan A 4bbc9d1f3827

Subscribe to this mod's changes

convex-setup-auth is a skill published in the GitHub repository get-convex/convex-backend (12,499 stars, last pushed 2d ago), with no licence file. It adds 105 tokens to every session and 1,607 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

prisma-8

Comprehensive guide for building with Prisma 8 (Prisma Next), the contract-first data layer. Use whenever working on Prisma code in a project that uses it — authoring or editing the data contract (contract.prisma, PSL, TypeScript builders), migrations, queries (db.orm / db.sql), runtime wiring (db.ts, middleware…

prisma/orm · 220 tokens

stripe-projects

Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a database", "set up auth", "add caching", "give me a Postgres", "provision Redis", "I need hosting", "add a vector DB", "get me an API key for X", "get credentials for X", "sign up for a service", "set…

stripe/ai · 213 tokens

output-dev-credentials

Store and reference encrypted secrets in Output SDK workflows using @outputai/credentials. Use when integrating API keys, database passwords, or third-party tokens.

growthxai/output · 35 tokens

scaffold-project

Scaffold a new app, API, backend, fullstack project, mobile app, polyglot service, monorepo, or starter with Better Fullstack. Use when the user wants to create, start, bootstrap, initialize, or generate a project from a stack description. Prefer the bundled Better Fullstack MCP server: guidance, schema…

Marve10s/Better-Fullstack · 80 tokens

webiny-api-opensearch-catalog

Name: createOpenSearchClient Import: import { createOpenSearchClient } from "webiny/api/opensearch" Source: @webiny/api-opensearch/client.ts.

webiny/webiny-js · 19 tokens

supabase

Complete guide for the Supabase plugin — Management API access for running SQL queries, listing projects, managing edge functions, secrets, migrations, and inspecting project health.

mereyabdenbekuly-ctrl/clodex-ide · 35 tokens