1kalin/afrexai-kpi-tracker/SKILL.md
# KPI Tracker Skill Track, analyze, and report on Key Performance Indicators for any business. ## What It Does When activated, this skill helps you: - Define and categorize KPIs (revenue, ops, marketing, customer success) - Set targets and thresholds (green/yellow/red) - Generate weekly/monthly KPI reports in markdown - Flag KPIs that are off-track with root cause prompts - Store historical data in a simple JSON file for trend analysis ## Usage Tell your agent: "Track these KPIs" or "Give m
npx skillsauth add openclaw/skills 1kalin/afrexai-kpi-trackerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
tools
Use when the user wants to connect to, test, or use the McDonalds service at mcp.mcd.cn, including checking authentication, probing MCP endpoints, listing tools, or calling McDonalds MCP tools through a reusable local CLI.
development
Web scraping platform — Twitter/X data, Vinted marketplace, and general web scraping API
development
SlowMist AI Agent Security Review — comprehensive security framework for skills, repositories, URLs, on-chain addresses, and products (Claude Code version)
data-ai
去除中文文本中的 AI 写作痕迹,使其读起来自然。基于维基百科 AI 写作特征指南,检测 24 种 AI 模式。触发词:humanizer-cn、去除 AI 痕迹、去除 AI 写作痕迹、中文文本人性化。