โ† All skills
Tencent SkillHub ยท Productivity

Value Tracker

Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time.

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

Track hours saved and calculate ROI with category-based rates to measure and prove the value your AI assistant generates over time.

โฌ‡ 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
README.md, SKILL.md, config.json, data.json, tracker.py

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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.0

Documentation

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

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 Forstrategy$150/hrPlanning, decisions, high-level thinkingresearch$100/hrMarket research, analysis, deep divesfinance$100/hrFinancial analysis, reporting, forecastingtech$85/hrIntegrations, automations, scriptssales$75/hrCRM, pipeline, outreachmarketing$65/hrContent, social, campaignsops$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

Be consistent โ€” Log tasks as you complete them Use auto-detect โ€” Faster than picking categories manually Review weekly โ€” The value adds up faster than you think 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.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • tracker.py Scripts
  • config.json Config
  • data.json Config