在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用chatos-deploy
Deployment skill for chatOS. Use when deploying to Vercel, running DB migrations, or configuring environments.
星标0
分支0
更新时间2026年2月25日 18:57
SKILL.md
readonly菜单
Deployment skill for chatOS. Use when deploying to Vercel, running DB migrations, or configuring environments.
| name | chatos-deploy |
| description | Deployment skill for chatOS. Use when deploying to Vercel, running DB migrations, or configuring environments. |
vercel # Deploy preview
vercel --prod # Deploy production
Each app deploys independently via Vercel project linking.
Copy env.example to .env.local and fill in:
Required:
DATABASE_URL — PostgreSQL (Neon recommended)AUTH_SECRET — openssl rand -base64 32AI_GATEWAY_API_KEY — Vercel AI Gateway keyAuth (at least one):
AUTH_GITHUB_ID + AUTH_GITHUB_SECRETAUTH_GOOGLE_ID + AUTH_GOOGLE_SECRETOptional:
REDIS_URL — for resumable streamsBLOB_READ_WRITE_TOKEN — for file attachmentsSLACK_BOT_TOKEN + SLACK_SIGNING_SECRET — for bot appbun run db:generate # Generate migration from schema changes
bun run db:migrate # Apply migrations
bun run db:studio # Open Drizzle Studio
The bot app (apps/bot) needs webhook URLs configured in each platform:
https://your-bot-domain.vercel.app/api/slack