Agent Skills
› openclaw/clawhub
› convex-ship
convex-ship
GitHub将 Convex 应用从本地部署到云端并生成公开 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


