From claude-keitaro
Builds and displays Keitaro analytics reports on campaigns, flows, landings, offers, GEOs, devices with ROI/CR/EPC metrics. Triggers on 'report', 'stats', performance queries.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-keitaro:keitaro-reportsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Read `keitaro/references/keitaro-api.md` for report endpoint
keitaro/references/keitaro-api.md for report endpointkeitaro/references/verticals.md for vertical-specific benchmarksPOST /report/build{
"range": {"from": "<7 days ago>", "to": "<today>", "timezone": "UTC"},
"metrics": ["clicks", "campaign_unique_clicks", "conversions", "revenue", "cost", "profit", "roi", "cr", "epc"],
"grouping": ["campaign_id"],
"sort": [{"name": "cost", "order": "desc"}],
"summary": true,
"limit": 50
}
"What's performing?" → Top campaigns by ROI (ROI > 0, sorted desc) "What's losing money?" → Campaigns with negative profit, sorted by loss "Show me campaign 12 by GEO" → Campaign filter + country grouping "Landing performance for campaign 12" → Campaign filter + landing_page_id grouping "Hourly breakdown today" → Today range + hour grouping "Compare this week vs last week" → Two report calls, side by side
Campaign Performance (Mar 20-27, 2026)
──────────────────────────────────────────────────────────────────
ID | Name | Clicks | Conv | Revenue | Cost | Profit | ROI | CR
12 | gambling_de | 5,432 | 89 | $4,450 | $2,716 | $1,734 | +63% | 1.6%
15 | crypto_at | 1,203 | 12 | $2,400 | $1,804 | $596 | +33% | 1.0%
18 | nutra_br | 890 | 45 | $675 | $445 | $230 | +52% | 5.1%
21 | dating_us | 3,210 | 28 | $140 | $321 | -$181 | -56% | 0.9%
──────────────────────────────────────────────────────────────────
Total | 10,735 | 174 | $7,665 | $5,286 | $2,379 | +45% | 1.6%
Campaign #12: gambling_de — Flow Breakdown
──────────────────────────────────────────────────
Flow | Weight | Clicks | Conv | CR | ROI
DE Mob | 60% | 3,259 | 62 | 1.9% | +78%
DE Desk | 30% | 1,629 | 22 | 1.4% | +41%
Test | 10% | 544 | 5 | 0.9% | -12%
Apply thresholds from references/verticals.md:
After showing the report, add 2-3 actionable insights:
Parse natural language date ranges:
Default to last 7 days if not specified.
npx claudepluginhub iso73-ops/claude-keitaroAnalyzes affiliate earnings data to produce performance reports with KPIs, program comparisons, and improvement recommendations.
Auto-optimizes Keitaro campaigns by pulling report API data, classifying flows by ROI and clicks, recommending kills/scales/rebalances, and executing after confirmation.
Generates marketing performance reports with executive summaries, key metrics tables, trend analysis, wins/misses, and prioritized optimizations for campaigns or channels.