ワンクリックで
sandboxes-cli
"Manage Koyeb sandboxes: create, list, run commands, manage processes, filesystem operations, and port exposure using the CLI."
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
"Manage Koyeb sandboxes: create, list, run commands, manage processes, filesystem operations, and port exposure using the CLI."
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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 domains: attach, detach, create, delete, describe, get, list, and refresh domains. Use when the user needs domain configuration for a service.
| name | sandboxes-cli |
| description | Manage Koyeb sandboxes: create, list, run commands, manage processes, filesystem operations, and port exposure using the CLI. |
| license | MIT |
| compatibility | Requires the Koyeb CLI and network access. |
| metadata | null |
| author | koyeb |
| version | 0.0.2 |
Use this skill to interact with Koyeb sandboxes created via koyeb service create --type=sandbox, including running commands, managing processes, files, and ports.
koyeb sandbox create SANDBOXNAME --app APPNAME [flags]koyeb sandbox list SANDBOXNAME/APPNAME[flags]koyeb sandbox health SANDBOXNAME/APPNAME [flags]koyeb sandbox run SANDBOXNAME/APPNAME -- <command> [args...]koyeb sandbox start SANDBOXNAME/APPNAME -- <command> [args...]koyeb sandbox ps SANDBOXNAME/APPNAME [flags]koyeb sandbox kill SANDBOXNAME/APPNAME <pid> [flags]koyeb sandbox logs SANDBOXNAME/APPNAME <pid> [flags]koyeb sandbox fs SANDBOXNAME/APPNAME <subcommand> [flags]koyeb sandbox expose-port SANDBOXNAME/APPNAME <port> [flags]koyeb sandbox unexpose-port SANDBOXNAME/APPNAME [flags]koyeb sandbox create --name my-sandboxkoyeb sandbox run SANDBOXNAME/APPNAME -- ls -lakoyeb sandbox start SANDBOXNAME/APPNAME -- python app.pykoyeb sandbox expose-port SANDBOXNAME/APPNAME 8080For detailed flags, see references/koyeb-sandbox-flags.md.