{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/value-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=value-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.json",
      "data.json",
      "tracker.py"
    ],
    "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. 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."
        },
        {
          "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/value-tracker",
    "agentPageUrl": "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"
  },
  "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. 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."
      },
      {
        "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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Value Tracker Skill",
        "body": "Track and quantify the value your AI assistant generates. Measure hours saved, calculate ROI with differentiated rates by category, and prove the impact."
      },
      {
        "title": "Why This Matters",
        "body": "AI assistants save time, but how much? This skill tracks:\n\nHours saved per task\nValue generated with category-specific rates (strategy work ≠ ops work)\nROI over time with daily/weekly/monthly summaries"
      },
      {
        "title": "Quick Start",
        "body": "# Log a task manually\n./tracker.py log tech \"Set up Toast API integration\" -H 2\n\n# Auto-detect category from description\n./tracker.py log auto \"Researched competitor pricing strategies\" -H 1.5\n\n# View summaries\n./tracker.py summary today\n./tracker.py summary week\n./tracker.py summary month\n\n# Generate markdown report\n./tracker.py report week > weekly-value-report.md\n\n# Export JSON for dashboards\n./tracker.py export --format json"
      },
      {
        "title": "Categories & Default Rates",
        "body": "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\n\nEdit config.json to customize rates for your context."
      },
      {
        "title": "Auto-Detection Keywords",
        "body": "When using log auto, the skill detects category from keywords:\n\nstrategy: plan, strategy, decision, roadmap, vision\nresearch: research, analyze, competitor, market, study\nfinance: financial, budget, forecast, revenue, cost\ntech: api, integration, script, automation, code, setup\nsales: crm, pipeline, deal, lead, prospect, outreach\nmarketing: content, social, campaign, post, newsletter\nops: email, calendar, schedule, meeting, triage"
      },
      {
        "title": "Configuration",
        "body": "Edit config.json:\n\n{\n  \"currency\": \"$\",\n  \"default_rate\": 75,\n  \"rates_by_category\": {\n    \"strategy\": 150,\n    \"research\": 100,\n    \"finance\": 100,\n    \"tech\": 85,\n    \"sales\": 75,\n    \"marketing\": 65,\n    \"ops\": 50\n  }\n}"
      },
      {
        "title": "Data Storage",
        "body": "Tasks are stored in data.json in the skill directory. Back it up periodically."
      },
      {
        "title": "Integration with Dashboards",
        "body": "Use tracker.py export to get JSON output suitable for web dashboards or other tools."
      },
      {
        "title": "Tips",
        "body": "Be consistent — Log tasks as you complete them\nUse auto-detect — Faster than picking categories manually\nReview weekly — The value adds up faster than you think\nCustomize rates — Match your actual hourly cost/value"
      },
      {
        "title": "Example Output",
        "body": "📊 Value Summary (This Week)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nTotal Hours:  12.5h\nTotal Value:  $1,087\nAvg Rate:     $87/hr\n\nBy Category:\n  🎯 strategy    2.0h    $300\n  🔍 research    3.5h    $350\n  ⚙️ tech        4.0h    $340\n  🔧 ops         3.0h    $150\n\nTop Tasks:\n  • Competitor analysis deep dive (3.5h)\n  • Toast API integration (2.0h)\n  • Q2 planning session (2.0h)\n\nShip value, track value, prove value."
      }
    ],
    "body": "Value Tracker Skill\n\nTrack and quantify the value your AI assistant generates. Measure hours saved, calculate ROI with differentiated rates by category, and prove the impact.\n\nWhy This Matters\n\nAI assistants save time, but how much? This skill tracks:\n\nHours saved per task\nValue generated with category-specific rates (strategy work ≠ ops work)\nROI over time with daily/weekly/monthly summaries\nQuick Start\n# Log a task manually\n./tracker.py log tech \"Set up Toast API integration\" -H 2\n\n# Auto-detect category from description\n./tracker.py log auto \"Researched competitor pricing strategies\" -H 1.5\n\n# View summaries\n./tracker.py summary today\n./tracker.py summary week\n./tracker.py summary month\n\n# Generate markdown report\n./tracker.py report week > weekly-value-report.md\n\n# Export JSON for dashboards\n./tracker.py export --format json\n\nCategories & Default Rates\nCategory\tDefault Rate\tUse For\nstrategy\t$150/hr\tPlanning, decisions, high-level thinking\nresearch\t$100/hr\tMarket research, analysis, deep dives\nfinance\t$100/hr\tFinancial analysis, reporting, forecasting\ntech\t$85/hr\tIntegrations, automations, scripts\nsales\t$75/hr\tCRM, pipeline, outreach\nmarketing\t$65/hr\tContent, social, campaigns\nops\t$50/hr\tEmail triage, scheduling, routine tasks\n\nEdit config.json to customize rates for your context.\n\nAuto-Detection Keywords\n\nWhen using log auto, the skill detects category from keywords:\n\nstrategy: plan, strategy, decision, roadmap, vision\nresearch: research, analyze, competitor, market, study\nfinance: financial, budget, forecast, revenue, cost\ntech: api, integration, script, automation, code, setup\nsales: crm, pipeline, deal, lead, prospect, outreach\nmarketing: content, social, campaign, post, newsletter\nops: email, calendar, schedule, meeting, triage\nConfiguration\n\nEdit config.json:\n\n{\n  \"currency\": \"$\",\n  \"default_rate\": 75,\n  \"rates_by_category\": {\n    \"strategy\": 150,\n    \"research\": 100,\n    \"finance\": 100,\n    \"tech\": 85,\n    \"sales\": 75,\n    \"marketing\": 65,\n    \"ops\": 50\n  }\n}\n\nData Storage\n\nTasks are stored in data.json in the skill directory. Back it up periodically.\n\nIntegration with Dashboards\n\nUse tracker.py export to get JSON output suitable for web dashboards or other tools.\n\nTips\nBe consistent — Log tasks as you complete them\nUse auto-detect — Faster than picking categories manually\nReview weekly — The value adds up faster than you think\nCustomize rates — Match your actual hourly cost/value\nExample Output\n📊 Value Summary (This Week)\n━━━━━━━━━━━━━━━━━━━━━━━━━━━\n\nTotal Hours:  12.5h\nTotal Value:  $1,087\nAvg Rate:     $87/hr\n\nBy Category:\n  🎯 strategy    2.0h    $300\n  🔍 research    3.5h    $350\n  ⚙️ tech        4.0h    $340\n  🔧 ops         3.0h    $150\n\nTop Tasks:\n  • Competitor analysis deep dive (3.5h)\n  • Toast API integration (2.0h)\n  • Q2 planning session (2.0h)\n\n\nShip value, track value, prove value."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/sergirostoll-coder/value-tracker",
    "publisherUrl": "https://clawhub.ai/sergirostoll-coder/value-tracker",
    "owner": "sergirostoll-coder",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}