Skip to main content
Back to the directory
waynesutton/convexskillsSoftware EngineeringFrontend and Design

convex-http-actions

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

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
1

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-http-actions
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, convex-http-actions has 1 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: waynesutton/convexskills. Canonical URL: https://skills.sh/waynesutton/convexskills/convex-http-actions.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
HTTP endpoints for webhooks, external API integrations, and custom routes in Convex applications. 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: - Supports multiple HTTP methods and path matching with dynamic route parameters via pathPrefix for flexible endpoint design - Handles diverse request types including JSON bodies, form data, raw bytes, and file uploads with built-in storage integration - Includes webhook signature verification patterns for Stripe, GitHub, and Clerk with examples for secure event processing - Provides authentication strategies via API keys and bearer tokens, with CORS configuration and preflight request handling - Enables direct mutation and query execution within HTTP handlers for seamless database operations and data retrieval - 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 -...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

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.

Which AI agents support convex-http-actions?

convex-http-actions currently lists compatibility with Skills CLI.

Is convex-http-actions safe to install?

convex-http-actions has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to convex-http-actions?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install convex-http-actions?

Run the following command to 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