jarvis-monitor

JARVIS-style system monitor with sci-fi HUD interface. Displays server health, gateway connectivity, response times, and activity logs. Supports Chinese/English bilingual.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "jarvis-monitor" with this command: npx skills add eason-tien/jarvis-monitor

jarvis-monitor

Sci-fi style system monitor with real-time status display.

What It Does

Provides a visual dashboard for monitoring:

  • Service health status
  • Gateway connection status
  • Last command/event timestamp
  • Response time metrics
  • System component status
  • Activity log

Features

  • 🎨 Sci-fi HUD interface (Orbitron font, neon green theme)
  • 🌐 Chinese/English bilingual toggle
  • 🔄 Auto-refresh every 10 seconds
  • 📱 Responsive design

Installation

Prerequisites

  • Any web service with /healthz endpoint returning JSON like:
{
  "status": "ok",
  "gateway": "connected",
  "gateway_last_event_ts": 1234567890
}

Setup

  1. Host monitor.html on your web server:

    cp monitor.html /path/to/your/server/templates/
    
  2. Add endpoint to your server:

    from fastapi.responses import HTMLResponse
    
    @app.get("/monitor")
    async def monitor():
        with open("templates/monitor.html", "r") as f:
            return HTMLResponse(content=f.read())
    
  3. Update the API endpoint in the HTML:

    • Find http://192.168.31.19:8000/healthz and replace with your server URL

Usage

Open in browser:

http://your-server:port/monitor

Language Toggle

Click the button in top-right corner to switch between Chinese and English.

Customization

Colors

Edit CSS variables:

--primary: #00ff88;    /* Neon green */
--secondary: #00ccff; /* Cyan */
--bg: #0a0a0f;        /* Dark background */

API Endpoint

Find and replace:

const res = await fetch('http://192.168.31.19:8000/healthz');

Expected JSON response:

{
  "status": "ok",
  "gateway": "connected",
  "gateway_last_event_ts": 1234567890
}

Files

  • monitor.html - Main dashboard (single file, no dependencies except Google Fonts)

Credit

Inspired by JARVIS from Iron Man / Marvel movies.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

地藏经药师经智慧

地藏经药师经智慧 - 佛家孝道与救度思想,涵盖地藏本愿、药师十二愿、因果报应、消灾延寿等核心智慧,适用于道德修养、慈悲精神、身心健康

Registry SourceRecently Updated
General

Precision Oncology Zhcn

综合学术文献、流行病学报告、临床与药物指南及临床试验报告,提供关于癌症及其治疗的报告。 基于癌变机制进行详细的分子生物学和组织学分析。 当查询涉及以下内容时加载本技能: - 癌症或肿瘤 - 癌变机制 - 癌症或肿瘤的治疗 典型查询 - 乳腺癌是如何发生的? - 白血病的一线和二线治疗 - CAR-T 疗法治疗胰腺...

Registry SourceRecently Updated
General

hermes-traffic-guardian

Hermes runtime traffic monitoring baseline for opt-in proxy inspection, egress detection, and attestation-aware traffic posture.

Registry SourceRecently Updated
General

Scp Paradigm

Use when analyzing how industry structure drives firm behavior and market performance, assessing market concentration, entry barriers, or competitive dynamic...

Registry SourceRecently Updated