crm-cleanup

crm-cleanup is a skill for Claude Code, Codex from runxhq/runx. It costs 39 tokens per session (526 once invoked), scanned A, original, Apache-2.0.

A controlled process for comparing a call transcript with existing customer-management records and preparing suggested corrections. A CRM is software that stores customer and sales information.

In plain words
What is it for?
Use it after sales calls to propose verified updates, detect changes to the records since review, and pass a safe proposal to a human or separate CRM operator.
Why use it?
It keeps records current while requiring every proposed change to be supported by an exact transcript quote and an approved field, without writing to the CRM automatically.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after sales calls to propose verified updates, detect changes to the records since review, and pass a safe proposal to a human or separate CRM operator.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/runxhq/runx/crm-cleanup
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 runxhq/runx --skill crm-cleanup
Clone the repo
git clone --depth 1 https://github.com/runxhq/runx

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 crm-cleanup

README.md
[![agentmods](https://agentmods.dev/badge/skills/runxhq/runx/crm-cleanup/github.svg)](https://agentmods.dev/skills/runxhq/runx/crm-cleanup)
Your own site
<a href="https://agentmods.dev/skills/runxhq/runx/crm-cleanup"><img src="https://agentmods.dev/badge/skills/runxhq/runx/crm-cleanup/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 crm-cleanup

Your own site · 80×15
<a href="https://agentmods.dev/skills/runxhq/runx/crm-cleanup"><img src="https://agentmods.dev/badge/skills/runxhq/runx/crm-cleanup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00039 $0.00526
Opus 5 $0.00019 $0.00263
Sonnet 5 $0.00008 $0.00105
Haiku 4.5 $0.00004 $0.00053

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

Security

Grade A, and why

crm-cleanup scanned grade A with 0 findings 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.

The scan reads SKILL.md. This mod also ships 1 executable file (crm-cleanup.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/crm-cleanup/SKILL.md · 50 lines

How it starts

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

CRM Cleanup

Keep pipeline data from rotting after calls without letting an agent write to the CRM on vibes. The transcript and the current records are the only evidence; the reconciling agent proposes updates, and deterministic code enforces the update authority and the evidence trail. The skill never writes; the sealed proposal is what a gated CRM operator or human approver consumes.

Procedure

  1. Native data.digest binds the exact transcript and record set.
  2. The reconciling agent proposes field updates from the transcript, each with the target record, field, new value, and a supporting quote.
  3. Deterministic enforcement checks every proposal: the record must exist in the supplied set, the field must be inside crm_schema.allowed_fields (out-of-allowlist updates are rejected with a named reason, not silently dropped), the quote must appear verbatim in the transcript, and the value must be non-empty. An unknown record or an invented quote refuses the whole run; nothing partial escapes.
  4. The proposal packet carries each update's from value from the supplied records so the downstream write can detect drift before applying.

write_performed is always false and the packet names its gate (crm-operator-or-human-approver). A run with no supported updates seals no_action rather than inventing work.

Output

crm_update_proposal (runx.crm_update_proposal.v1) carries decision (proposed, no_action, refused), updates with before and after values and evidence quotes, rejected_updates, validation, and both input digests.

Inputs are transcript, crm_records, and crm_schema.

Agent task contracts

crm-cleanup-reconcile

Read transcript, crm_records, and crm_schema from step inputs. Return update_draft with updates: an array of record_id, field, to, and evidence_quote entries. Only propose updates the transcript actually supports, quote the transcript verbatim, and only target fields inside the allowlist. Return an empty updates array when the call changes nothing. Never invent records, quotes, or values.

Read the full file on GitHub · 50 lines

Files

What ships with it

2 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 · 50 lines · 39 tokens per session scan A 709841e7bc78

Subscribe to this mod's changes

crm-cleanup is a skill published in the GitHub repository runxhq/runx (84 stars, last pushed today), licensed Apache-2.0. It adds 39 tokens to every session and 526 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.