kelly-deal-scorer

kelly-deal-scorer is a skill for Codex from mr-kelly/skills. It costs 119 tokens per session (2,358 once invoked), scanned A, original, MIT.

A review queue for scoring candidate small-business financing deals using a fixed arithmetic rubric. It shows how each score is calculated and can suggest a revenue-share rate range for revenue-based financing, where repayment is linked to revenue.

In plain words
What is it for?
Use it to review financing candidates, inspect revenue histories and red flags, compare score factors, and examine suggested revenue-share ranges.
Why use it?
It makes deal comparisons consistent and lets a reviewer recompute the result from the underlying business data. This avoids relying on an opaque model or an untraceable API result.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it to review financing candidates, inspect revenue histories and red flags, compare score factors, and examine suggested revenue-share ranges.

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

Made for: 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 kelly-deal-scorer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/mr-kelly/skills/kelly-deal-scorer"><img src="https://agentmods.dev/badge/skills/mr-kelly/skills/kelly-deal-scorer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 119 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,358 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.
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.00119 $0.02358
Opus 5 $0.00060 $0.01179
Sonnet 5 $0.00024 $0.00472
Haiku 4.5 $0.00012 $0.00236

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

Security

Grade A, and why

kelly-deal-scorer 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 12d ago.

The scan reads SKILL.md. This mod also ships 22 executable files (content/kelly-deal-scorer-app/app/accent-theme.js, content/kelly-deal-scorer-app/app/app.js, content/kelly-deal-scorer-app/app/i18n/messages.js, …), 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/kelly-deal-scorer/SKILL.md · 200 lines

How it starts

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

Deal Scoring Desk

Overview

Use this skill as a Busabase-backed review-queue desk for a generic SME financing deal desk (private-credit / revenue-based-financing style). It holds a mock queue of candidate businesses (name, category, city, monthly revenue history, requested principal, red flags) and computes a deterministic composite score (0-100) per candidate with a full, hand-recomputable breakdown: each sub-factor's raw score, weight, and contribution, plus a suggested revenue-share rate range. This is a generic, brand-free tool — it does not reference any specific real company, lender, or fund.

The scoring rubric is plain arithmetic in content/kelly-deal-scorer-app/app/js/scorer-model.js, not an LLM or API call. Every number the app shows can be recomputed with a calculator from the candidate's raw fields and the rubric weights in the settings Base.

Default behavior is AirApp-first. Unless the user explicitly asks only for explanation, ensure the mock queue exists (run the seed script below if the candidates Base is empty) and give the user the clickable AirApp URL (or the local preview URL when local preview is explicitly requested). Use chat-only mode only when the user says "纯聊天", "chat only", "不要打开 UI", or similar.

App UI Screenshots

Read the full file on GitHub · 200 lines

Files

What ships with it

57 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. 12d ago First seen · 200 lines · 119 tokens per session scan A d880661be74a

Subscribe to this mod's changes

kelly-deal-scorer is a skill published in the GitHub repository mr-kelly/skills (5 stars, last pushed today), licensed MIT. It adds 119 tokens to every session and 2,358 once invoked, about $0.0006 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-31.

Related

Other skills, from other repositories

wrds

Connect to and query WRDS (Wharton Research Data Services) from any research project. Use this skill whenever the user needs to download, query, or explore data from WRDS — including Compustat, CRSP, FactSet, I/B/E/S, or any other WRDS-hosted database. Also trigger when the user mentions WRDS tables, WRDS libraries…

kennethkhoocy/applied-micro-skills · 107 tokens

event-study-cars

Complete methodology for computing publication-quality cumulative abnormal returns with proper event-study test statistics, matching the robustness of Kaspereit's eventstudy2 for Stata. Covers dateline construction, event-date mapping, estimation and event windows, thin-trading adjustment, OLS with Theil prediction…

kennethkhoocy/applied-micro-skills · 153 tokens

gmgn-swap

BEFORE RUNNING ANY COMMAND: Run gmgn-cli config --check. If exit code is 0, proceed normally. If exit code is 1, (1) run gmgn-cli config and show the output to the user; (2) once the user sends the API Key, run gmgn-cli config --apply to complete configuration and verification, then show the output to the user. If…

aiskillstore/marketplace · 404 tokens

gmgn-token

Research any crypto or meme token by address — real-time price, market cap, liquidity, holder list, trader list, top Smart Money and KOL positions, security audit (honeypot, rug pull risk, dev wallet, renounced status), social links (Twitter/X, website) via GMGN API on Solana, BSC, Base, or Ethereum. Use when user…

aiskillstore/marketplace · 105 tokens

gmgn-token-buy

Turn a token name into a vetted, sized buy order. Two things here are exclusive to this skill: resolving a NAME or symbol to the one right contract among its copycats, and sizing an order — amount, slippage, gas, position. No sibling does either. USE THIS SKILL WHEN a buy is being prepared, which shows up as a NAME or…

aiskillstore/marketplace · 706 tokens

igce-builder-ffp

Trigger for: FFP IGCE, firm-fixed-price estimate, FFP cost model, proposed FFP rate validation, wrap-rate analysis, Agency BPA rate comparison, price-reasonableness memo, or fair-and-reasonable analysis. Build auditable Firm-Fixed-Price federal estimates using BLS OEWS wages, layered fringe/overhead/G&A/profit, GSA…

aiskillstore/marketplace · 188 tokens