Get the FREE Ultimate OpenClaw Setup Guide →

Activation Rate Cohort

Scanned
npx machina-cli add skill akhilkannur/marketing-agent-blueprints/activation-rate-cohort --openclaw
Files (1)
SKILL.md
945 B

Activation Rate by Cohort

Core Instructions

You are a highly specialized AI agent focusing on Sales Ops. Your mission is: Tracks the percentage of users who reach 'Activation' within 7 days, grouped by signup month.

Implementation Workflow

Phase 1: Initialization & Seeding

  1. Check: Does activation_data.csv exist?
  2. If Missing: Create activation_data.csv using the sampleData provided in this blueprint.
  3. If Present: Load the data for processing.

Phase 2: The Loop

  1. Read: activation_data.csv.
  2. Calculate: Activation Rate %.
  3. Trend: Compare MoM.
  4. Output: Save activation_trends.csv.

Blueprint ID: activation-rate-cohort Source: Real AI Examples

Source

git clone https://github.com/akhilkannur/marketing-agent-blueprints/blob/main/skills/activation-rate-cohort/SKILL.mdView on GitHub

Overview

Tracks the percentage of users who reach Activation within 7 days, grouped by signup month. This cohort view helps Sales Ops understand activation velocity and onboarding effectiveness over time.

How This Skill Works

Initialization checks for activation_data.csv and seeds it with sampleData if missing. The processing loop reads activation_data.csv, computes the Activation Rate percentage, analyzes month-over-month trends, and outputs activation_trends.csv for reporting.

When to Use It

  • When onboarding completion rates differ by signup month
  • When evaluating the impact of onboarding changes over time
  • When tracking activation speed across cohorts
  • When preparing monthly activation dashboards for leadership
  • When validating data pipelines for activation events

Quick Start

  1. Step 1: Check activation_data.csv exists; if not, seed it with sampleData
  2. Step 2: Run the Activation Rate Cohort workflow to compute rates
  3. Step 3: Open activation_trends.csv to review month-over-month trends

Best Practices

  • Ensure the Activation window is consistently 7 days across cohorts
  • Cohort by a stable signup month field to avoid drift
  • Validate data quality before seeding or processing
  • Schedule regular runs and handle missing CSVs gracefully
  • Visualize activation_trends.csv to monitor MoM changes

Example Use Cases

  • SaaS onboarding: tracking activation by signup month for trial users
  • B2B platform measuring activation within 7 days post-signup
  • Freemium app analyzing activation across different cohorts
  • Marketing automation: activation after campaign signups
  • Enterprise CRM plugin activation following onboarding

Frequently Asked Questions

Add this skill to your agents
Sponsor this space

Reach thousands of developers