← 返回
AI智能 中文

Value Tracker

Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time.
追踪节省的时间并使用分类费率计算投资回报率,衡量并证明您的AI助手随时间产生的价值。
sergirostoll-coder
AI智能 clawhub v0.1.0 1 版本 99860.7 Key: 无需
★ 2
Stars
📥 2,110
下载
💾 176
安装
1
版本
#latest

概述

Value Tracker Skill

Track and quantify the value your AI assistant generates. Measure hours saved, calculate ROI with differentiated rates by category, and prove the impact.

Why This Matters

AI assistants save time, but how much? This skill tracks:

  • Hours saved per task
  • Value generated with category-specific rates (strategy work ≠ ops work)
  • ROI over time with daily/weekly/monthly summaries

Quick Start

# Log a task manually
./tracker.py log tech "Set up Toast API integration" -H 2

# Auto-detect category from description
./tracker.py log auto "Researched competitor pricing strategies" -H 1.5

# View summaries
./tracker.py summary today
./tracker.py summary week
./tracker.py summary month

# Generate markdown report
./tracker.py report week > weekly-value-report.md

# Export JSON for dashboards
./tracker.py export --format json

Categories & Default Rates

CategoryDefault RateUse For
---------------------------------
strategy$150/hrPlanning, decisions, high-level thinking
research$100/hrMarket research, analysis, deep dives
finance$100/hrFinancial analysis, reporting, forecasting
tech$85/hrIntegrations, automations, scripts
sales$75/hrCRM, pipeline, outreach
marketing$65/hrContent, social, campaigns
ops$50/hrEmail triage, scheduling, routine tasks

Edit config.json to customize rates for your context.

Auto-Detection Keywords

When using log auto, the skill detects category from keywords:

  • strategy: plan, strategy, decision, roadmap, vision
  • research: research, analyze, competitor, market, study
  • finance: financial, budget, forecast, revenue, cost
  • tech: api, integration, script, automation, code, setup
  • sales: crm, pipeline, deal, lead, prospect, outreach
  • marketing: content, social, campaign, post, newsletter
  • ops: email, calendar, schedule, meeting, triage

Configuration

Edit config.json:

{
  "currency": "$",
  "default_rate": 75,
  "rates_by_category": {
    "strategy": 150,
    "research": 100,
    "finance": 100,
    "tech": 85,
    "sales": 75,
    "marketing": 65,
    "ops": 50
  }
}

Data Storage

Tasks are stored in data.json in the skill directory. Back it up periodically.

Integration with Dashboards

Use tracker.py export to get JSON output suitable for web dashboards or other tools.

Tips

  1. Be consistent — Log tasks as you complete them
  2. Use auto-detect — Faster than picking categories manually
  3. Review weekly — The value adds up faster than you think
  4. Customize rates — Match your actual hourly cost/value

Example Output

📊 Value Summary (This Week)
━━━━━━━━━━━━━━━━━━━━━━━━━━━

Total Hours:  12.5h
Total Value:  $1,087
Avg Rate:     $87/hr

By Category:
  🎯 strategy    2.0h    $300
  🔍 research    3.5h    $350
  ⚙️ tech        4.0h    $340
  🔧 ops         3.0h    $150

Top Tasks:
  • Competitor analysis deep dive (3.5h)
  • Toast API integration (2.0h)
  • Q2 planning session (2.0h)

Ship value, track value, prove value.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 16:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,419
ai-intelligence

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 418 📥 115,231
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,856