convex

Define Convex schemas, queries, mutations, actions, and real-time subscriptions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/fruterito101/openclaw-workspace --skill convex-fruterito101
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex
Source: https://github.com/fruterito101/openclaw-workspace/tree/main/skills/convex-skill
Command: npx skills add https://github.com/fruterito101/openclaw-workspace --skill convex-fruterito101

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing applications using the Convex framework, simplifying the process of building scalable and real-time backends.

Core Features & Use Cases

  • Database Schema Definition: Learn to define tables, fields, and indexes for your data.
  • Function Development: Implement queries, mutations, and actions for data manipulation and business logic.
  • Real-time Features: Understand how to leverage Convex for automatic data synchronization and reactive UIs.
  • Use Case: You need to build a new feature for your web application that requires real-time data updates and a robust backend. This Skill will guide you through setting up your Convex schema, writing efficient queries, and implementing mutations to handle user interactions.

Quick Start

Use the convex skill to learn how to define a database schema for your Convex project.

Frequently Asked Questions about convex

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I define a database schema for a real-time backend?

To define a database schema for a real-time backend, you specify tables, fields, and indexes to structure your application data. This establishes the foundation for automatic data synchronization and reactive UIs.

How do I implement queries and mutations for data manipulation in Convex?

You implement queries and mutations in Convex by writing TypeScript functions that define your business logic and interact with the database. These functions facilitate efficient data retrieval and updates for user interactions.

Can I use Convex for user authentication and file storage?

Yes, you can use Convex for user authentication and file storage. The framework provides built-in patterns and code examples to securely manage user identities and store files alongside your database operations.

What is the best way to build scalable real-time applications with TypeScript?

The best way to build scalable real-time applications with TypeScript is using a backend framework that offers automatic data synchronization. This approach provides patterns and best practices for developing reactive UIs without managing custom infrastructure.

Does Convex support scheduling tasks and action functions?

Yes, Convex supports scheduling tasks and action functions. You can implement action functions for complex business logic and use scheduling features to run time-delayed operations within your backend architecture.