Dashboard Manager
v1.0.0Gère en temps réel la lecture, mise à jour et synchronisation du fichier data.json du dashboard Jarvis, incluant notes, logs, tâches et statistiques.
⭐ 0· 742·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description, SKILL.md, index.js and skill.json all describe a dashboard manager that reads/writes a single local data.json file. The declared file permission matches the hardcoded DATA_FILE_PATH. Nothing requested (no env vars, no external services) appears unrelated to the stated purpose.
Instruction Scope
Runtime instructions and code operate only on the specified data.json and provide functions for notes, logs, stats, tasks and sub-agents. The SKILL.md specifies an automatic heartbeat (every 2s) and background 'silent mode' which means the skill will run autonomously and perform frequent writes; this is consistent with the purpose but users should be aware of frequent background file I/O.
Install Mechanism
No install spec; files are included in the package and no external downloads or installers are used. This minimizes installation risk.
Credentials
The skill requests no environment variables or credentials. Permissions in skill.json are limited to a single, explicit file path. That is proportionate to its stated functionality.
Persistence & Privilege
The skill is not declared 'always: true'. It is allowed to be invoked autonomously (platform default), and the SKILL.md explicitly describes background auto-syncing. Autonomous operation combined with frequent writes is expected for this skill but worth noting for users who prefer manual control.
Assessment
This skill appears to do what it says: read and update a single local data.json. Before installing: 1) Confirm the DATA_FILE_PATH (D:\Projets\ClaudBot\Jarvis_Dashboard\data.json) actually points to the file you expect — otherwise the skill will fail or create/modify a different file. 2) Back up data.json before enabling the skill (it performs writes and frequent heartbeats). 3) If you don't want autonomous background writes, don't enable or configure auto_sync/heartbeat. 4) Review the included index.js if you want to verify no network calls or extra file paths are added. 5) Ensure file permissions for data.json are scoped appropriately so only intended users/processes can read it.Like a lobster shell, security has layers — review code before you run it.
latestvk97cp3hq1jks3eyjyrck1hgjbx80v72g
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
