LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

datacenter-agent-catalog-maintenance - dedge catalog maintenance

Maintain dedge dashboard assets, tree references, currentView, and post-write notify discipline.

Tags

Updated: 2026-09-19

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Validate catalog JSON structure
  • Synchronize currentView display state
  • Notify backend of catalog updates
  • Cross-verify catalog with live Grafana
  • Align catalog tree with Grafana
  • Copy Grafana dashboard tags verbatim
  • Validate schema with Pydantic model

Inputs

  • dashboard-catalog.json file
  • dashboard-catalog.schema.json file
  • Backend Pydantic catalog models
  • Grafana API endpoints

Outputs

  • Updated dashboard-catalog.json file
  • Updated currentView display state
  • Backend notify WebSocket signal

Requirements

  • Running dedge-datacenter backend service
  • Accessible Grafana API instance
  • Python environment with backend dependencies

Source

  • Spec: SKILL.md
catalog
dashboard
grafana
maintenance
Validate catalog JSON structure
Synchronize currentView display state
Notify backend of catalog updates
Cross-verify catalog with live Grafana
dashboard-catalog.json file
dashboard-catalog.schema.json file
Backend Pydantic catalog models
Updated dashboard-catalog.json file
Updated currentView display state
Backend notify WebSocket signal