一键导入
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.