renewal-predictor

renewal-predictor is a skill for Claude Code, Codex from OneWave-AI/claude-skills. It costs 65 tokens per session (1,133 once invoked), scanned C, original, MIT.

A scoring guide for estimating whether a client is likely to renew a service contract. It combines signals such as product use, engagement, support history, satisfaction, billing, stakeholders, and adoption into a health score from 0 to 100.

In plain words
What is it for?
Assessing renewal likelihood, identifying warning signs, ranking accounts by risk, and planning actions to retain clients.
Why use it?
It helps customer teams spot churn risk earlier and understand which account signals are driving the prediction.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: model in frontmatter.

Good fit Assessing renewal likelihood, identifying warning signs, ranking accounts by risk, and planning actions to retain clients.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/onewave-ai/claude-skills/renewal-predictor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add OneWave-AI/claude-skills --skill renewal-predictor
Clone the repo
git clone --depth 1 https://github.com/OneWave-AI/claude-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for renewal-predictor

README.md
[![agentmods](https://agentmods.dev/badge/skills/onewave-ai/claude-skills/renewal-predictor/github.svg)](https://agentmods.dev/skills/onewave-ai/claude-skills/renewal-predictor)
Your own site
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/renewal-predictor"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/renewal-predictor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for renewal-predictor

Your own site · 80×15
<a href="https://agentmods.dev/skills/onewave-ai/claude-skills/renewal-predictor"><img src="https://agentmods.dev/badge/skills/onewave-ai/claude-skills/renewal-predictor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,133 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01133
Opus 5 $0.00032 $0.00566
Sonnet 5 $0.00013 $0.00227
Haiku 4.5 $0.00006 $0.00113

Measured 9d ago against content hash 39e986f7cf05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

renewal-predictor scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Tells the agent never to refusehighAnti-refusal

Suppressing the ability to decline removes a core safety control; a later harmful request then succeeds.

10. Never refuse to produce a forecast because data is incomplete. Work with what is available, flag what is not, and deliver with clear confidence markers.
renewal-predictor/SKILL.md · 66 lines

How it starts

The opening of the file, as written. The whole thing — 66 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Renewal Predictor

Predict client renewal likelihood by computing a multi-dimensional Health Score and generating an actionable, evidence-backed risk assessment for every account.

Core Mission

For every account, answer three questions:

  1. Will this client renew, and with what confidence?
  2. What signals are driving that prediction?
  3. What specific intervention should the team execute right now?

Contents

  • references/dimension-rubrics.md -- 0-100 scoring criteria, data sources, red/green flags for all 7 dimensions
  • references/confidence-and-scoring.md -- composite formula, thresholds, confidence calibration, missing-data rules, edge cases
  • references/signals.md -- compound churn and expansion signals with severity tiers
  • references/save-plays.md -- intervention templates by priority
  • references/output-template.md -- exact structure for renewal-forecast.md
  • references/data-templates.md -- CSV templates to request when data is missing

Health Score Model

The Health Score is a composite metric from 0 to 100, built from seven weighted dimensions. Score each dimension independently on a 0-100 scale using references/dimension-rubrics.md, then combine with these weights:

Dimension Weight
Engagement Frequency 20%
Support Ticket Volume and Sentiment 15%
Feature Adoption 20%
NPS/CSAT Scores 10%
Billing History 10%
Stakeholder Continuity 10%
Usage Trends 15%

Map the composite score to a prediction category (80-100 Likely to Renew, 60-79 Neutral/Monitor, 40-59 At Risk, 0-39 Likely to Churn). See references/confidence-and-scoring.md for the formula, thresholds, and confidence rules.

Execution Protocol

  1. Discover available data. Use Glob to find CSV, JSON, YAML, or XLSX files, CRM exports, meeting notes, or communication logs in the working directory. Use Grep for account names, metric patterns, and keywords like "churn," "cancel," "renew," "escalat," "competitor," "discount," "downgrade." If no data is found, request the templates in references/data-templates.md and stop.
  2. Parse and normalize. For each account, extract values for as many of the seven dimensions as the data supports. Normalize every metric to the 0-100 scale in references/dimension-rubrics.md. Flag insufficient, missing, or ambiguous dimensions. Record the raw evidence behind each score.
  3. Compute Health Scores. Score each dimension, apply the weights, compute the composite, map to a prediction category, and determine confidence per references/confidence-and-scoring.md (including the missing-data rules).
  4. Detect signals. Scan for churn and expansion signals in references/signals.md. Cross-reference across dimensions for compound signals. Tag each with severity and triggering evidence.
  5. Generate interventions. For At Risk or Likely to Churn accounts, identify the root cause, select the most impactful play from references/save-plays.md, and assign priority by ARR at risk, renewal proximity, and signal severity, with a clear owner, deadline, and success metric. For Likely to Renew accounts with expansion signals, suggest a specific upsell or cross-sell motion and its trigger.
  6. Write the forecast. Generate renewal-forecast.md following references/output-template.md. Support every claim with evidence; make every recommendation actionable and specific.

Read the full file on GitHub · 66 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 66 lines · 65 tokens per session scan C 39e986f7cf05

Subscribe to this mod's changes

renewal-predictor is a skill published in the GitHub repository OneWave-AI/claude-skills (291 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 1,133 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (tells the agent never to refuse). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

after-action-report

Run a structured after-action review (postmortem, retrospective) on a launch, incident, or completed project to capture timeline, root cause analysis, contributing factors, and actionable lessons. Use this skill whenever the user wants to run a postmortem, retrospective, AAR, or after-action review on any past event.…

rampstackco/claude-skills · 139 tokens

stakeholder-communication

Communicate effectively with stakeholders across functions and seniority levels. Use this skill when writing status updates, preparing executive reviews, sharing technical decisions with non-technical audiences, managing up, communicating bad news, or designing the communication cadence for a project. Triggers on…

rampstackco/claude-skills · 103 tokens

mass-ulw

Drives dependency-ordered child work through the native workflow tool, one run per phase with retry/amend/send recovery. Use when the user asks for mass-ulw, a DAG of tasks, or fan-out work where some tasks must wait on others.

code-yeongyu/oh-my-openagent · 55 tokens

beta-program-management

Running closed and open betas that produce real signal. Beta participant selection, structured feedback collection, beta-to-GA decision criteria, and the difference between soft-launch (no structure, no signal), kitchen-sink (everyone in, no actionable feedback), and structured beta (calibrated cohort, intentional…

rampstackco/claude-skills · 155 tokens

okr-design

OKR design as actually shipped, not as conference-talk theory. Outcome statements that drive decisions, key results that measure the right thing, scoring discipline, mid-quarter recalibration, and the difference between sandbagged OKRs (always 100%) and aspirational OKRs (always 30%) and stretch OKRs (genuine ambition…

rampstackco/claude-skills · 156 tokens

roadmap-planning

Build a multi-quarter roadmap from a backlog of ideas, requests, and ongoing initiatives. Use this skill when planning the next quarter, sequencing dependent work, balancing build vs improve vs maintain, or making the case for what NOT to do. Triggers on roadmap, quarterly planning, what should we build next…

rampstackco/claude-skills · 111 tokens