Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ٦٠ من skills من openclaw/clawhub. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٤٠ من أصل ٦٠ skills مجمعة.
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
لغة النص الأصلي: الإنجليزية
Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.
لغة النص الأصلي: الإنجليزية
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,…
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
لغة النص الأصلي: الإنجليزية
Get a barebones Convex + web template running from a one-sentence idea.
لغة النص الأصلي: الإنجليزية
Set up Sentinel production error capture in your own Convex deployment.
لغة النص الأصلي: الإنجليزية
Convex is the backend agents get right on the first try: an all-TypeScript reactive platform where the database, server functions, scheduling, file storage, auth, and realtime sync are one type-safe system, every function is a transaction, and `tsc` catches…
لغة النص الأصلي: الإنجليزية
Designs and builds Axiom dashboards via API. Covers chart types, APL and metrics/MPL query patterns, SmartFilters, layout, and configuration options. Use when creating dashboards, migrating from Splunk, or configuring chart options.
لغة النص الأصلي: الإنجليزية
Build or modify OpenClaw application UI using canonical semantic tokens, themes, shared CSS foundations, consumer adapters, and established local primitives. Use for product interfaces, component styling, theme work, or design-token integration.
لغة النص الأصلي: الإنجليزية
Compatibility alias for existing OpenClaw installations that now applies Carapace semantic tokens, themes, shared CSS foundations, consumer adapters, and established local primitives.
لغة النص الأصلي: الإنجليزية
Runs metrics queries against Axiom MetricsDB via scripts. Discovers available metrics, tags, and tag values. Use when asked to query metrics, explore metric datasets, check metric values, or investigate OTel metrics data.
لغة النص الأصلي: الإنجليزية
Use when reviewing, triaging, validating, or discussing ClawHub GitHub issues or pull requests, including author context, CI, UI proof, evidence, labels, close decisions, and maintainer handoff.
لغة النص الأصلي: الإنجليزية
Find and buy a domain for the current Convex app through Convex, then bind it (labs; spend action).
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
لغة النص الأصلي: الإنجليزية
Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Check the current app's pinned Convex components against recommended versions and upgrade them behind a build gate.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Add recurring scheduled jobs (crons) to the Convex app.
لغة النص الأصلي: الإنجليزية
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.
لغة النص الأصلي: الإنجليزية
Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check node_modules types, freshness hierarchy — instead of writing a possibly-stale API from memory.
لغة النص الأصلي: الإنجليزية
Set and wire Convex deployment env vars / secrets for the app.
لغة النص الأصلي: الإنجليزية
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…
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
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.
لغة النص الأصلي: الإنجليزية
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
لغة النص الأصلي: الإنجليزية
Watch for the next dev/prod error or request in a Convex app and react to it.
لغة النص الأصلي: الإنجليزية
Audit and optimize an existing Convex app: security, scale, upgrades, observability.
لغة النص الأصلي: الإنجليزية
Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. Use to review or audit Convex functions before shipping.
لغة النص الأصلي: الإنجليزية
Seed or import data into the Convex database.
لغة النص الأصلي: الإنجليزية
Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a human to merge — then confirm the error stops recurring. Never auto-merges.
لغة النص الأصلي: الإنجليزية
Publish the current Convex app to a live *.convex.app URL (deploy backend + upload web build).
لغة النص الأصلي: الإنجليزية
Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, rate-limiter, storage, search, presence, workflow, RAG, prosemirror-sync). Passive — suggest after the task, never interrupt. Never install…
لغة النص الأصلي: الإنجليزية
Generate convex-test tests for the app's Convex functions.
لغة النص الأصلي: الإنجليزية
Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the negative authz cases (wrong user refused, data-scope enforced).
لغة النص الأصلي: الإنجليزية