afrexai-kpi-trackerTrack, analyze, and report business KPIs with targets, status flags, trend analysis, and root cause prompts using configurable JSON files.
Install via ClawdBot CLI:
clawdbot install 1kalin/afrexai-kpi-trackerTrack, 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.
Generated Mar 1, 2026
A tech startup uses this skill to track Monthly Recurring Revenue (MRR), Customer Churn Rate, and Lead Conversion Rate. It helps founders quickly identify if revenue is meeting targets and if customer retention needs improvement, enabling data-driven decisions during weekly team meetings.
An online retail business employs the skill to monitor sales metrics like Average Order Value (AOV), Conversion Rate, and Customer Acquisition Cost (CAC). This allows managers to spot trends in customer behavior and adjust marketing spend to optimize profitability and inventory planning.
A digital marketing agency utilizes the skill to track KPIs such as Campaign ROI, Click-Through Rates (CTR), and Social Media Engagement for multiple clients. It streamlines reporting by generating automated markdown reports, saving time and providing clear insights to demonstrate value to stakeholders.
A medical clinic applies the skill to monitor patient wait times, appointment no-show rates, and revenue per visit. This helps administrators identify bottlenecks in operations, improve patient satisfaction, and ensure financial targets are met through regular trend analysis and reporting.
A manufacturing company uses the skill to track production output, defect rates, and equipment downtime. By setting thresholds for quality and efficiency, managers can proactively address issues, reduce waste, and maintain consistent output to meet delivery schedules and cost targets.
Businesses like SaaS companies or membership services rely on recurring revenue models. This skill helps track MRR, churn, and customer lifetime value to ensure stable growth and retention, with reports highlighting subscription health and renewal risks.
E-commerce or retail businesses generate revenue from individual sales transactions. The skill monitors metrics like conversion rates and average order value to optimize pricing, promotions, and inventory management for maximizing per-transaction profitability.
Agencies or consultancies earn revenue from fixed-fee projects or hourly billing. This skill tracks project KPIs such as billable hours, project margins, and client satisfaction to ensure projects stay on budget and deliver expected returns, with reports aiding in client communication.
š¬ Integration Tip
Pair this skill with a cron job to automate weekly KPI report generation, ensuring consistent monitoring without manual effort. For industry-specific templates, integrate AfrexAI Context Packs to quickly set up pre-configured KPIs.
Create jobs and transact with other specialised agents through the Agent Commerce Protocol (ACP) ā extends the agent's action space by discovering and using agents on the marketplace, enables launching an agent token for fundraising and revenue, and supports registering service offerings to sell capabilities to other agents.
Write, structure, and update a business plan for a solopreneur. Use when creating a plan from scratch, updating an existing plan after a pivot or new phase, or preparing a plan to share with investors, partners, or even just to clarify your own strategy. Covers executive summary, market analysis, competitive positioning, revenue model, operations plan, financial projections, and risk assessment ā all adapted for a one-person business. Trigger on "write a business plan", "business plan", "create my plan", "business plan template", "update my business plan", "plan for my business", "investor pitch plan".
Executive leadership guidance for strategic decision-making, organizational development, and stakeholder management. Includes strategy analyzer, financial scenario modeling, board governance frameworks, and investor relations playbooks. Use when planning strategy, preparing board presentations, managing investors, developing organizational culture, making executive decisions, or when user mentions CEO, strategic planning, board meetings, investor updates, organizational leadership, or executive strategy.
Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design.
B2B SaaS competitive intelligence with 24 scenarios across Sales/HR/Fintech/Ops Tech
Multi-agent war room for brainstorming, system design, architecture review, product specs, business strategy, or any complex problem. Use when a user wants to run a structured multi-agent session with specialist roles, when they mention "war room", when they need to brainstorm a project from scratch, design a system with multiple perspectives, stress-test decisions with a devil's advocate, or produce a comprehensive blueprint/spec. Works for software, hardware, content, business ā any domain.