← Back to Skills Marketplace
xiaooojun

daily-viz

by Pearlene Ullo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
375
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install daily-viz
Description
Daily life tracking and data visualization. Record mood, exercise, sleep, work hours and generate beautiful charts and insights. Perfect for habit building a...
README (SKILL.md)

Daily Viz - 日常可视化

功能

1. 快速记录

/记录 心情:开心 运动:30分钟 睡眠:8小时 工作:6小时
/打卡 早起
/心情 😊

2. 查看数据

/查看 本周心情
/查看 本月运动统计
/查看 睡眠趋势

3. 生成报告

/报告 周度
/报告 月度 --export pdf
/分享 本周成就

4. 智能建议

/分析 我的作息规律
/建议 如何改善睡眠质量

数据存储

所有数据保存在 ~/.daily-viz/data/ 目录,支持:

  • 本地 JSON 存储
  • 可选的云同步(高级版)
  • 数据导出/导入

隐私

  • 所有数据本地存储
  • 不上传任何个人信息
  • 支持数据加密(高级版)
Usage Guidance
This skill appears to be a simple local tracker (reads/writes ~/.daily-viz/data/records.json and prints ASCII charts). Before installing: (1) note that advertised features — cloud sync, encrypted storage, PDF export, AI suggestions, sharing — are not implemented in the included scripts; treat those as marketing, not functionality. (2) If you want those features, request implementation details or avoid trusting a skill that says it will sync/upload data. (3) Data is stored unencrypted by default, so consider privacy risks for sensitive entries. (4) The package.json references a missing index.js — installation/packaging may be incomplete. (5) For safety, inspect/run the scripts in a sandbox or container and back up any data; if you accept, you can also modify or extend the code to add explicit encryption or export features. Overall risk of remote exfiltration is low (no network calls), but the documentation/code mismatch is a red flag — proceed cautiously.
Capability Analysis
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.
Capability Assessment
Purpose & Capability
Name and description (daily tracking + visualization) broadly match included scripts which record to ~/.daily-viz/data and generate simple ASCII charts. However SKILL.md/README advertise additional capabilities (cloud sync/高级版, data encryption, PDF export, AI suggestions, sharing) that are not implemented in the provided scripts. package.json references an index.js that does not exist — minor packaging inconsistency.
Instruction Scope
Runtime instructions and the two scripts confine activity to the user home directory (~/.daily-viz/data) and do not reference other system paths or external endpoints. But the SKILL.md instructs commands like '/建议' and '/报告 --export pdf' which have no backing implementation in the supplied code, so the agent might advertise capabilities it cannot perform.
Install Mechanism
There is no install spec (instruction-only skill). No remote downloads or installers are present. The included scripts perform local file I/O at runtime; no code is fetched from external URLs during install.
Credentials
The skill requests no environment variables or credentials. The scripts use process.env.HOME to build a local path — this is expected and proportionate. No secrets, network keys, or unrelated env vars are requested.
Persistence & Privilege
always is false and the skill does not modify other skills or system-wide agent settings. It only creates/updates files under ~/.daily-viz/data, which is appropriate for a local tracking tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install daily-viz
  3. After installation, invoke the skill by name or use /daily-viz
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Daily Viz, a daily life tracking and data visualization tool. - Record mood, exercise, sleep, and work hours with simple commands. - View data trends and generate weekly or monthly reports, including PDF export. - Get smart insights and personalized habit improvement suggestions. - All data is stored locally with optional cloud sync and data encryption for privacy.
Metadata
Slug daily-viz
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is daily-viz?

Daily life tracking and data visualization. Record mood, exercise, sleep, work hours and generate beautiful charts and insights. Perfect for habit building a... It is an AI Agent Skill for Claude Code / OpenClaw, with 375 downloads so far.

How do I install daily-viz?

Run "/install daily-viz" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is daily-viz free?

Yes, daily-viz is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does daily-viz support?

daily-viz is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created daily-viz?

It is built and maintained by Pearlene Ullo (@xiaooojun); the current version is v1.0.0.

💬 Comments