# Send Value Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "value-tracker",
    "name": "Value Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/sergirostoll-coder/value-tracker",
    "canonicalUrl": "https://clawhub.ai/sergirostoll-coder/value-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/value-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=value-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.json",
      "data.json",
      "tracker.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "value-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T14:33:48.533Z",
      "expiresAt": "2026-05-08T14:33:48.533Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=value-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=value-tracker",
        "contentDisposition": "attachment; filename=\"value-tracker-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "value-tracker"
      },
      "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/value-tracker"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/value-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/value-tracker",
    "agentUrl": "https://openagent3.xyz/skills/value-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/value-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/value-tracker/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: sergirostoll-coder
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T14:33:48.533Z
- Expires at: 2026-05-08T14:33:48.533Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/value-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/value-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/value-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/value-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/value-tracker)