← All skills
Tencent SkillHub Β· AI

Plashboard Admin

Manage plashboard templates and autonomously convert natural-language dashboard requests into plashboard tool actions.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Manage plashboard templates and autonomously convert natural-language dashboard requests into plashboard tool actions.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 6 sections Open source page

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>

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc