← 返回 Skills 市场
daily-viz
作者
Pearlene Ullo
· GitHub ↗
· v1.0.0
· MIT-0
375
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)
Daily Viz - 日常可视化
功能
1. 快速记录
/记录 心情:开心 运动:30分钟 睡眠:8小时 工作:6小时
/打卡 早起
/心情 😊
2. 查看数据
/查看 本周心情
/查看 本月运动统计
/查看 睡眠趋势
3. 生成报告
/报告 周度
/报告 月度 --export pdf
/分享 本周成就
4. 智能建议
/分析 我的作息规律
/建议 如何改善睡眠质量
数据存储
所有数据保存在 ~/.daily-viz/data/ 目录,支持:
- 本地 JSON 存储
- 可选的云同步(高级版)
- 数据导出/导入
隐私
- 所有数据本地存储
- 不上传任何个人信息
- 支持数据加密(高级版)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install daily-viz - 安装完成后,直接呼叫该 Skill 的名称或使用
/daily-viz触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 375 次。
如何安装 daily-viz?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install daily-viz」即可一键安装,无需额外配置。
daily-viz 是免费的吗?
是的,daily-viz 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
daily-viz 支持哪些平台?
daily-viz 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 daily-viz?
由 Pearlene Ullo(@xiaooojun)开发并维护,当前版本 v1.0.0。
推荐 Skills