daily-viz

PassAudited by VirusTotal on May 11, 2026.

Overview

Type: OpenClaw Skill Name: daily-viz Version: 1.0.0 The daily-viz skill is a legitimate tool for habit tracking and data visualization. It stores data locally in the user's home directory (~/.daily-viz/data/) and uses simple Node.js scripts (record.js and visualize.js) to manage records and generate ASCII charts. There is no evidence of data exfiltration, malicious execution, or prompt injection.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your mood, sleep, exercise, work, and similar entries may remain on disk across sessions and can be used in later reports.

Why it was flagged

The skill intentionally persists personal daily tracking data in a local JSON store so it can be reused for later visualization and analysis.

Skill content
Record mood, exercise, sleep, work hours ... 所有数据保存在 `~/.daily-viz/data/` 目录,支持:- 本地 JSON 存储
Recommendation

Install only if you are comfortable storing this personal data locally; avoid entering secrets and delete or back up ~/.daily-viz/data/records.json as needed.

What this means

The skill may depend on platform-specific command mapping or may not run through the package main entry point as expected.

Why it was flagged

The package entry point named here is not present in the supplied file manifest, while the included executable helpers are in scripts/. This creates invocation/provenance ambiguity but does not show malicious behavior.

Skill content
"main": "index.js"
Recommendation

Prefer a release that declares the actual entry point and required runtime clearly, or inspect the included scripts before relying on it.