{
  "schemaVersion": "1.0",
  "item": {
    "slug": "task-monitor",
    "name": "Task Monitor",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/jorgermp/task-monitor",
    "canonicalUrl": "https://clawhub.ai/jorgermp/task-monitor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/task-monitor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=task-monitor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "CHANGELOG.md",
      "package.json",
      "README.md",
      "scripts/generate-dashboard.js",
      "scripts/start-server.sh",
      "scripts/stop-server.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/task-monitor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/task-monitor",
    "agentPageUrl": "https://openagent3.xyz/skills/task-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task-monitor/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Task Monitor v0.1",
        "body": "Real-time monitoring dashboard for OpenClaw with web interface."
      },
      {
        "title": "Features",
        "body": "🌐 Web Dashboard - Beautiful, responsive UI accessible from any device\n📱 Mobile-First - Optimized for phones and tablets\n🔄 Auto-Refresh - Updates every 60 seconds\n🎨 Modern Design - Gradient UI with dark theme\n📊 Live Data - Main session, Discord, sub-agents, cron jobs\n🚀 Fast API - JSON endpoint with intelligent caching (30s TTL)\n⚡ Performance - <100ms response time (cached), ~15s cold cache"
      },
      {
        "title": "Installation",
        "body": "cd skills/task-monitor\nnpm install"
      },
      {
        "title": "Start Web Server",
        "body": "./scripts/start-server.sh\n\nServer will run on port 3030 (accessible on LAN).\n\nAccess URLs:\n\nLocal: http://localhost:3030\nLAN: http://<your-ip>:3030"
      },
      {
        "title": "Stop Server",
        "body": "./scripts/stop-server.sh"
      },
      {
        "title": "API Endpoint",
        "body": "curl http://localhost:3030/api/status\n\nReturns JSON with:\n\nMain session stats\nDiscord session stats\nActive sub-agents (with descriptions)\nRecent cron job history"
      },
      {
        "title": "Generate Markdown (v0.1)",
        "body": "Legacy markdown generator still available:\n\n./scripts/generate-dashboard.js\n\nUpdates DASHBOARD.md in workspace root."
      },
      {
        "title": "Automation",
        "body": "CRON job runs every 5 minutes to update markdown dashboard:\n*/5 * * * * -> Executes generate-dashboard.js"
      },
      {
        "title": "Architecture",
        "body": "Backend: Node.js + Express\nFrontend: Pure HTML/CSS/JS (no frameworks)\nData Source: openclaw sessions list --json + openclaw cron list --json\nCaching: In-memory cache with 30-second TTL\n\nPre-warmed on server startup\nAsync background refresh when expired\nStale-while-revalidate pattern for optimal UX\n\n\nRefresh: Client-side polling (60s interval)"
      },
      {
        "title": "Performance",
        "body": "Without cache:\n\nAPI response time: ~15 seconds (blocking)\nProblem: Each request blocks Node.js event loop\n\nWith cache:\n\nCache hit: <100ms (~365x faster)\nCache miss: ~15s (first request only)\nStale cache: <100ms while refreshing in background\nCache TTL: 30 seconds\n\nThe caching system ensures:\n\nLightning-fast responses for most requests\nNo blocking of concurrent requests\nGraceful degradation when cache expires"
      }
    ],
    "body": "Task Monitor v0.1\n\nReal-time monitoring dashboard for OpenClaw with web interface.\n\nFeatures\n🌐 Web Dashboard - Beautiful, responsive UI accessible from any device\n📱 Mobile-First - Optimized for phones and tablets\n🔄 Auto-Refresh - Updates every 60 seconds\n🎨 Modern Design - Gradient UI with dark theme\n📊 Live Data - Main session, Discord, sub-agents, cron jobs\n🚀 Fast API - JSON endpoint with intelligent caching (30s TTL)\n⚡ Performance - <100ms response time (cached), ~15s cold cache\nInstallation\ncd skills/task-monitor\nnpm install\n\nUsage\nStart Web Server\n./scripts/start-server.sh\n\n\nServer will run on port 3030 (accessible on LAN).\n\nAccess URLs:\n\nLocal: http://localhost:3030\nLAN: http://<your-ip>:3030\nStop Server\n./scripts/stop-server.sh\n\nAPI Endpoint\ncurl http://localhost:3030/api/status\n\n\nReturns JSON with:\n\nMain session stats\nDiscord session stats\nActive sub-agents (with descriptions)\nRecent cron job history\nGenerate Markdown (v0.1)\n\nLegacy markdown generator still available:\n\n./scripts/generate-dashboard.js\n\n\nUpdates DASHBOARD.md in workspace root.\n\nAutomation\n\nCRON job runs every 5 minutes to update markdown dashboard: */5 * * * * -> Executes generate-dashboard.js\n\nArchitecture\nBackend: Node.js + Express\nFrontend: Pure HTML/CSS/JS (no frameworks)\nData Source: openclaw sessions list --json + openclaw cron list --json\nCaching: In-memory cache with 30-second TTL\nPre-warmed on server startup\nAsync background refresh when expired\nStale-while-revalidate pattern for optimal UX\nRefresh: Client-side polling (60s interval)\nPerformance\n\nWithout cache:\n\nAPI response time: ~15 seconds (blocking)\nProblem: Each request blocks Node.js event loop\n\nWith cache:\n\nCache hit: <100ms (~365x faster)\nCache miss: ~15s (first request only)\nStale cache: <100ms while refreshing in background\nCache TTL: 30 seconds\n\nThe caching system ensures:\n\nLightning-fast responses for most requests\nNo blocking of concurrent requests\nGraceful degradation when cache expires"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jorgermp/task-monitor",
    "publisherUrl": "https://clawhub.ai/jorgermp/task-monitor",
    "owner": "jorgermp",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/task-monitor",
    "downloadUrl": "https://openagent3.xyz/downloads/task-monitor",
    "agentUrl": "https://openagent3.xyz/skills/task-monitor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/task-monitor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/task-monitor/agent.md"
  }
}