一键导入
revenue-analytics
Revenue analytics and MRR/ARR reporting skill for DZIRE_v1. Aggregates subscription, affiliate, and sponsor revenue into summary metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Revenue analytics and MRR/ARR reporting skill for DZIRE_v1. Aggregates subscription, affiliate, and sponsor revenue into summary metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | revenue-analytics |
| description | Revenue analytics and MRR/ARR reporting skill for DZIRE_v1. Aggregates subscription, affiliate, and sponsor revenue into summary metrics. |
| category | monetization |
| version | v1.0 |
| inputs | ["revenue_events table","affiliate_conversions table","sponsor_revenue table"] |
| outputs | ["RevenueSummary (total, MRR, ARR)","RevenueAnalytics (event list + summary)"] |
Aggregate all revenue streams into actionable metrics for the admin dashboard.
| Metric | Calculation |
|---|---|
| total_revenue | Sum of all completed revenue_events |
| subscription_revenue | Sum of type=subscription events |
| affiliate_revenue | Sum of type=affiliate events |
| sponsor_revenue | Sum of type=sponsor events |
| MRR | subscription_revenue (simplified) |
| ARR | MRR × 12 |
GET /api/revenue/summary — quick totals (analyst/admin)GET /api/revenue/analytics — event list + summary (analyst/admin)backend/app/revenue/ — models, services, routesbackend/app/sponsors/reporting.py — sponsor aggregationsBuild and extend the personalization system. Use when adding behavior tracking, user preferences, personalized feeds, or privacy controls.
Build and extend the recommendation engine. Use when adding related posts, trending, personalized feeds, or saved posts.
Build and extend the search system. Use when adding search routes, indexing, ranking, filters, or search analytics.
Seo Keyword Research capability
Affiliate click and conversion tracking skill for DZIRE_v1. Records clicks, attributes conversions via session/click ID, and manages payout records.
Stripe payment integration skill for DZIRE_v1. Handles Checkout sessions, webhook verification, customer management, and payment security.