{
  "schemaVersion": "1.0",
  "item": {
    "slug": "plashboard-admin",
    "name": "Plashboard Admin",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jhytabest/plashboard-admin",
    "canonicalUrl": "https://clawhub.ai/jhytabest/plashboard-admin",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/plashboard-admin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plashboard-admin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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. 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. 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/plashboard-admin"
    },
    "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/plashboard-admin",
    "agentPageUrl": "https://openagent3.xyz/skills/plashboard-admin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plashboard-admin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plashboard-admin/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Plashboard Admin",
        "body": "Use this skill for plashboard runtime administration."
      },
      {
        "title": "Use Cases",
        "body": "Convert user requests like \"I want dashboard X\" into created/activated dashboards automatically.\nCreate, update, copy, delete, and validate dashboard templates.\nActivate a template as the live dashboard source.\nTrigger immediate runs.\nInspect runtime status and schedule health.\nAdjust display profile for layout budget checks."
      },
      {
        "title": "Required Tooling",
        "body": "Always use plugin tools:\n\nplashboard_onboard\nplashboard_setup\nplashboard_exposure_guide\nplashboard_exposure_check\nplashboard_web_guide\nplashboard_doctor\nplashboard_permissions_fix\nplashboard_init\nplashboard_quickstart\nplashboard_template_create\nplashboard_template_update\nplashboard_template_list\nplashboard_template_activate\nplashboard_template_copy\nplashboard_template_delete\nplashboard_template_validate\nplashboard_run_now\nplashboard_status\nplashboard_display_profile_set"
      },
      {
        "title": "Guardrails",
        "body": "Never edit /var/lib/openclaw/plash-data/dashboard.json directly.\nNever edit template/state/run JSON files directly.\nNever perform Docker, Tailscale, or systemd operations.\nNever ask the model to generate full dashboard structure when filling values.\nDo not tell end users to run slash commands when tool calls can do the action directly."
      },
      {
        "title": "Intent Automation",
        "body": "If the user asks for a new dashboard in natural language, call plashboard_onboard with:\n\ndescription: user request rewritten as a concrete dashboard objective\nforce_quickstart: true\nactivate: true\nrun_now: true\n\n\nIf onboarding returns readiness issues, call plashboard_web_guide and plashboard_exposure_guide, then present exact operator commands.\nIf the user asks to modify an existing dashboard, call plashboard_template_list first, then update/copy/activate/run via tools.\nPrefer tool execution over conversational planning; only ask clarifying questions if the request is ambiguous."
      },
      {
        "title": "Command Shortcuts",
        "body": "/plashboard onboard <description> [local_url] [https_port] [repo_dir]\n/plashboard quickstart <description>\n/plashboard setup [openclaw [agent_id]|mock|command <fill_command>]\n/plashboard doctor [local_url] [https_port] [repo_dir]\n/plashboard fix-permissions [dashboard_output_path]\n/plashboard web-guide [local_url] [repo_dir]\n/plashboard expose-guide [local_url] [https_port]\n/plashboard expose-check [local_url] [https_port]\n/plashboard init\n/plashboard status\n/plashboard list\n/plashboard activate <template-id>\n/plashboard copy <source-template-id> <new-template-id> [new-name] [activate]\n/plashboard delete <template-id>\n/plashboard run <template-id>\n/plashboard set-display <width> <height> <safe_top> <safe_bottom>"
      }
    ],
    "body": "Plashboard Admin\n\nUse this skill for plashboard runtime administration.\n\nUse Cases\nConvert user requests like \"I want dashboard X\" into created/activated dashboards automatically.\nCreate, update, copy, delete, and validate dashboard templates.\nActivate a template as the live dashboard source.\nTrigger immediate runs.\nInspect runtime status and schedule health.\nAdjust display profile for layout budget checks.\nRequired Tooling\n\nAlways use plugin tools:\n\nplashboard_onboard\nplashboard_setup\nplashboard_exposure_guide\nplashboard_exposure_check\nplashboard_web_guide\nplashboard_doctor\nplashboard_permissions_fix\nplashboard_init\nplashboard_quickstart\nplashboard_template_create\nplashboard_template_update\nplashboard_template_list\nplashboard_template_activate\nplashboard_template_copy\nplashboard_template_delete\nplashboard_template_validate\nplashboard_run_now\nplashboard_status\nplashboard_display_profile_set\nGuardrails\nNever edit /var/lib/openclaw/plash-data/dashboard.json directly.\nNever edit template/state/run JSON files directly.\nNever perform Docker, Tailscale, or systemd operations.\nNever ask the model to generate full dashboard structure when filling values.\nDo not tell end users to run slash commands when tool calls can do the action directly.\nIntent Automation\nIf the user asks for a new dashboard in natural language, call plashboard_onboard with:\ndescription: user request rewritten as a concrete dashboard objective\nforce_quickstart: true\nactivate: true\nrun_now: true\nIf onboarding returns readiness issues, call plashboard_web_guide and plashboard_exposure_guide, then present exact operator commands.\nIf the user asks to modify an existing dashboard, call plashboard_template_list first, then update/copy/activate/run via tools.\nPrefer tool execution over conversational planning; only ask clarifying questions if the request is ambiguous.\nCommand Shortcuts\n/plashboard onboard <description> [local_url] [https_port] [repo_dir]\n/plashboard quickstart <description>\n/plashboard setup [openclaw [agent_id]|mock|command <fill_command>]\n/plashboard doctor [local_url] [https_port] [repo_dir]\n/plashboard fix-permissions [dashboard_output_path]\n/plashboard web-guide [local_url] [repo_dir]\n/plashboard expose-guide [local_url] [https_port]\n/plashboard expose-check [local_url] [https_port]\n/plashboard init\n/plashboard status\n/plashboard list\n/plashboard activate <template-id>\n/plashboard copy <source-template-id> <new-template-id> [new-name] [activate]\n/plashboard delete <template-id>\n/plashboard run <template-id>\n/plashboard set-display <width> <height> <safe_top> <safe_bottom>"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jhytabest/plashboard-admin",
    "publisherUrl": "https://clawhub.ai/jhytabest/plashboard-admin",
    "owner": "jhytabest",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/plashboard-admin",
    "downloadUrl": "https://openagent3.xyz/downloads/plashboard-admin",
    "agentUrl": "https://openagent3.xyz/skills/plashboard-admin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/plashboard-admin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/plashboard-admin/agent.md"
  }
}