一键导入
domains
Manage Koyeb domains: attach, detach, create, delete, describe, get, list, and refresh domains. Use when the user needs domain configuration for a service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage Koyeb domains: attach, detach, create, delete, describe, get, list, and refresh domains. Use when the user needs domain configuration for a service.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Manage Koyeb apps: create, update, pause or resume, delete, list, describe, and fetch app details. Use when the user asks about Koyeb apps or app lifecycle operations.
Create Koyeb archives for deployments. Use when the user needs to upload or create an archive for a service deployment.
Manage Koyeb databases: create, delete, get, list, and update databases. Use when the user needs database lifecycle actions.
Deploy Koyeb services and apps. Use when the user asks to deploy code, trigger a redeploy, or roll out changes.
Manage Koyeb deployments: cancel, describe, get, list, and view logs. Use when the user needs deployment status or troubleshooting.
Manage Koyeb instances: copy files, describe, exec, get, list, and view logs. Use when debugging or operating running instances.
基于 SOC 职业分类
| name | domains |
| description | Manage Koyeb domains: attach, detach, create, delete, describe, get, list, and refresh domains. Use when the user needs domain configuration for a service. |
| license | MIT |
| compatibility | Requires the Koyeb CLI and network access. |
| metadata | {"author":"koyeb","version":"0.0.2"} |
Use this skill to manage domain resources and attach or detach domains from services.
list or get to confirm current status.koyeb domains listkoyeb domains get <domain-name>koyeb domains describe <domain-name>koyeb domains create <domain-name> [flags]koyeb domains delete <domain-name>koyeb domains attach <domain-name> <app-name>koyeb domains detach <domain-name>koyeb domains refresh <domain-name>koyeb domains create example.comkoyeb domains attach example.com my-appkoyeb domains listFor detailed flags, see references/koyeb-domains-flags.md.