ワンクリックで
terminal
Execute shell commands on the server
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute shell commands on the server
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | terminal |
| description | Execute shell commands on the server |
| activation_keywords | ["terminal","shell","command","execute","bash","sh","zsh","cli","cmd","run"] |
Executes arbitrary shell commands on the server (not on user's machine). Useful for:
Use builtin_terminal tool with fields:
command (required): shell command to execute (e.g., ls -la /tmp)timeout (optional): execution timeout in seconds (default 30, max 300)workdir (optional): working directory for the commandWhen the command generates image files (e.g., output.png, screenshot.jpg), always return everything in a single message. Embed the image inline via  — do not split into multiple messages.
⚠️ WARNING: This tool runs commands directly on the server with the full permissions of the process. Every invocation requires explicit user approval.