Convex for Openclaw

A professional-grade skill for building, debugging, and scaling Convex backends with a focus on schema safety and operational reliability.

ivangdavila
v1.0.0
Mar 1, 2026
0
939
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install convex

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install convex using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Convex?

The Convex skill for Openclaw Skills is designed to help developers implement high-quality backend architectures using the Convex platform. It provides a set of structured patterns and rules that go beyond basic tutorials, focusing on real-world operational safety. By utilizing this skill, developers can ensure their data modeling, query logic, and authorization guards are built to scale. The skill leverages a local memory system to keep track of technical decisions and schema rationales, making it an essential tool for any production-level Convex project.

Convex Use Cases

  • Designing schema-safe data models based on real-world access patterns.
  • Implementing secure authorization guards and identity resolution for every entry point.
  • Debugging production incidents using structured logs and reproduction queries.
  • Planning safe rollouts and database migrations to prevent breaking changes.
  • Managing complex side effects through idempotent action patterns.

How Convex Works

  1. The skill identifies core data access requirements before suggesting schema changes.
  2. It enforces a strict separation between deterministic queries or mutations and side-effect actions.
  3. Every suggested modification is checked against security and authorization requirements to prevent data leaks.
  4. It records technical decisions and index rationales in specific memory files located in the ~/convex/ directory.
  5. During deployment phases, it provides a checklist for backward compatibility and failure recovery.

Convex Setup

To begin using this skill within Openclaw Skills, you should first install it and set up the necessary local directory structure.

# Install the Convex skill
clawhub install convex

# Create the local memory directory
mkdir -p ~/convex/

After installation, refer to the setup.md file provided by the skill for detailed integration patterns.

Convex Data Schema & Taxonomy

The skill organizes technical context locally to maintain project continuity. The data is structured as follows:

File Name Description
memory.md Stores high-level technical decisions and project context.
schema-notes.md Tracks table design, index logic, and field filter rationale.
rollout-notes.md Records deployment history, incident reports, and lessons learned.
auth-notes.md Documents the authentication model and permission edge cases.

Convex Advanced Features

  • Local memory persistence for long-term project intelligence.
  • Strict enforcement of deterministic logic paths to ensure system stability.
  • Idempotency guarantees for external callbacks and webhooks.
  • Support for multi-agent workflows through clear documentation of architectural boundaries.
  • Automated checks for backward compatibility during schema migrations.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*