AI AGENT ADDONS

Convex Http Actions

waynesutton/convexskills
Backend & APIs
2,379installs

Convex HTTP Actions let you build your own web endpoints right inside your app. You can accept data from outside services like webhooks and custom API calls. This skill helps you handle requests and send back responses easily.

You can set up routes for different methods like GET and POST. You can parse JSON, form data, or raw bytes. You can also add authentication and CORS settings. This makes it simple to connect your Convex app to other tools and services.

Anyone building a backend for a web app will find this useful. It saves time by letting you manage external integrations directly within your Convex project.

Add Convex Http Actions skill to your workflow

Global

mkdir -p ~/.claude/skills/convex-http-actions

Project

mkdir -p .claude/skills/convex-http-actions

Source Repository

Stars
401
Forks
31
Watchers
401
License
Apache-2.0
Last Push
6 months ago
Created
7 months ago