{
  "schemaVersion": "1.0",
  "item": {
    "slug": "tasktime",
    "name": "TaskTime CLI",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/G9Pedro/tasktime",
    "canonicalUrl": "https://clawhub.ai/G9Pedro/tasktime",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/tasktime",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tasktime",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "tasktime",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T17:46:14.990Z",
      "expiresAt": "2026-05-16T17:46:14.990Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tasktime",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=tasktime",
        "contentDisposition": "attachment; filename=\"tasktime-1.2.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "tasktime"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/tasktime"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/tasktime",
    "agentPageUrl": "https://openagent3.xyz/skills/tasktime/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tasktime/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tasktime/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "tasktime Skill",
        "body": "CLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations.\n\nPart of the ClawVault ecosystem for AI agent memory."
      },
      {
        "title": "Installation",
        "body": "npm install -g @versatly/tasktime"
      },
      {
        "title": "Timer Commands",
        "body": "tasktime start \"Task description\" --category coding   # Start timing\ntasktime stop --notes \"What I learned\"                # Stop and save\ntasktime status                                       # Show current task\ntasktime now                                          # One-liner for prompts"
      },
      {
        "title": "History & Search",
        "body": "tasktime history                    # Recent tasks (alias: tt ls)\ntasktime history -n 20              # Last 20 tasks\ntasktime history -c coding          # Filter by category\ntasktime search \"auth\"              # Full-text search\ntasktime categories                 # List all categories"
      },
      {
        "title": "Reports & Charts",
        "body": "tasktime report                     # Full report with charts\ntasktime report --days 30           # Last 30 days\ntasktime chart --type bar           # Bar chart\ntasktime chart --type spark         # Sparkline\ntasktime chart --type line          # Line chart"
      },
      {
        "title": "ClawVault Integration",
        "body": "Auto-save on stop (v1.2.0+): Every completed task is automatically saved to ClawVault:\n\ntasktime start \"Build API\" -c coding\n# ... do the work ...\ntasktime stop --notes \"Finished in record time\"\n# ✅ Completed: Build API\n# 🐘 Saved to ClawVault              ← automatic!\n\nManual sync and export:\n\ntasktime sync                       # Sync full report to ClawVault\ntasktime sync --days 30             # Sync last 30 days\ntasktime export                     # Export as markdown\ntasktime stop --no-vault            # Skip auto-save for one task"
      },
      {
        "title": "Demo Data",
        "body": "tasktime seed                       # Seed sample data (empty DB only)"
      },
      {
        "title": "Benchmarking Learning",
        "body": "Track how long similar tasks take over time to measure learning progression:\n\ntt start \"Implement OAuth flow\" -c auth\n# ... do the work ...\ntt stop --notes \"Used passport.js, took 20min less than last time\""
      },
      {
        "title": "Sync to ClawVault",
        "body": "Persist task data to your agent's memory vault:\n\n# After completing work\ntasktime sync\n\n# Or pipe export to clawvault\ntasktime export | clawvault store --category research --title \"Task Report\"\n\nLearn more: clawvault.dev"
      },
      {
        "title": "Category-Based Analytics",
        "body": "Group tasks to understand time allocation:\n\ntt report --days 7\n# Shows time breakdown by category: coding, research, testing, docs, etc."
      },
      {
        "title": "Quick Status for Prompts",
        "body": "Add current task to your shell prompt:\n\nPS1='$(tasktime now) \\$ '\n# Shows: ⏱️ Build API (23m) $"
      },
      {
        "title": "Data Storage",
        "body": "Location: ~/.tasktime/tasks.json\nFormat: JSON (portable, human-readable)\nNo external dependencies or databases"
      },
      {
        "title": "Related",
        "body": "ClawVault — Memory system for AI agents\nOpenClaw — AI agent platform"
      },
      {
        "title": "Aliases",
        "body": "tasktime → Full command\ntt → Short alias (same functionality)"
      }
    ],
    "body": "tasktime Skill\n\nCLI task timer for AI agents — benchmark learning progression with auto-save logs and visualizations.\n\nPart of the ClawVault ecosystem for AI agent memory.\n\nInstallation\nnpm install -g @versatly/tasktime\n\nQuick Reference\nTimer Commands\ntasktime start \"Task description\" --category coding   # Start timing\ntasktime stop --notes \"What I learned\"                # Stop and save\ntasktime status                                       # Show current task\ntasktime now                                          # One-liner for prompts\n\nHistory & Search\ntasktime history                    # Recent tasks (alias: tt ls)\ntasktime history -n 20              # Last 20 tasks\ntasktime history -c coding          # Filter by category\ntasktime search \"auth\"              # Full-text search\ntasktime categories                 # List all categories\n\nReports & Charts\ntasktime report                     # Full report with charts\ntasktime report --days 30           # Last 30 days\ntasktime chart --type bar           # Bar chart\ntasktime chart --type spark         # Sparkline\ntasktime chart --type line          # Line chart\n\nClawVault Integration\n\nAuto-save on stop (v1.2.0+): Every completed task is automatically saved to ClawVault:\n\ntasktime start \"Build API\" -c coding\n# ... do the work ...\ntasktime stop --notes \"Finished in record time\"\n# ✅ Completed: Build API\n# 🐘 Saved to ClawVault              ← automatic!\n\n\nManual sync and export:\n\ntasktime sync                       # Sync full report to ClawVault\ntasktime sync --days 30             # Sync last 30 days\ntasktime export                     # Export as markdown\ntasktime stop --no-vault            # Skip auto-save for one task\n\nDemo Data\ntasktime seed                       # Seed sample data (empty DB only)\n\nUse Cases for Agents\nBenchmarking Learning\n\nTrack how long similar tasks take over time to measure learning progression:\n\ntt start \"Implement OAuth flow\" -c auth\n# ... do the work ...\ntt stop --notes \"Used passport.js, took 20min less than last time\"\n\nSync to ClawVault\n\nPersist task data to your agent's memory vault:\n\n# After completing work\ntasktime sync\n\n# Or pipe export to clawvault\ntasktime export | clawvault store --category research --title \"Task Report\"\n\n\nLearn more: clawvault.dev\n\nCategory-Based Analytics\n\nGroup tasks to understand time allocation:\n\ntt report --days 7\n# Shows time breakdown by category: coding, research, testing, docs, etc.\n\nQuick Status for Prompts\n\nAdd current task to your shell prompt:\n\nPS1='$(tasktime now) \\$ '\n# Shows: ⏱️ Build API (23m) $\n\nData Storage\nLocation: ~/.tasktime/tasks.json\nFormat: JSON (portable, human-readable)\nNo external dependencies or databases\nRelated\nClawVault — Memory system for AI agents\nOpenClaw — AI agent platform\nAliases\ntasktime → Full command\ntt → Short alias (same functionality)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/G9Pedro/tasktime",
    "publisherUrl": "https://clawhub.ai/G9Pedro/tasktime",
    "owner": "G9Pedro",
    "version": "1.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/tasktime",
    "downloadUrl": "https://openagent3.xyz/downloads/tasktime",
    "agentUrl": "https://openagent3.xyz/skills/tasktime/agent",
    "manifestUrl": "https://openagent3.xyz/skills/tasktime/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/tasktime/agent.md"
  }
}