用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/agentydragon/ducktape --skill hetzner-vnc-screenshot命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit every Flux Kustomization and HelmRelease over a window (default 7d): classify broken / slow / miswired / propagating / suspended / healthy with per-item culprit, failure counts, and p99 reconcile duration. Use for "what's slow / stuck / been broken this week".
Reference for querying the BuildBuddy API: build/test logs, invocations, RBE execution details, cache stats, undeclared test outputs, target pass/fail history for bisecting, workflow re-runs. Use for any why-did-CI-fail, show-me-the-log, or when-did-this-test-break task.
Check CI/CD pipeline health: devel status, per-commit checks, release artifacts, pin staleness, image publishing, scheduled jobs. Fixes trivial issues as PRs, proposes diagnosis plans for deeper ones. Use when CI seems broken, red, lagging, or stuck.
基于 SOC 职业分类
正在显示 SKILL.md
| name | hetzner-vnc-screenshot |
| description | Take and view screenshots of Hetzner Cloud servers via WebSocket VNC console |
This skill captures screenshots of Hetzner Cloud servers by connecting to the WebSocket-based VNC console.
When asked to take a screenshot or view the console of a Hetzner Cloud server:
Requires HCLOUD_TOKEN environment variable:
uv run ~/.claude/skills/hetzner-vnc-screenshot/vnc-screenshot.py my-server-name --output /tmp/screenshot.png
If you already have the WebSocket URL and password:
uv run ~/.claude/skills/hetzner-vnc-screenshot/vnc-screenshot.py --url '<wss_url>' --password '<password>' --output /tmp/screenshot.png
Use the Read tool to view /tmp/screenshot.png
Taking screenshot of server "talos-vps-0":
# One command (uses HCLOUD_TOKEN from environment)
uv run ~/.claude/skills/hetzner-vnc-screenshot/vnc-screenshot.py talos-vps-0 --output /tmp/talos-vps-0.png
Then use Read tool to view /tmp/talos-vps-0.png
With custom API token:
uv run ~/.claude/skills/hetzner-vnc-screenshot/vnc-screenshot.py talos-vps-0 --token <api-token> --output /tmp/screenshot.png
Arguments:
server Server name (requires HCLOUD_TOKEN env var)
Options:
--url WebSocket URL (alternative to server name)
--password VNC password (required with --url)
--token Hetzner API token (default: HCLOUD_TOKEN env)
--output Output image path (default: screenshot.png)
hcloud CLI or HCLOUD_TOKEN environment variable