部署 Deploy
SkillCloud & infra部署到 Cloudflare Workers
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the 部署 Deploy skill
What this skill tells your AI
The instructions your AI receives, as published by qingchencloud/cj2api in .agents/skills/deploy/SKILL.md and read by ahel’s review.
部署到 Cloudflare Workers。
流程
- 检查是否已安装依赖(node_modules 是否存在),未安装则执行
npm install - 执行
npm run deploy(即wrangler deploy) - 输出部署结果:Worker URL、部署状态
本地预览
如需本地测试,执行 npm run dev(即 wrangler dev),默认监听 http://localhost:8787。
搭配 cftunnel
本地开发时可用 cftunnel quick 8787 生成临时公网地址,方便远程调试。
Signals
- GitHub stars
- 66
- Forks
- 38
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
deploy-qingchencloud- Source
- github.com/qingchencloud/cj2api