ワンクリックで
observability-dashboard
Single command system health overview — active fronts, cron jobs, gateway, disk/memory, recent failures
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Single command system health overview — active fronts, cron jobs, gateway, disk/memory, recent failures
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Diagnose and fix Hermes messaging gateway connectivity issues (Telegram/Discord down, stale locks, PM2 problems)
Backup Hermes agent to GitHub and restore on a new VPS. Covers what to include/exclude, GitHub token requirements, and restore steps. Includes automated scripts.
GitHub auth setup: HTTPS tokens, SSH keys, gh CLI login.
Clone, create, fork, configure, and manage GitHub repositories. Manage remotes, secrets, releases, and workflows. Works with gh CLI or falls back to git + GitHub REST API via curl.
Fetch YouTube video transcripts and transform them into structured content (chapters, summaries, threads, blog posts). Use when the user shares a YouTube URL or video link, asks to summarize a video, requests a transcript, or wants to extract and reformat content from any YouTube video.
Manage Linear issues, projects, and teams via the GraphQL API. Create, update, search, and organize issues. Uses API key auth (no OAuth needed). All operations via curl — no dependencies.
| name | observability-dashboard |
| description | Single command system health overview — active fronts, cron jobs, gateway, disk/memory, recent failures |
| triggers | ["how is everything running?","system health","dashboard","status check","observability","health overview"] |
| category | devops |
Single command to get a text-mode health overview of the Hermes Agent system.
dashboard
Or run the script directly:
python3 ~/.hermes/skills/devops/observability-dashboard/scripts/dashboard.py
| Section | Source | Indicators |
|---|---|---|
| Active Fronts | ~/.hermes/.active-fronts.md | ✅ OK / ⚠️ WARNING / 🔴 CRITICAL |
| Cron Jobs | cronjob list | ✅ OK / ⚠️ WARNING / 🔴 CRITICAL |
| Gateway Status | PM2 process list | ✅ OK / ⚠️ WARNING / 🔴 CRITICAL |
| Disk/Memory | df, free | ✅ OK / ⚠️ WARNING / 🔴 CRITICAL |
| Recent Failures | System logs | 🔴 CRITICAL |
0 — All systems OK1 — One or more WARNING2 — One or more CRITICALNo external dependencies. Uses only standard tools:
df — Disk usagefree — Memory usageps — Process statuscrontab / cronjob — Cron job listingpm2 — Process management (if available)