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.
npx skills add mr-kelly/skills --skill kelly-deal-scorergit clone --depth 1 https://github.com/mr-kelly/skillsWrote 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.
[](https://agentmods.dev/skills/mr-kelly/skills/kelly-deal-scorer)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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
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.
- agents/openai.yaml 239 B
- assets/screenshots/candidate-detail-zh-CN.webp 130 B
- assets/screenshots/candidate-detail.webp 130 B
- assets/screenshots/overview-zh-CN.webp 130 B
- assets/screenshots/overview.webp 130 B
- assets/screenshots/score-breakdown-zh-CN.webp 130 B
- assets/screenshots/score-breakdown.webp 130 B
- assets/screenshots/thumbs/candidate-detail-zh-CN.webp 130 B
- assets/screenshots/thumbs/candidate-detail.webp 130 B
- assets/screenshots/thumbs/overview-zh-CN.webp 130 B
- assets/screenshots/thumbs/overview.webp 130 B
- assets/screenshots/thumbs/score-breakdown-zh-CN.webp 130 B
- assets/screenshots/thumbs/score-breakdown.webp 130 B
- busabase.json 949 B
- content/_folder.json 266 B
- content/candidates/base.json 2.2 KB
- content/candidates/records.ndjson 2.1 KB
- content/kelly-deal-scorer-app/_node.json 286 B
- content/kelly-deal-scorer-app/.busabaseignore 194 B
- content/kelly-deal-scorer-app/app/accent-theme.css 8.0 KB
- content/kelly-deal-scorer-app/app/accent-theme.js 7.3 KB runs code
- content/kelly-deal-scorer-app/app/app.js 25 KB runs code
- content/kelly-deal-scorer-app/app/i18n/messages.js 5.7 KB runs code
- content/kelly-deal-scorer-app/app/index.html 4.9 KB
- content/kelly-deal-scorer-app/app/js/busabase-client.js 226 B runs code
- content/kelly-deal-scorer-app/app/js/config.js 2.9 KB runs code
- content/kelly-deal-scorer-app/app/js/connect-gate.js 1.7 KB runs code
- content/kelly-deal-scorer-app/app/js/providers/busabase-provider.js 8.9 KB runs code
- content/kelly-deal-scorer-app/app/js/providers/demo-provider.js 3.1 KB runs code
- content/kelly-deal-scorer-app/app/js/providers/index.js 270 B runs code
- content/kelly-deal-scorer-app/app/js/runtime.js 3.4 KB runs code
- content/kelly-deal-scorer-app/app/js/scorer-model.js 18 KB runs code
- content/kelly-deal-scorer-app/app/styles/base-ui.css 13 KB
- content/kelly-deal-scorer-app/app/styles/layers.css 33 B
- content/kelly-deal-scorer-app/app/styles/shell.css 23 KB
- content/kelly-deal-scorer-app/app/styles/workflow.css 10 KB
- content/kelly-deal-scorer-app/app/vendor/busabase-airapp-gate.css 6.1 KB
- content/kelly-deal-scorer-app/app/vendor/busabase-airapp-gate.js 11 KB runs code
- content/kelly-deal-scorer-app/app/vendor/busabase-airapp.js 552 KB runs code
- content/kelly-deal-scorer-app/app/vendor/busabase-sdk.js 787 KB runs code
- content/kelly-deal-scorer-app/package.json 1.1 KB
- content/kelly-deal-scorer-app/pnpm-lock.yaml 5.2 KB
- content/kelly-deal-scorer-app/pnpm-workspace.yaml 50 B
- content/kelly-deal-scorer-app/scripts/check.mjs 4.2 KB runs code
- content/kelly-deal-scorer-app/server.js 3.1 KB runs code
- content/kelly-deal-scorer-app/test/scorer-model.test.mjs 9.6 KB runs code
- content/settings/base.json 805 B
- package.json 480 B
- pnpm-lock.yaml 4.3 KB
- pnpm-workspace.yaml 50 B
- README.md 3.1 KB
- references/scoring-schema.md 5.4 KB
- scripts/execute_decisions.mjs 5.9 KB runs code
- scripts/generate_batch.mjs 7.5 KB runs code
- scripts/publish_airapp.mjs 2.6 KB runs code
- scripts/setup.mjs 6.0 KB runs code
- scripts/sync-content.mjs 2.5 KB runs code
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.
- 12d ago First seen · 200 lines · 119 tokens per session scan A d880661be74a
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.
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…
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…
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…
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…
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…
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…