← Back to Skills Marketplace
g9pedro

TaskTime CLI

by G9Pedro · GitHub ↗ · v1.2.0
cross-platform ⚠ suspicious
1051
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install tasktime
Description
CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Integrates with ClawVault for persistent memory.
Usage Guidance
Before installing: (1) Verify the npm package source (check the package page, repository, and publisher) rather than installing blindly. (2) Inspect the package contents (or install in an isolated container/VM) to confirm what it does, especially network calls. (3) Confirm how ClawVault auth is handled — if you don't want external uploads, use tasktime stop --no-vault or avoid enabling sync. (4) Review ~/.tasktime/tasks.json for sensitive content and consider filesystem permissions. (5) Prefer non-global or sandboxed installation while evaluating. If you need help reviewing the package files or determining what auth the CLI uses, gather the package tarball or repository link and consult someone who can inspect it.
Capability Analysis
Type: OpenClaw Skill Name: tasktime Version: 1.2.0 The skill bundle appears benign. It provides a CLI task timer for AI agents, explicitly stating its integration with 'ClawVault' for persistent memory. The `SKILL.md` clearly outlines that task data will be auto-saved and synced to `clawvault.dev`, which is an advertised feature for an AI agent memory system, not a hidden exfiltration. There are no instructions for unauthorized data access, malicious execution, persistence, or prompt injection designed to subvert the agent's operation beyond its stated purpose. The installation method (`npm install`) is standard for Node.js packages.
Capability Assessment
Purpose & Capability
The skill name/description align with requiring a tasktime CLI binary and the npm package @versatly/tasktime. However, the description claims automatic integration with ClawVault (an external memory service) but there are no declared environment variables, config paths, or required binaries for authenticating or interacting with ClawVault—this is an unexplained gap.
Instruction Scope
SKILL.md only instructs use of the tasktime CLI and references a local data file (~/.tasktime/tasks.json), which is expected. It also states that completed tasks are 'Auto-save[d] to ClawVault' on stop, implying automatic transmission of user task data to an external service. The instructions neither document how authentication to ClawVault is obtained nor require or declare the clawvault binary; automatic external sync without describing credential or user consent is a scope concern.
Install Mechanism
Install is via npm: @versatly/tasktime producing binaries tasktime and tt. npm is a reasonable distribution channel for a CLI, but the skill metadata lacks a homepage or verifiable source repository, increasing uncertainty about the package contents and trustworthiness.
Credentials
The skill declares no required environment variables or credentials, yet it performs automatic syncs to ClawVault (network exfiltration of task logs). If ClawVault requires authentication, those creds are not declared, which is inconsistent. There is a risk the CLI may read auth tokens from unexpected locations or rely on implicit agent credentials; the metadata should specify what secrets or config are needed.
Persistence & Privilege
The skill does not request always:true and only writes to its own path (~/.tasktime/tasks.json), which is reasonable for a CLI timer. The primary privilege concern is the automatic external sync behavior rather than local persistence; the skill does not claim to modify other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tasktime
  3. After installation, invoke the skill by name or use /tasktime
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.2.0
Auto-save to ClawVault on stop (🐘 emoji confirms). Use --no-vault to skip.
v1.1.0
Added ClawVault integration (sync, export commands) + links to clawvault.dev
v1.0.0
- Initial release of tasktime CLI for AI agents. - Start, stop, and track tasks directly from the command line. - Auto-saves logs and provides visual reports on task history and learning progression. - Includes commands for task history, full-text search, category analytics, and demo data seeding. - Offers a programmatic API and a short alias (`tt`) for all commands.
Metadata
Slug tasktime
Version 1.2.0
License
All-time Installs 3
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is TaskTime CLI?

CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Integrates with ClawVault for persistent memory. It is an AI Agent Skill for Claude Code / OpenClaw, with 1051 downloads so far.

How do I install TaskTime CLI?

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

Is TaskTime CLI free?

Yes, TaskTime CLI is completely free (open-source). You can download, install and use it at no cost.

Which platforms does TaskTime CLI support?

TaskTime CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created TaskTime CLI?

It is built and maintained by G9Pedro (@g9pedro); the current version is v1.2.0.

💬 Comments