coreml

coreml is a skill for Claude Code from thiennc-tesoglobal/ios-skills. It costs 53 tokens per session (1,459 once invoked), scanned A, original, no licence file.

Tools for using Core ML, Apple's framework for running machine-learning models on Apple devices. It covers loading models, making predictions, connecting them with Vision, choosing processing hardware, and analysing performance.

In plain words
What is it for?
Use it to integrate .mlmodel or .mlpackage files, build prediction pipelines, connect models to camera or image analysis through Vision, select compute units, and profile performance.
Why use it?
It helps developers decide how a model should run on a device and investigate slow or inefficient on-device inference.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the ios-ai-ml-skills plugin — 5 skills shipped together , and of all-ios-skills

Good fit Use it to integrate .mlmodel or .mlpackage files, build prediction pipelines, connect models to camera or image analysis through Vision, select compute units, and profile performance.

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

Made for: Claude Code.

Or install ios-ai-ml-skills, the plugin that ships this one along with the rest of its 5 skills.

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 coreml

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/thiennc-tesoglobal/ios-skills/coreml"><img src="https://agentmods.dev/badge/skills/thiennc-tesoglobal/ios-skills/coreml.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,459 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 unknown 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.00053 $0.01459
Opus 5 $0.00026 $0.00730
Sonnet 5 $0.00011 $0.00292
Haiku 4.5 $0.00005 $0.00146

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

Security

Grade A, and why

coreml 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 3d 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.

skills/coreml/SKILL.md · 132 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 3d ago Changed · -288 lines c66fac44d72c
  2. 9d ago First seen · 420 lines · 53 tokens per session scan A 2dcecdcc7169

Subscribe to this mod's changes

coreml is a skill published in the GitHub repository thiennc-tesoglobal/ios-skills (2 stars, last pushed 3d ago), with no licence file. It adds 53 tokens to every session and 1,459 once invoked, about $0.0003 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

ax-coreml

On-device ML with CoreML -- model conversion (PyTorch to CoreML), compression (palettization/quantization/pruning), stateful KV-cache for LLMs, multi-function models, MLTensor, async prediction, and diagnostics.

Kasempiternal/axiom-v2 · 53 tokens

ax-foundation-models-ref

Complete Foundation Models API reference -- LanguageModelSession, @Generable, @Guide, Tool protocol, streaming, dynamic schemas, built-in use cases, and all WWDC 2025 code examples.

Kasempiternal/axiom-v2 · 46 tokens

ax-foundation-models

On-device AI with Apple Foundation Models framework — sessions, @Generable structured output, streaming, tool calling, context management, and diagnostics. iOS 26+.

Kasempiternal/axiom-v2 · 39 tokens

workflow-audit

Systematic UI workflow auditing for SwiftUI applications. Discovers entry points, traces user flows, detects dead ends and broken promises, audits data wiring, evaluates from user perspective. Triggers: "workflow audit", "audit flows", "find dead ends", "check navigation".

Terryc21/workflow-audit · 59 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

ios-expert

Expert in iOS development with SwiftUI, UIKit, Combine, and Apple ecosystem integration. Use when the user mentions mobile, Swift, SwiftUI, UIKit, Apple platforms, or Xcode, or when the task involves iOS App Architecture, SwiftUI Fundamentals, UIKit Essentials, or Combine Framework.

personamanagmentlayer/pcl · 64 tokens