LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: convex

Browse skills that share this tag.

  • convex-create-component - Build reusable Convex components with isolated tables
    convexcomponentbackenddatabase

    ★ 0 · Updated 2026-09-23

    Builds reusable Convex components with isolated tables and app-facing APIs.

    ⚙ Choose component shape⚙ Create component file structure⚙ Define component schema
  • convex-security-check - Convex Security Check
    convexsecurityauthenticationauthorization

    ★ 0 · Updated 2026-09-22

    Quick security audit checklist covering authentication, function exposure, argument validation, row-level access control, and environment variable handling.

    ⚙ Audit authentication configuration⚙ Review function exposure⚙ Validate function arguments
  • convex-performance-audit - Convex Performance Audit
    convexperformanceauditoptimization

    ★ 0 · Updated 2026-09-18

    Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits.

    ⚙ Gather performance insights and signals⚙ Trace read and write paths⚙ Optimize hot read paths
  • convex-components - Add isolated backend features using Convex Components
    convexcomponentsbackenddatabase

    ★ 1 · Updated 2026-09-14

    Install, call, author, and manage Convex Components to add isolated backend features and compose component APIs.

    ⚙ Install Convex component packages⚙ Call public component APIs⚙ Author reusable backend components
  • convex-backup - Set up Convex backups and run a restore drill
    convexbackuprestoredisaster-recovery

    ★ 0 · Updated 2026-09-14

    Set up Convex database backup exports and run a restore drill in a preview deployment to verify recovery.

    ⚙ Export Convex database snapshots⚙ Schedule recurring backup exports⚙ Create throwaway preview deployments
  • convex-cost - Preview Convex spend and confirm costs for paid actions
    convexcostoptimizationinsights

    ★ 137 · Updated 2026-09-14

    Ranks Convex functions by bytes and documents read, projects cost growth curves, identifies fixes, and requires explicit confirmation for paid actions.

    ⚙ Rank functions by data read⚙ Project cost driver growth curves⚙ Identify cheapest fixes for cost drivers
  • convex-quickstart - Run a barebones Convex and web template from an idea.
    convexnextjsquickstartscaffold

    ★ 1 · Updated 2026-09-14

    Generates and starts a minimal Next.js and Convex web project template locally from a single-sentence idea.

    ⚙ Run quickstart scaffolding recipe⚙ Open local development URL⚙ Present development plan for confirmation
  • convex-add - Add capabilities to an existing Convex app
    convexbackendcapabilitiescomponents

    ★ 137 · Updated 2026-09-10

    Adds backend capabilities or @convex-dev components to an existing Convex app using a capability catalog or fallback search.

    ⚙ Identify requested Convex capability⚙ Fetch Convex capability catalog⚙ Fetch capability documentation file
  • convex-improve-convex-plugin - Submit session transcript to Convex team for AI post-mortem
    convexpost-mortemtranscriptsystem-improvement

    ★ 0 · Updated 2026-09-10

    Sends the coding session transcript to an AI post-mortem endpoint to generate structured findings for system improvement.

    ⚙ Run script to send transcript⚙ Request consent for transcript sharing⚙ Track review submission status
  • convex-reviewer - Convex Code Reviewer
    convexcode-reviewsecurityperformance

    ★ 0 · Updated 2026-09-10

    Reviews Convex code for security, authorization, validators, performance, and schema design.

    ⚙ Check security and authorization logic⚙ Audit database query performance⚙ Verify input and output validators
  • convex-performance-audit - Diagnose and optimize Convex app performance
    convexperformancedatabaseoptimization

    ★ 101 · Updated 2026-03-26

    Audit and optimize Convex application performance covering hot path reads, write contention, subscription cost, and function limits

    ⚙ gather performance signals⚙ identify problem class⚙ trace read write set