Track, analyze, and report business KPIs with targets, status flags, trend analysis, and root cause prompts using configurable JSON files.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install afrexai-kpi-tracker或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install afrexai-kpi-tracker⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/afrexai-kpi-tracker/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Track, analyze, and report on Key Performance Indicators for any business.
When activated, this skill helps you:
Tell your agent: "Track these KPIs" or "Give me a KPI report" or "Which metrics are off track?"
Create kpi-config.json in your workspace:
{
"kpis": [
{
"name": "Monthly Recurring Revenue",
"category": "revenue",
"unit": "$",
"target": 50000,
"redBelow": 35000,
"yellowBelow": 45000
},
{
"name": "Customer Churn Rate",
"category": "customer",
"unit": "%",
"target": 3,
"redAbove": 7,
"yellowAbove": 5
}
]
}
Say: "Record MRR at $42,000 for this week"
The agent stores entries in kpi-data.json:
{
"entries": [
{ "kpi": "Monthly Recurring Revenue", "value": 42000, "date": "2026-02-13", "note": "Post-launch week" }
]
}
Say: "KPI report" and the agent generates a formatted status board:
📊 KPI Report — Week of Feb 10, 2026
🟢 Monthly Recurring Revenue: $48,200 (target: $50,000) — 96.4%
🔴 Customer Churn Rate: 8.1% (target: 3%) — needs attention
🟡 Lead Conversion Rate: 11% (target: 15%) — trending up from 9%
⚠️ Action needed on 1 red, 1 yellow KPI
Say: "Show MRR trend" — the agent reads historical entries and summarizes direction, velocity, and whether you'll hit target at current pace.
kpi-config.json for KPI definitionskpi-data.json for historical valueskpi-config.json (workspace root or custom path)kpi-data.json (same directory as config)reports/kpi-YYYY-MM-DD.mdPair 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.
安装 KPI Tracker 后,可以对 AI 说这些话来触发它
Help me get started with KPI Tracker
Explains what KPI Tracker does, walks through the setup, and runs a quick demo based on your current project
Use KPI Tracker to track, analyze, and report business KPIs with targets, status flags...
Invokes KPI Tracker with the right parameters and returns the result directly in the conversation
What can I do with KPI Tracker in my data & analytics workflow?
Lists the top use cases for KPI Tracker, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/afrexai-kpi-tracker/ 目录(个人级,所有项目可用),或 .claude/skills/afrexai-kpi-tracker/(项目级)。重启 AI 客户端后,用 /afrexai-kpi-tracker 主动调用,或让 AI 根据上下文自动发现并使用。
KPI Tracker 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
KPI Tracker 可免费安装使用。请查阅仓库了解许可证信息。
Track, analyze, and report business KPIs with targets, status flags, trend analysis, and root cause prompts using configurable JSON files.
KPI Tracker 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using KPI Tracker
Identifies repetitive steps in your workflow and sets up KPI Tracker to handle them automatically