← All skills
Tencent SkillHub · Developer Tools

TaskTime CLI

CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Integrates with ClawVault for persistent memory.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Integrates with ClawVault for persistent memory.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

tasktime Skill

CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations. Part of the ClawVault ecosystem for AI agent memory.

Installation

npm install -g @versatly/tasktime

Timer Commands

tasktime start "Task description" --category coding # Start timing tasktime stop --notes "What I learned" # Stop and save tasktime status # Show current task tasktime now # One-liner for prompts

History & Search

tasktime history # Recent tasks (alias: tt ls) tasktime history -n 20 # Last 20 tasks tasktime history -c coding # Filter by category tasktime search "auth" # Full-text search tasktime categories # List all categories

Reports & Charts

tasktime report # Full report with charts tasktime report --days 30 # Last 30 days tasktime chart --type bar # Bar chart tasktime chart --type spark # Sparkline tasktime chart --type line # Line chart

ClawVault Integration

Auto-save on stop (v1.2.0+): Every completed task is automatically saved to ClawVault: tasktime start "Build API" -c coding # ... do the work ... tasktime stop --notes "Finished in record time" # ✅ Completed: Build API # 🐘 Saved to ClawVault ← automatic! Manual sync and export: tasktime sync # Sync full report to ClawVault tasktime sync --days 30 # Sync last 30 days tasktime export # Export as markdown tasktime stop --no-vault # Skip auto-save for one task

Demo Data

tasktime seed # Seed sample data (empty DB only)

Benchmarking Learning

Track how long similar tasks take over time to measure learning progression: tt start "Implement OAuth flow" -c auth # ... do the work ... tt stop --notes "Used passport.js, took 20min less than last time"

Sync to ClawVault

Persist task data to your agent's memory vault: # After completing work tasktime sync # Or pipe export to clawvault tasktime export | clawvault store --category research --title "Task Report" Learn more: clawvault.dev

Category-Based Analytics

Group tasks to understand time allocation: tt report --days 7 # Shows time breakdown by category: coding, research, testing, docs, etc.

Quick Status for Prompts

Add current task to your shell prompt: PS1='$(tasktime now) \$ ' # Shows: ⏱️ Build API (23m) $

Data Storage

Location: ~/.tasktime/tasks.json Format: JSON (portable, human-readable) No external dependencies or databases

Related

ClawVault — Memory system for AI agents OpenClaw — AI agent platform

Aliases

tasktime → Full command tt → Short alias (same functionality)

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc