AgentSkillsCN

koyeb

管理 Koyeb 后端服务——查看服务状态、查阅日志、重新部署、列出所有部署记录。

SKILL.md
--- frontmatter
name: koyeb
description: Manage Koyeb backend services - check status, view logs, redeploy, list deployments
argument-hint: [status|logs|redeploy|deployments|services]
disable-model-invocation: true
user-invocable: true
allowed-tools: Bash, Read

Koyeb Service Management

Manage FloodSafe backend services on Koyeb using the CLI.

CLI Path: ./koyeb-cli-extracted/koyeb.exe

Commands

Based on $ARGUMENTS, run the appropriate command:

status or services (default if no argument)

bash
./koyeb-cli-extracted/koyeb.exe services list

logs [service-name]

Query recent logs. Default service: floodsafe-backend/backend

bash
./koyeb-cli-extracted/koyeb.exe logs floodsafe-backend

redeploy [service-name]

Redeploy a service. Default: floodsafe-backend/backend

bash
./koyeb-cli-extracted/koyeb.exe services redeploy floodsafe-backend/backend

⚠️ Ask for confirmation before running redeploy.

deployments

List recent deployments:

bash
./koyeb-cli-extracted/koyeb.exe deployments list

get [service-name]

Get detailed info about a service:

bash
./koyeb-cli-extracted/koyeb.exe services get floodsafe-backend/backend

Environment

The CLI reads KOYEB_TOKEN from the environment. If commands fail with auth errors, remind the user to set the token:

bash
set KOYEB_TOKEN=<token>

FloodSafe Services

ServiceKoyeb Name
Backend APIfloodsafe-backend/backend
ML Servicefloodsafe-ml/ml-service