vision-framework

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

A guide for adding computer-vision features to iOS apps, such as reading text, scanning documents and barcodes, finding faces or objects, and tracking movement.

In plain words
What is it for?
Use it for OCR, document scanning, live camera scanning, object detection, image segmentation, tracking, and on-device model inference.
Why use it?
It explains how to connect Apple's Vision and VisionKit frameworks with Core ML, Apple's system for running machine-learning models.

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 for OCR, document scanning, live camera scanning, object detection, image segmentation, tracking, and on-device model inference.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thiennc-tesoglobal/ios-skills/vision-framework
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 vision-framework
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 vision-framework

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/thiennc-tesoglobal/ios-skills/vision-framework"><img src="https://agentmods.dev/badge/skills/thiennc-tesoglobal/ios-skills/vision-framework.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,028 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.00056 $0.01028
Opus 5 $0.00028 $0.00514
Sonnet 5 $0.00011 $0.00206
Haiku 4.5 $0.00006 $0.00103

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

Security

Grade A, and why

vision-framework 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 2d 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/vision-framework/SKILL.md · 94 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

3 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. 2d ago Changed · -357 lines cd1512906117
  2. 6d ago First seen · 451 lines · 56 tokens per session scan A 0cede4126e4b

Subscribe to this mod's changes

vision-framework is a skill published in the GitHub repository thiennc-tesoglobal/ios-skills (2 stars, last pushed 3d ago), with no licence file. It adds 56 tokens to every session and 1,028 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-09-03.

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