get-convex/agent-skills883 installs
convex-ship
Publish the current Convex app to a live *.convex.app URL (deploy backend + upload web build).
How do I install this agent skill?
npx skills add https://github.com/get-convex/agent-skills --skill convex-shipIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill provides instructions for deploying applications to the Convex platform using standard CLI tools. It follows a controlled workflow that includes user confirmation and moderated publishing. No security vulnerabilities were detected.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
<!-- GENERATED from convex-agents content/capabilities/ship.json — do not edit by hand. -->
Ship the app live
Take the current project from local to a live, shareable URL: deploy the Convex backend to the cloud (claiming the anonymous deployment if needed), build the web app, and publish it to *.convex.app.
Workflow
- If on an anonymous deployment, claim/persist it to the cloud (Tier-2 sign-in).
convex deploythe backend.- Build the web app (static export) and upload via the moderated publish gateway → returns the *.convex.app URL.
- Give the user the live URL; offer a custom domain (own one →
domains; find/buy →labs-acquire-domain).
Rules
- Publishing is a privileged action — it runs through the control plane after the moderation gate; the agent never holds the deploy key.
- Confirm before publishing (it produces a public URL).
- Offer a custom domain after a successful publish:
domainsif the user owns one,labs-acquire-domainto find/buy.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/get-convex/agent-skills/convex-ship">View convex-ship on skillZs</a>