一键导入
setup-modal
Deploy the CLaaS Modal serverless distillation API. Use when deploying the SDPO distillation service to production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deploy the CLaaS Modal serverless distillation API. Use when deploying the SDPO distillation service to production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up the full CLaaS stack (vLLM + API + OpenClaw/Telegram) locally. Uses Docker if available, falls back to native setup otherwise.
Deploy the CLaaS Tinker stack (API + OpenClaw/Telegram) via Docker Compose. No GPU required.
Delete all checkpoints from your Thinking Machine Tinker prod account to reduce storage charges. Requires TINKER_API_KEY.
Address reviewer feedback on GitHub pull requests by making targeted fixes or explaining disagreements. Use when responding to PR comments.
| name | setup-modal |
| description | Deploy the CLaaS Modal serverless distillation API. Use when deploying the SDPO distillation service to production. |
Deploy the Modal serverless distillation API for CLaaS.
When this skill is invoked, perform the following steps:
Deploy the Modal app:
modal deploy -m claas.modal.deploy
Extract the endpoint URL from the deployment output (look for the line with the FastAPI endpoint URL)
Report the deployment status including:
The deployment includes:
After deployment, verify the services are healthy:
curl https://{your-modal-app-url}/v1/health
modal token set if not)