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.

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

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

Tags

Updated: 2026-09-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Choose component shape
  • Create component file structure
  • Define component schema
  • Implement component functions
  • Wire component into application
  • Create application wrapper functions
  • Validate codegen and types

Inputs

  • Component goal and build shape
  • Component schema and table definitions
  • App authentication and environment variables

Outputs

  • Component configuration and schema files
  • Component backend function files
  • App configuration and wrapper functions

Requirements

  • Node.js runtime environment
  • Convex CLI (`npx convex`)
  • Configured `CONVEX_DEPLOYMENT` environment variable

Source

  • Spec: SKILL.md
convex
component
backend
database
typescript
Choose component shape
Create component file structure
Define component schema
Implement component functions
Component goal and build shape
Component schema and table definitions
App authentication and environment variables
Component configuration and schema files
Component backend function files
App configuration and wrapper functions