# Send Dashboard Manager 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": "dashboard-manager",
    "name": "Dashboard Manager",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/Philippeh5/dashboard-manager",
    "canonicalUrl": "https://clawhub.ai/Philippeh5/dashboard-manager",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/dashboard-manager",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dashboard-manager",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "index.js",
      "skill.json",
      "SKILL.md",
      "test.js"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "dashboard-manager",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T07:31:03.013Z",
      "expiresAt": "2026-05-06T07:31:03.013Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dashboard-manager",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=dashboard-manager",
        "contentDisposition": "attachment; filename=\"dashboard-manager-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "dashboard-manager"
      },
      "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/dashboard-manager"
    },
    "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/dashboard-manager",
    "downloadUrl": "https://openagent3.xyz/downloads/dashboard-manager",
    "agentUrl": "https://openagent3.xyz/skills/dashboard-manager/agent",
    "manifestUrl": "https://openagent3.xyz/skills/dashboard-manager/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/dashboard-manager/agent.md"
  }
}
```
## Documentation

### Description

Gère les interactions avec le dashboard Jarvis. Ce skill permet de lire, mettre à jour et synchroniser le fichier data.json en temps réel.

### Fonctionnalités

Lecture/Sauvegarde : Accès au fichier data.json
Gestion des notes : Récupération des notes pending et marquage comme processed
Logging : Ajout d'entrées dans l'historique
Mise à jour du système : Statut, heartbeat, modèle actif
Statistiques : Compteurs de tokens et coûts
Gestion des tâches : Ajout et mise à jour
Sub-agents : Gestion des agents actifs

### Chemin du fichier

const DATA_FILE_PATH = 'D:\\\\Projets\\\\ClaudBot\\\\Jarvis_Dashboard\\\\data.json';

### Permissions

Lecture/Écriture : Accès au fichier data.json
Système : Mise à jour du statut et heartbeat
Logging : Ajout d'entrées dans l'historique

### Fonctions principales

// Chargement de la base de données
await loadDatabase();

// Sauvegarde de la base de données
await saveDatabase(db);

// Récupération des notes en attente
const pendingNotes = await getPendingNotes();

// Marquage d'une note comme traitée
await processNote(noteId);

// Ajout d'un log
await addLog('Action effectuée');

// Mise à jour du statut du système
await updateSystemStatus('idle', 'Claude-3-Opus');

// Mise à jour des statistiques
await updateStats(1500, 2800, 0.52);

// Ajout/mise à jour d'une tâche
await updateTask(1, { status: 'done' });

// Gestion des sub-agents
await addSubAgent('dashboard_agent', 'Monitoring dashboard');
await removeSubAgent('dashboard_agent');

### Initialisation

const dashboardSkill = require('./skills/dashboard-manager');
const success = await dashboardSkill.init();
if (success) {
    console.log('🚀 Dashboard Manager initialisé');
}

### Permissions requises

Accès fichier : D:\\Projets\\ClaudBot\\Jarvis_Dashboard\\data.json
Écriture système : Mise à jour du statut et heartbeat
Logging : Ajout d'entrées dans l'historique

### Utilisation

Ce skill est conçu pour fonctionner en arrière-plan et maintenir la synchronisation entre Jarvis et le dashboard en temps réel.

### Boucle de fonctionnement (The Loop)

INPUT : Consulte quick_notes et traite les notes pending
OUTPUT : Met à jour data.json avec les changements
Auto-sync : Heartbeat toutes les 2 secondes
Silent mode : Fonctionne sans intervention conversationnelle

### Exemple d'utilisation

// Dans une réponse conversationnelle
await updateStats(estimatedInputTokens, estimatedOutputTokens, estimatedCost);
await addLog('Réponse à la question sur les agents');
await updateSystemStatus('idle');

### Installation

Copier le dossier dashboard-manager dans le répertoire des skills
Vérifier le chemin du fichier data.json
Activer le skill dans la configuration
Le skill s'initialisera automatiquement

### Problèmes courants

Fichier introuvable : Vérifier le chemin DATA_FILE_PATH
Permissions refusées : Vérifier les droits d'accès au fichier
JSON invalide : Vérifier la syntaxe du fichier data.json

### Logs

Les logs sont ajoutés automatiquement dans la section logs du fichier data.json pour le suivi des actions.

### Sécurité

Accès limité : Seul le fichier data.json est accessible
Écriture contrôlée : Les mises à jour sont validées
Logs d'audit : Toutes les actions sont enregistrées

### Compatibilité

Ce skill est compatible avec OpenClaw et fonctionne avec n'importe quelle instance de Jarvis utilisant le dashboard V2 Ultimate.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: Philippeh5
- 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-04-29T07:31:03.013Z
- Expires at: 2026-05-06T07:31:03.013Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/dashboard-manager)
- [Send to Agent page](https://openagent3.xyz/skills/dashboard-manager/agent)
- [JSON manifest](https://openagent3.xyz/skills/dashboard-manager/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/dashboard-manager/agent.md)
- [Download page](https://openagent3.xyz/downloads/dashboard-manager)