← Back to Skills Marketplace
358
Downloads
0
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install time-analyzer
Description
Time tracking and analysis skill for automatic activity monitoring and productivity insights. Use when the user wants to track time spent on activities, anal...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install time-analyzer - After installation, invoke the skill by name or use
/time-analyzer - Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 358 downloads so far.
How do I install Time Analyzer?
Run "/install time-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Time Analyzer free?
Yes, Time Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Time Analyzer support?
Time Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Time Analyzer?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.3.
More Skills