{
  "schemaVersion": "1.0",
  "item": {
    "slug": "afrexai-kpi-tracker",
    "name": "KPI Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/1kalin/afrexai-kpi-tracker",
    "canonicalUrl": "https://clawhub.ai/1kalin/afrexai-kpi-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/afrexai-kpi-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-kpi-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "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. 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-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/afrexai-kpi-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/afrexai-kpi-tracker",
    "agentPageUrl": "https://openagent3.xyz/skills/afrexai-kpi-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-kpi-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-kpi-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": "KPI Tracker Skill",
        "body": "Track, analyze, and report on Key Performance Indicators for any business."
      },
      {
        "title": "What It Does",
        "body": "When activated, this skill helps you:\n\nDefine and categorize KPIs (revenue, ops, marketing, customer success)\nSet targets and thresholds (green/yellow/red)\nGenerate weekly/monthly KPI reports in markdown\nFlag KPIs that are off-track with root cause prompts\nStore historical data in a simple JSON file for trend analysis"
      },
      {
        "title": "Usage",
        "body": "Tell your agent: \"Track these KPIs\" or \"Give me a KPI report\" or \"Which metrics are off track?\""
      },
      {
        "title": "Setup",
        "body": "Create kpi-config.json in your workspace:\n\n{\n  \"kpis\": [\n    {\n      \"name\": \"Monthly Recurring Revenue\",\n      \"category\": \"revenue\",\n      \"unit\": \"$\",\n      \"target\": 50000,\n      \"redBelow\": 35000,\n      \"yellowBelow\": 45000\n    },\n    {\n      \"name\": \"Customer Churn Rate\",\n      \"category\": \"customer\",\n      \"unit\": \"%\",\n      \"target\": 3,\n      \"redAbove\": 7,\n      \"yellowAbove\": 5\n    }\n  ]\n}"
      },
      {
        "title": "Recording Data",
        "body": "Say: \"Record MRR at $42,000 for this week\"\n\nThe agent stores entries in kpi-data.json:\n\n{\n  \"entries\": [\n    { \"kpi\": \"Monthly Recurring Revenue\", \"value\": 42000, \"date\": \"2026-02-13\", \"note\": \"Post-launch week\" }\n  ]\n}"
      },
      {
        "title": "Reports",
        "body": "Say: \"KPI report\" and the agent generates a formatted status board:\n\n📊 KPI Report — Week of Feb 10, 2026\n\n🟢 Monthly Recurring Revenue: $48,200 (target: $50,000) — 96.4%\n🔴 Customer Churn Rate: 8.1% (target: 3%) — needs attention\n🟡 Lead Conversion Rate: 11% (target: 15%) — trending up from 9%\n\n⚠️ Action needed on 1 red, 1 yellow KPI"
      },
      {
        "title": "Trend Analysis",
        "body": "Say: \"Show MRR trend\" — the agent reads historical entries and summarizes direction, velocity, and whether you'll hit target at current pace."
      },
      {
        "title": "How the Agent Should Behave",
        "body": "Read kpi-config.json for KPI definitions\nRead/write kpi-data.json for historical values\nWhen asked for a report: calculate status for each KPI, format with color indicators\nWhen a KPI is red: proactively suggest investigation areas\nWhen recording: validate the value makes sense (e.g., churn can't be negative)"
      },
      {
        "title": "File Locations",
        "body": "Config: kpi-config.json (workspace root or custom path)\nData: kpi-data.json (same directory as config)\nReports: generated on-demand, optionally saved to reports/kpi-YYYY-MM-DD.md"
      },
      {
        "title": "Pro Tip",
        "body": "Pair this with a cron job to generate weekly KPI reports automatically. For deeper business intelligence and pre-built industry KPI templates, check out AfrexAI Context Packs — drop-in configurations that include KPI frameworks for 10+ industries."
      }
    ],
    "body": "KPI Tracker Skill\n\nTrack, analyze, and report on Key Performance Indicators for any business.\n\nWhat It Does\n\nWhen activated, this skill helps you:\n\nDefine and categorize KPIs (revenue, ops, marketing, customer success)\nSet targets and thresholds (green/yellow/red)\nGenerate weekly/monthly KPI reports in markdown\nFlag KPIs that are off-track with root cause prompts\nStore historical data in a simple JSON file for trend analysis\nUsage\n\nTell your agent: \"Track these KPIs\" or \"Give me a KPI report\" or \"Which metrics are off track?\"\n\nSetup\n\nCreate kpi-config.json in your workspace:\n\n{\n  \"kpis\": [\n    {\n      \"name\": \"Monthly Recurring Revenue\",\n      \"category\": \"revenue\",\n      \"unit\": \"$\",\n      \"target\": 50000,\n      \"redBelow\": 35000,\n      \"yellowBelow\": 45000\n    },\n    {\n      \"name\": \"Customer Churn Rate\",\n      \"category\": \"customer\",\n      \"unit\": \"%\",\n      \"target\": 3,\n      \"redAbove\": 7,\n      \"yellowAbove\": 5\n    }\n  ]\n}\n\nRecording Data\n\nSay: \"Record MRR at $42,000 for this week\"\n\nThe agent stores entries in kpi-data.json:\n\n{\n  \"entries\": [\n    { \"kpi\": \"Monthly Recurring Revenue\", \"value\": 42000, \"date\": \"2026-02-13\", \"note\": \"Post-launch week\" }\n  ]\n}\n\nReports\n\nSay: \"KPI report\" and the agent generates a formatted status board:\n\n📊 KPI Report — Week of Feb 10, 2026\n\n🟢 Monthly Recurring Revenue: $48,200 (target: $50,000) — 96.4%\n🔴 Customer Churn Rate: 8.1% (target: 3%) — needs attention\n🟡 Lead Conversion Rate: 11% (target: 15%) — trending up from 9%\n\n⚠️ Action needed on 1 red, 1 yellow KPI\n\nTrend Analysis\n\nSay: \"Show MRR trend\" — the agent reads historical entries and summarizes direction, velocity, and whether you'll hit target at current pace.\n\nHow the Agent Should Behave\nRead kpi-config.json for KPI definitions\nRead/write kpi-data.json for historical values\nWhen asked for a report: calculate status for each KPI, format with color indicators\nWhen a KPI is red: proactively suggest investigation areas\nWhen recording: validate the value makes sense (e.g., churn can't be negative)\nFile Locations\nConfig: kpi-config.json (workspace root or custom path)\nData: kpi-data.json (same directory as config)\nReports: generated on-demand, optionally saved to reports/kpi-YYYY-MM-DD.md\nPro Tip\n\nPair this with a cron job to generate weekly KPI reports automatically. For deeper business intelligence and pre-built industry KPI templates, check out AfrexAI Context Packs — drop-in configurations that include KPI frameworks for 10+ industries."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/1kalin/afrexai-kpi-tracker",
    "publisherUrl": "https://clawhub.ai/1kalin/afrexai-kpi-tracker",
    "owner": "1kalin",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/afrexai-kpi-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/afrexai-kpi-tracker",
    "agentUrl": "https://openagent3.xyz/skills/afrexai-kpi-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/afrexai-kpi-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/afrexai-kpi-tracker/agent.md"
  }
}