# Send Plashboard Admin to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/plashboard-admin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plashboard-admin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "plashboard-admin",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T04:18:45.421Z",
      "expiresAt": "2026-05-10T04:18:45.421Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plashboard-admin",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=plashboard-admin",
        "contentDisposition": "attachment; filename=\"plashboard-admin-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "plashboard-admin"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Plashboard Admin

Use this skill for plashboard runtime administration.

### Use Cases

Convert user requests like "I want dashboard X" into created/activated dashboards automatically.
Create, update, copy, delete, and validate dashboard templates.
Activate a template as the live dashboard source.
Trigger immediate runs.
Inspect runtime status and schedule health.
Adjust display profile for layout budget checks.

### Required Tooling

Always use plugin tools:

plashboard_onboard
plashboard_setup
plashboard_exposure_guide
plashboard_exposure_check
plashboard_web_guide
plashboard_doctor
plashboard_permissions_fix
plashboard_init
plashboard_quickstart
plashboard_template_create
plashboard_template_update
plashboard_template_list
plashboard_template_activate
plashboard_template_copy
plashboard_template_delete
plashboard_template_validate
plashboard_run_now
plashboard_status
plashboard_display_profile_set

### Guardrails

Never edit /var/lib/openclaw/plash-data/dashboard.json directly.
Never edit template/state/run JSON files directly.
Never perform Docker, Tailscale, or systemd operations.
Never ask the model to generate full dashboard structure when filling values.
Do not tell end users to run slash commands when tool calls can do the action directly.

### Intent Automation

If the user asks for a new dashboard in natural language, call plashboard_onboard with:

description: user request rewritten as a concrete dashboard objective
force_quickstart: true
activate: true
run_now: true


If onboarding returns readiness issues, call plashboard_web_guide and plashboard_exposure_guide, then present exact operator commands.
If the user asks to modify an existing dashboard, call plashboard_template_list first, then update/copy/activate/run via tools.
Prefer tool execution over conversational planning; only ask clarifying questions if the request is ambiguous.

### Command Shortcuts

/plashboard onboard <description> [local_url] [https_port] [repo_dir]
/plashboard quickstart <description>
/plashboard setup [openclaw [agent_id]|mock|command <fill_command>]
/plashboard doctor [local_url] [https_port] [repo_dir]
/plashboard fix-permissions [dashboard_output_path]
/plashboard web-guide [local_url] [repo_dir]
/plashboard expose-guide [local_url] [https_port]
/plashboard expose-check [local_url] [https_port]
/plashboard init
/plashboard status
/plashboard list
/plashboard activate <template-id>
/plashboard copy <source-template-id> <new-template-id> [new-name] [activate]
/plashboard delete <template-id>
/plashboard run <template-id>
/plashboard set-display <width> <height> <safe_top> <safe_bottom>
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: jhytabest
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T04:18:45.421Z
- Expires at: 2026-05-10T04:18:45.421Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/plashboard-admin)
- [Send to Agent page](https://openagent3.xyz/skills/plashboard-admin/agent)
- [JSON manifest](https://openagent3.xyz/skills/plashboard-admin/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/plashboard-admin/agent.md)
- [Download page](https://openagent3.xyz/downloads/plashboard-admin)