원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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)