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-local-model-labgit 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-local-model-lab)<a href="https://agentmods.dev/skills/mr-kelly/skills/kelly-local-model-lab"><img src="https://agentmods.dev/badge/skills/mr-kelly/skills/kelly-local-model-lab/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-local-model-lab"><img src="https://agentmods.dev/badge/skills/mr-kelly/skills/kelly-local-model-lab.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.00113 | $0.01584 |
| Opus 5 | $0.00056 | $0.00792 |
| Sonnet 5 | $0.00023 | $0.00317 |
| Haiku 4.5 | $0.00011 | $0.00158 |
Grade A, and why
kelly-local-model-lab 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 8d 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 — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kelly Local Model Lab
Use Busabase as the durable data and control plane while a trusted local Worker performs compute on Apple Silicon. Fine-tuning changes behavior; it is not a replacement for RAG when the goal is to inject current knowledge.
Mandatory Dependencies
Before creating, provisioning, or changing the AirApp, read and follow:
$kelly-app-skill-creatorfor product behavior and UI quality;$busabasefor Space selection, node discovery, ChangeRequests, and trusted writes;$busabase-app-creatorfor AirApp runtime, SDK, security, validation, and deployment;$kelly-app-skill-creator-testsbefore claiming full conformance.
If a dependency is unavailable, keep the canonical local artifact and training pipeline intact, stop before the unavailable Busabase operation, and report the missing dependency. Never replace Busabase with SQLite, local JSON, or another persistent workflow backend.
Operating Boundary
- The AirApp reviews examples, runs, evaluations, and registered adapters. It never launches MLX, reads local model files, or performs training itself.
- A trusted local Agent/Worker claims one eligible
training-runsrecord, downloads its immutable Drive snapshot, trains locally, writes heartbeats, uploads the adapter and report, and then marks the run terminal. - Busabase Base records hold structured state and provenance. Drive/File holds dataset snapshots, adapters, reports, and model cards. Vault holds only named credential requirements; values never enter the browser.
- Base-model caches are disposable local compute caches. They are not canonical workflow state and need not be uploaded to Busabase.
- A deployed AirApp cannot call the Mac's
localhost. Inference or training requests cross the same reviewed Busabase job boundary.
Read references/lab-schema.md before operating on resources, exporting data, claiming work, evaluating, or registering an adapter.
Default Experiment
What ships with it
60 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 277 B
- assets/screenshots/dataset.png 130 B
- assets/screenshots/evaluations.png 130 B
- assets/screenshots/overview.png 130 B
- assets/screenshots/registry.png 130 B
- busabase.json 1002 B
- content/_folder.json 228 B
- content/evaluations/base.json 2.2 KB
- content/evaluations/records.ndjson 1004 B
- content/kelly-local-model-lab-app/_node.json 225 B
- content/kelly-local-model-lab-app/.busabaseignore 194 B
- content/kelly-local-model-lab-app/app/accent-theme.css 8.0 KB
- content/kelly-local-model-lab-app/app/accent-theme.js 7.3 KB runs code
- content/kelly-local-model-lab-app/app/app.js 22 KB runs code
- content/kelly-local-model-lab-app/app/i18n/en.json 3.9 KB
- content/kelly-local-model-lab-app/app/i18n/zh-CN.json 3.8 KB
- content/kelly-local-model-lab-app/app/index.html 4.3 KB
- content/kelly-local-model-lab-app/app/js/busabase-client.js 226 B runs code
- content/kelly-local-model-lab-app/app/js/config.js 7.0 KB runs code
- content/kelly-local-model-lab-app/app/js/connect-gate.js 1.7 KB runs code
- content/kelly-local-model-lab-app/app/js/lab-model.js 6.9 KB runs code
- content/kelly-local-model-lab-app/app/js/providers/busabase-provider.js 7.5 KB runs code
- content/kelly-local-model-lab-app/app/js/providers/demo-provider.js 6.4 KB runs code
- content/kelly-local-model-lab-app/app/js/providers/index.js 270 B runs code
- content/kelly-local-model-lab-app/app/js/runtime.js 2.9 KB runs code
- content/kelly-local-model-lab-app/app/styles/base-ui.css 13 KB
- content/kelly-local-model-lab-app/app/styles/layers.css 33 B
- content/kelly-local-model-lab-app/app/styles/shell.css 25 KB
- content/kelly-local-model-lab-app/app/styles/workflow.css 10.0 KB
- content/kelly-local-model-lab-app/app/vendor/busabase-airapp-gate.css 6.1 KB
- content/kelly-local-model-lab-app/app/vendor/busabase-airapp-gate.js 11 KB runs code
- content/kelly-local-model-lab-app/app/vendor/busabase-airapp.js 552 KB runs code
- content/kelly-local-model-lab-app/app/vendor/busabase-sdk.js 787 KB runs code
- content/kelly-local-model-lab-app/package.json 1.1 KB
- content/kelly-local-model-lab-app/pnpm-lock.yaml 5.2 KB
- content/kelly-local-model-lab-app/pnpm-workspace.yaml 50 B
- content/kelly-local-model-lab-app/scripts/check.mjs 4.3 KB runs code
- content/kelly-local-model-lab-app/scripts/runtime-detection-rules.mjs 1.4 KB runs code
- content/kelly-local-model-lab-app/server.js 3.1 KB runs code
- content/kelly-local-model-lab-app/test/lab-model.test.mjs 3.6 KB runs code
- content/kelly-local-model-lab-files/_node.json 169 B
- content/model-registry/base.json 1.7 KB
- content/model-registry/records.ndjson 418 B
- content/settings/base.json 802 B
- content/settings/records.ndjson 381 B
- content/training-examples/base.json 1.9 KB
- content/training-examples/records.ndjson 575 B
- content/training-runs/base.json 3.0 KB
- content/training-runs/records.ndjson 462 B
- package.json 533 B
- pnpm-lock.yaml 4.3 KB
- pnpm-workspace.yaml 50 B
- README.md 1.1 KB
- references/lab-schema.md 3.3 KB
- requirements-mlx.txt 61 B
- scripts/mlx_smoke.py 8.6 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
- scripts/validate-fixture.mjs 2.3 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.
- 8d ago First seen · 143 lines · 113 tokens per session scan A c8bd7a492981
kelly-local-model-lab is a skill published in the GitHub repository mr-kelly/skills (5 stars, last pushed yesterday), licensed MIT. It adds 113 tokens to every session and 1,584 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-09-03.
Other skills, from other repositories
baoyu-danger-gemini-web
Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…
understand-knowledge
Analyze a Karpathy-pattern LLM wiki knowledge base and generate an interactive knowledge graph with entity extraction, implicit relationships, and topic clustering.
better-prompt
A prompt editor that turns rough instructions for AI systems into clearer, more complete prompts. It follows published OpenAI and Anthropic guidance.
asyncopenai-concurrency-httpx-pool
Raise real concurrency in asyncio LLM batch scorers built on the OpenAI SDK (AsyncOpenAI, including OpenAI-compatible providers like DeepSeek). Use when: (1) raising an asyncio.Semaphore above 100 produces no throughput gain, (2) a batch pipeline saturates near 100 in-flight requests despite a larger semaphore, (3)…
annotator-input-parity-check
Before designing, training, or auditing ANY model that replicates human-annotated labels, audit the annotation protocol's INPUT — the exact document/evidence the human labelers consulted — and give the model that same input. Use when: (1) designing a classifier/LLM extractor whose target is a hand-coded label set, (2)…
llm-campaign-drift-gate
Gate resumption of any multi-day LLM batch-scoring campaign that calls an unpinned model alias (deepseek-chat, gpt--latest, gemini--preview, any provider alias without a pinned version). Use when: (1) resuming a paused or credit-exhausted scoring run days after its last chunk, (2) topping up credits to finish a…