vision

vision is a skill for Claude Code from IGTA-Tech/claude-skills-research. It costs 34 tokens per session (4,998 once invoked), scanned A, original, no licence file.

A guide to building iOS computer-vision features with Apple’s Vision framework, which analyzes images and video. It covers detecting people, body poses, hands, and separating people from backgrounds.

In plain words
What is it for?
Use it for person detection, subject cutouts, hand or body pose tracking, and combinations of these tasks.
Why use it?
It helps turn camera or image data into reliable information about people and their movements.

Skill for Claude Code

Written for Claude Code: a Claude Code plugin manifest.

Part of the axiom plugin — 90 skills, 7 commands, 21 agents, 4 hooks shipped together

Good fit Use it for person detection, subject cutouts, hand or body pose tracking, and combinations of these tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igta-tech/claude-skills-research/vision
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 IGTA-Tech/claude-skills-research --skill vision
Clone the repo
git clone --depth 1 https://github.com/IGTA-Tech/claude-skills-research

Made for: Claude Code.

Or install axiom, the plugin that ships this one along with the rest of its 90 skills, 7 commands, 21 agents, 4 hooks.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/igta-tech/claude-skills-research/vision"><img src="https://agentmods.dev/badge/skills/igta-tech/claude-skills-research/vision.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,998 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.00034 $0.04998
Opus 5 $0.00017 $0.02499
Sonnet 5 $0.00007 $0.01000
Haiku 4.5 $0.00003 $0.00500

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

Security

Grade A, and why

vision 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 6d 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.

Axiom/.claude-plugin/plugins/axiom/skills/vision/SKILL.md · 661 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago First seen · 661 lines · 34 tokens per session scan A afe0214b6805

Subscribe to this mod's changes

vision is a skill published in the GitHub repository IGTA-Tech/claude-skills-research (2 stars, last pushed yesterday), with no licence file. It adds 34 tokens to every session and 4,998 once invoked, about $0.0002 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

axiom-health

Use when working with HealthKit, WorkoutKit, health data, workouts, or fitness features on iOS or watchOS. Covers permissions, queries, background delivery, custom workouts, multidevice coordination.

CharlesWiltgen/Axiom · 45 tokens

healthmd-cli

Install and operate the standalone Health.md CLI and portable healthmd-mcp server on macOS, Linux, or Windows. Use when a user wants to pair an iPhone, configure Codex/Claude MCP, check direct readiness, query or chart typed health data, export Apple Health data, extract canonical JSON, manage durable jobs, automate…

CodyBontecou/health-md · 91 tokens

healthkit

HealthKit: HKHealthStore, authorization, reading/writing health data, queries. Use when implementing app features related to healthkit.

Abdullah4AI/apple-developer-toolkit · 30 tokens

healthkit

Read, write, and query Apple Health data using HealthKit. Covers HKHealthStore authorization, sample queries, statistics queries, statistics collection queries for charts, saving HKQuantitySample data, background delivery, workout sessions with HKWorkoutSession and HKLiveWorkoutBuilder, HKUnit, and…

JordanCoin/ios-skills-collection · 86 tokens

sensorkit

Access ambient, motion, biometric, and interaction research data using SensorKit. Use when configuring sensor readers, handling authorization and study onboarding, fetching sample streams, managing user data deletion, or building research and clinical studies.

thiennc-tesoglobal/ios-skills · 47 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens