Agent Skills
› openclaw/clawhub
› convex-ship
convex-ship
GitHub将Convex应用从本地部署到云端,构建Web应用并生成公开URL。支持匿名部署认领、后端发布及静态资源上传,提供自定义域名选项。
Trigger Scenarios
用户要求发布或部署应用
需要获取应用的在线访问链接
Install
npx skills add openclaw/clawhub --skill convex-ship -g -y
SKILL.md
Frontmatter
{
"name": "convex-ship",
"description": "Publish the current Convex app to a live *.convex.app URL (deploy backend + upload web build)."
}
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.
Version History
- d6a8c68 Current 2026-08-20 02:44


