← 返回 Skills 市场
358
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install time-analyzer
功能描述
Time tracking and analysis skill for automatic activity monitoring and productivity insights. Use when the user wants to track time spent on activities, anal...
安全使用建议
This skill appears to be a straightforward local time-tracking CLI that stores data in ~/.time-analyzer and requires Node.js (>=18). Before installing: (1) review the shipped scripts if you want to be extra cautious (they are plain JS and visible in the package), (2) be aware that activity descriptions and tags are stored in cleartext under your home directory, and (3) only add the optional cron job if you trust the installation path (global npm installs place the binary in a system location like /usr/local/bin). The package duplicates the same code under scripts/ and src/ (harmless but odd). If you need stronger guarantees, run the CLI locally (npx) instead of installing globally and inspect the files first.
功能分析
Type: OpenClaw Skill
Name: time-analyzer
Version: 1.0.3
The time-analyzer skill is a local productivity tool for tracking and analyzing activity durations. The code in scripts/time-analyzer.js and src/index.js is a pure Node.js implementation with no external dependencies, no network access, and no use of dangerous execution functions like eval or child_process. Data is stored locally in the user's home directory (~/.time-analyzer/), and the instructions in SKILL.md are entirely consistent with the stated purpose of time management and reporting.
能力评估
Purpose & Capability
Name/description match the actual behavior: a Node.js CLI that records activities, analyzes them, and stores data in ~/.time-analyzer. There are no unrelated requirements (no cloud credentials or unrelated binaries).
Instruction Scope
SKILL.md and the code only reference local CLI commands, file paths under the user's home directory, and optional cron setup for local reporting. Instructions do not read unrelated system files, request credentials, or send data to external endpoints.
Install Mechanism
No install spec in the skill bundle; SKILL.md suggests npm / npx (standard for Node CLIs). All included code is plain JS and will run locally. No downloads from untrusted URLs or opaque extract/install steps.
Credentials
The skill declares no required environment variables, credentials, or config paths beyond writing to ~/.time-analyzer, which is expected for a local time tracker. No secret-named env vars are requested.
Persistence & Privilege
always:false and default autonomous invocation are preserved. The skill stores only its own config/records under the user's home directory and does not modify other skills or system settings. Cron usage is optional per instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install time-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/time-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- SKILL.md fully translated from Chinese to English for improved accessibility.
- No functionality changes; documentation now easier to read for non-Chinese speakers.
- No code or dependency changes.
v1.0.2
English-first documentation update
v1.0.1
Initial release of Time Analyzer.
- Added automatic and manual time tracking for activities.
- Included 8 preset activity categories with CLI support.
- Provided time analysis, productivity suggestions, and full report generation.
- Configured data storage in the user’s home directory.
- Published essential metadata and CLI command support for easy usage.
v1.0.0
Initial release: time tracking, analysis, and suggestions
元数据
常见问题
Time Analyzer 是什么?
Time tracking and analysis skill for automatic activity monitoring and productivity insights. Use when the user wants to track time spent on activities, anal... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 358 次。
如何安装 Time Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install time-analyzer」即可一键安装,无需额外配置。
Time Analyzer 是免费的吗?
是的,Time Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Time Analyzer 支持哪些平台?
Time Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Time Analyzer?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.3。
推荐 Skills