← Back to Skills Marketplace
126
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install nex-timetrack
Description
Billable time logger for freelancers and agencies. Start/stop timers or log manually. Client and project management, rate cascading, 15-minute rounding, bill...
Usage Guidance
This appears to be a straightforward local time-tracker. Before installing: (1) review the included files yourself (they're local and human-readable) if you can, (2) note the licensing mismatch (SKILL.md vs LICENSE.txt) and decide which license you accept, (3) the setup script will create ~/.nex-timetrack and place a wrapper in ~/.local/bin — check that directory and add it to your PATH if needed, (4) run setup.sh in a controlled environment (or inspect it first); there are no network calls or secret-env requests in the provided code, so the privacy claim appears supported. If you need to restrict persistence, run the script manually without creating the wrapper or run the Python module directly from the source directory.
Capability Analysis
Type: OpenClaw Skill
Name: nex-timetrack
Version: 1.0.0
The Nex Timetrack skill is a legitimate local time-tracking utility for freelancers. The code uses only the Python standard library and SQLite for data storage, with no external dependencies, network activity, or unauthorized file access. The setup script and CLI logic are transparent and align perfectly with the stated purpose of managing billable hours and projects.
Capability Tags
Capability Assessment
Purpose & Capability
Name/description match the code and runtime instructions: a local Python CLI time-tracker using SQLite. Declared features (timers, clients, projects, exports, FTS search, 15-minute rounding) are implemented in the repository files. The only environment variable mentioned (NEX_TIMETRACK_DIR) directly relates to storage location and is reasonable for this purpose. One non-security inconsistency: licensing is inconsistent across SKILL.md (MIT-0), LICENSE.txt (AGPL-3.0), and README; this is a legal/licensing issue but does not affect runtime behavior.
Instruction Scope
SKILL.md instructs running setup.sh and using the CLI; the code and scripts operate on local files in ~/.nex-timetrack and create a wrapper in ~/.local/bin. The instructions and code do not attempt to read unrelated system configuration, other skills' credentials, or transmit data externally. The skill's claim 'No cloud, no telemetry' matches the visible code (no network calls in provided files).
Install Mechanism
There is no remote installer; setup.sh is included and is the intended install mechanism. setup.sh checks for Python 3.8+, creates ~/.nex-timetrack and exports, initializes the DB by invoking the included Python module, and writes a wrapper script into ~/.local/bin. This writes files to the user's home directory and places an executable in ~/.local/bin — expected for a CLI tool but worth noting because it modifies the user's PATH-adjacent location and creates persistent files.
Credentials
The skill does not require any credentials or external environment variables except an optional NEX_TIMETRACK_DIR to override the storage path. No tokens/keys/passwords are requested. The environment access requested is proportional to a local storage-centric CLI application.
Persistence & Privilege
The skill does create persistent data and a CLI wrapper in the user's home directory (~/.nex-timetrack and ~/.local/bin). always is false and model invocation is not disabled. These are standard for a user-installed local CLI but mean the skill will remain on disk and executable until the user removes it; users should be aware of that persistence.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nex-timetrack - After installation, invoke the skill by name or use
/nex-timetrack - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Nex Timetrack 1.0.0
- Billable time tracker for freelancers/agencies; manage clients, projects, and rates.
- Live timer and manual log entries, with 15-minute optional rounding.
- Supports client/project/entry-level rate overrides and billing summaries.
- Full-text search, CSV/JSON export, and usage statistics.
- Python standard library only; all data stored locally in SQLite.
- Natural language commands and ClawdBot integration for ease of use.
Metadata
Frequently Asked Questions
What is Nex Timetrack?
Billable time logger for freelancers and agencies. Start/stop timers or log manually. Client and project management, rate cascading, 15-minute rounding, bill... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Nex Timetrack?
Run "/install nex-timetrack" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Nex Timetrack free?
Yes, Nex Timetrack is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Nex Timetrack support?
Nex Timetrack is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Nex Timetrack?
It is built and maintained by Nex AI (@nexaiguy); the current version is v1.0.0.
More Skills