Skip to main content
Back to registry

convex-http-actions

waynesutton/convexskills

Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.

Installs1
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-http-actions
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. Before implementing, do not assume; fetch the latest documentation: HTTP actions allow you to define HTTP endpoints in Convex that can: Use path prefix matching for dynamic routes: - Primary: - Actions Overview: - Authentication: - For broader context: - Receive webhooks from third-party services - Create custom API routes - Handle file uploads - Integrate with external services - Serve dynamic content - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Always validate and sanitize incoming request data - Use internal functions for database operations - Implement proper error handling with appropriate status codes - Add CORS headers for browser-accessible endpoints - Verify webhook signatures before processing - Log webhook events for debugging - Use environment variables for secrets - Handle timeouts gracefully - Missing CORS preflight handler - Browsers send OPTIONS requests first - Not validating webhook signatures - Security vulnerability - Exposing internal functions - Use internal functions from HTTP actions - Forgetting Content-Type headers - Clients may not parse responses correctly - Not handling request body errors - Invalid JSON will throw - Blocking on long operations - Use scheduled functions for...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-http-actions do?

Build HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications.

Is convex-http-actions good?

convex-http-actions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-http-actions work with?

convex-http-actions currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to convex-http-actions?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-http-actions?

npx skills add https://github.com/waynesutton/convexskills --skill convex-http-actions

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering