apple-intelligence

Guide implementing on-device Apple Intelligence features in iOS apps.

1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/venomez-viper/PathWise --skill apple-intelligence-venomez-viper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apple-intelligence
Source: https://github.com/venomez-viper/PathWise/tree/main/.claude/skills/apple-intelligence
Command: npx skills add https://github.com/venomez-viper/PathWise --skill apple-intelligence-venomez-viper

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides developers in implementing on-device Apple Intelligence features (Foundation Models, Visual Intelligence, and App Intents) to deliver private, fast AI capabilities within iOS apps.

Core Features & Use Cases

  • Foundation Models integration for on-device LLMs, prompt engineering, and tool-calling patterns.
  • Visual Intelligence integration for camera-based search and content discovery.
  • App Intents coverage for Siri, Shortcuts, Spotlight, and system-level actions.
  • Safety-first, privacy-preserving processing with on-device computation.

Quick Start

Explain how to enable on-device AI features across Foundation Models, Visual Intelligence, and App Intents in an iOS app.

Frequently Asked Questions about apple-intelligence

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement on-device LLM features in my iOS app?

Implement on-device LLMs by integrating Foundation Models into your iOS app, enabling prompt engineering and tool-calling patterns for fast, private AI capabilities without sending data to external servers.

What is Visual Intelligence and how does it work for camera-based search?

Visual Intelligence is an Apple Intelligence feature enabling camera-based search and content discovery within iOS apps, processing queries on-device to maintain user privacy while identifying visual data.

Do I need App Intents to integrate Siri and Shortcuts with Apple Intelligence?

Yes, you need App Intents to expose your app's actions to Siri, Shortcuts, Spotlight, and system-level experiences, ensuring seamless integration with Apple Intelligence features on iOS.

Can I use on-device AI for private processing without sending data to external servers?

Yes, Apple Intelligence supports safety-first, privacy-preserving processing by performing on-device computation, ensuring user data remains private while utilizing Foundation Models and Visual Intelligence.

What are the limitations of using on-device Foundation Models for iOS development?

On-device Foundation Models require iOS apps to handle AI computation locally, which may limit processing scale compared to cloud-based solutions, though it ensures strict privacy and faster response times.