openclaw

294 mods across 14 repositories, 417k stars between them.

convex-add

73

openclaw/clawhub

Skill Claude CodeCodex

Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability…

9.4k 3d ago A 81 tokens original MIT

convex-advisor

74

openclaw/clawhub

Skill Claude CodeCodex

Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes.

9.4k 3d ago A 40 tokens original MIT

convex-agent

75

openclaw/clawhub

Skill Claude CodeCodex

Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.

9.4k 3d ago A 25 tokens original MIT

convex-auth

76

openclaw/clawhub

Skill Claude CodeCodex

Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.

9.4k 3d ago A 26 tokens original MIT

convex-authz

77

openclaw/clawhub

Skill Claude CodeCodex

Audit and harden Convex authorization: identity-from-arg impersonation, missing per-document ownership checks, PII-leaking public queries, and writes into containers the caller doesn't own. Deterministic scan + canonical requireIdentity/requireOwner fix + tsc verify. Use for 'secure my app' / 'audit auth' / 'who can…

9.4k 3d ago A 84 tokens original MIT

convex-backup

78

openclaw/clawhub

Skill Claude CodeCodex

Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, assert the data came back — plus a schedule matched to your RPO and a gated recovery runbook.

9.4k 3d ago A 50 tokens original MIT

convex-billing

79

openclaw/clawhub

Skill Claude CodeCodex

Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).

9.4k 3d ago A 29 tokens original MIT

openclaw/clawhub

Skill Claude CodeCodex

Check the current app's pinned Convex components against recommended versions and upgrade them behind a build gate.

9.4k 3d ago A 26 tokens original MIT

convex-cost

81

openclaw/clawhub

Skill Claude CodeCodex

Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's growth curve, name the cheapest fix; confirm-cost for paid actions.

9.4k 3d ago A 40 tokens original MIT

openclaw/clawhub

Skill Claude CodeCodex

Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.

9.4k 3d ago A 35 tokens original MIT

convex-crons

83

openclaw/clawhub

Skill Claude CodeCodex

Add recurring scheduled jobs (crons) to the Convex app.

9.4k 3d ago A 19 tokens original MIT

convex-deploy-guard

84

openclaw/clawhub

Skill Claude CodeCodex

Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.

9.4k 3d ago A 36 tokens original MIT

convex-design

85

openclaw/clawhub

Skill Claude CodeCodex

Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.

9.4k 3d ago A 59 tokens original MIT

convex-docs

86

openclaw/clawhub

Skill Claude CodeCodex

Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check nodemodules types, freshness hierarchy — instead of writing a possibly-stale API from memory.

9.4k 3d ago A 48 tokens original MIT

convex-domains

87

openclaw/clawhub

Skill Claude CodeCodex

Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).

9.4k 3d ago A 29 tokens original MIT

convex-env

88

openclaw/clawhub

Skill Claude CodeCodex

Set and wire Convex deployment env vars / secrets for the app.

9.4k 3d ago A 18 tokens original MIT

convex-expert

89

openclaw/clawhub

Skill Claude CodeCodex

Convex backend specialist. Use this agent for any code inside a convex/ directory — function definitions, schemas, indexes, queries, mutations, actions, HTTP endpoints, cron jobs, file storage, auth wiring, and component installation. Knows the object-form function syntax, validator patterns, resource limits, and…

9.4k 3d ago A 78 tokens original MIT

convex-explain-app

90

openclaw/clawhub

Skill Claude CodeCodex

Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, components, a request→data flow — read from the schema and function surface. Read-only.

9.4k 3d ago A 47 tokens original MIT

openclaw/clawhub

Skill Claude CodeCodex

Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.

9.4k 3d ago C 34 tokens original MIT

convex-insights

92

openclaw/clawhub

Skill Claude CodeCodex

Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, deploy causality — scoped, evidence-backed, with a dashboard deep link.

9.4k 3d ago A 45 tokens original MIT

openclaw/clawhub

Skill Claude CodeCodex

Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.

9.4k 3d ago A 41 tokens original MIT

openclaw/clawhub

Skill Claude CodeCodex

Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven change to prod with the snapshot as rollback.

9.4k 3d ago A 42 tokens original MIT

convex-migrate

95

openclaw/clawhub

Skill Claude CodeCodex

Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.

9.4k 3d ago A 26 tokens original MIT

openclaw/clawhub

Skill Claude CodeCodex

Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.

9.4k 3d ago A 48 tokens original MIT