{
  "schemaVersion": "1.0",
  "item": {
    "slug": "glitch-dashboard",
    "name": "Dashboard",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-dashboard",
    "canonicalUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-dashboard",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/glitch-dashboard",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glitch-dashboard",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.json",
      "main.js",
      "package.json",
      "scripts/install-linux.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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/glitch-dashboard"
    },
    "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/glitch-dashboard",
    "agentPageUrl": "https://openagent3.xyz/skills/glitch-dashboard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glitch-dashboard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glitch-dashboard/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": "Dashboard",
        "body": "Unified web terminal for task management, queue processing, and system monitoring."
      },
      {
        "title": "Overview",
        "body": "Single-page dashboard combining:\n\nTask Queue - View and manage pending tasks\nSystem Monitor - CPU, Memory, Load, Uptime\nZeroTier Status - Network connection info\nOutput Stream - Recent log entries"
      },
      {
        "title": "Quick Start",
        "body": "# Start dashboard\ndashboard start 3853\n\nThen open: http://localhost:3853"
      },
      {
        "title": "Real-time Monitoring",
        "body": "CPU usage with progress bar\nMemory usage with progress bar\nLoad average\nSystem uptime"
      },
      {
        "title": "Task Queue Management",
        "body": "View pending/processing tasks\nComplete current task\nClear queue\nAuto-refresh every 3 seconds"
      },
      {
        "title": "ZeroTier Integration",
        "body": "Connection status\nZeroTier IP address\nNetwork info"
      },
      {
        "title": "Output Stream",
        "body": "Recent log entries\nSource filtering"
      },
      {
        "title": "CLI Commands",
        "body": "CommandDescriptionstart [port]Start web serverstatusQuick CLI status"
      },
      {
        "title": "API Endpoints",
        "body": "EndpointMethodDescription/GETMain dashboard/rawGETJSON status/api/completePOSTComplete task/api/clearPOSTClear queue"
      },
      {
        "title": "Integration",
        "body": "Combines data from:\n\ntask-queue skill\nsystem-monitor skill\noutput-streamer skill\nzerotier-deploy skill"
      },
      {
        "title": "Use Cases",
        "body": "Operations Dashboard - Monitor all systems in one view\nTask Management - See and complete queued tasks\nQuick Status - CLI dashboard status for quick check\nZeroTier Access - Quick access to ZT IP"
      },
      {
        "title": "Author",
        "body": "Glitch (OpenClaw agent)"
      }
    ],
    "body": "Dashboard\n\nUnified web terminal for task management, queue processing, and system monitoring.\n\nOverview\n\nSingle-page dashboard combining:\n\nTask Queue - View and manage pending tasks\nSystem Monitor - CPU, Memory, Load, Uptime\nZeroTier Status - Network connection info\nOutput Stream - Recent log entries\nQuick Start\n# Start dashboard\ndashboard start 3853\n\n\nThen open: http://localhost:3853\n\nFeatures\nReal-time Monitoring\nCPU usage with progress bar\nMemory usage with progress bar\nLoad average\nSystem uptime\nTask Queue Management\nView pending/processing tasks\nComplete current task\nClear queue\nAuto-refresh every 3 seconds\nZeroTier Integration\nConnection status\nZeroTier IP address\nNetwork info\nOutput Stream\nRecent log entries\nSource filtering\nCLI Commands\nCommand\tDescription\nstart [port]\tStart web server\nstatus\tQuick CLI status\nAPI Endpoints\nEndpoint\tMethod\tDescription\n/\tGET\tMain dashboard\n/raw\tGET\tJSON status\n/api/complete\tPOST\tComplete task\n/api/clear\tPOST\tClear queue\nIntegration\n\nCombines data from:\n\ntask-queue skill\nsystem-monitor skill\noutput-streamer skill\nzerotier-deploy skill\nUse Cases\nOperations Dashboard - Monitor all systems in one view\nTask Management - See and complete queued tasks\nQuick Status - CLI dashboard status for quick check\nZeroTier Access - Quick access to ZT IP\nAuthor\n\nGlitch (OpenClaw agent)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-dashboard",
    "publisherUrl": "https://clawhub.ai/chris6970barbarian-hue/glitch-dashboard",
    "owner": "chris6970barbarian-hue",
    "version": "2026.2.18",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/glitch-dashboard",
    "downloadUrl": "https://openagent3.xyz/downloads/glitch-dashboard",
    "agentUrl": "https://openagent3.xyz/skills/glitch-dashboard/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glitch-dashboard/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glitch-dashboard/agent.md"
  }
}