hz-api-upgrade

Guide application developers through Horizon OS SDK migrations and deprecated API replacements.

176|17|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/meta-quest/agentic-tools --skill hz-api-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hz-api-upgrade
Source: https://github.com/meta-quest/agentic-tools/tree/main/skills/hz-api-upgrade
Command: npx skills add https://github.com/meta-quest/agentic-tools --skill hz-api-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires metavr, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The hz-api-upgrade Skill provides tools to streamline the process of migrating applications from one Horizon OS SDK version to another and resolving deprecated API warnings.

Core Features & Use Cases

  • SDK Upgrade Guidance: Detailed step-by-step workflows for upgrading applications to the latest Horizon OS SDK versions.
  • API Deprecation Assistance: Helps identify deprecated APIs and suggests suitable replacements.
  • Documentation Search: Integrates with metavr for efficient search of relevant SDK documentation.
  • Use Case: A Unity developer can use this Skill to migrate a Unity application from Meta Quest SDK version v60 to v69, fixing any deprecated API calls in the process.

Quick Start

Use the hz-api-upgrade skill to update your application to the latest Horizon OS SDK version.

Frequently Asked Questions about hz-api-upgrade

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

FAQPage Schema
How do I migrate my Unity application to a new Horizon OS SDK version?

To migrate your Unity application to a new Horizon OS SDK version, you can follow step-by-step upgrade workflows that identify deprecated API calls and recommend suitable alternatives. This streamlines the transition between SDK versions and resolves warnings.

What is the best way to find replacements for deprecated APIs in the Meta Quest SDK?

Finding replacements for deprecated APIs in the Meta Quest SDK involves searching through SDK documentation to identify the deprecated calls and recommending suitable alternatives. This ensures smooth API migration and deprecation handling.

Do I need the metavr dependency to search Horizon OS documentation?

Yes, you need the metavr dependency to search Horizon OS documentation. It integrates with the migration process to facilitate searching through SDK documentation for resolving deprecated API warnings.

Why does my Unity build show deprecated API warnings after a Horizon OS SDK upgrade?

Your Unity build shows deprecated API warnings after a Horizon OS SDK upgrade because previous API calls are no longer supported. You must identify these deprecated calls and update them with recommended alternatives to resolve the warnings.

Can I get step-by-step guidance for fixing deprecated API calls during an SDK upgrade?

Yes, you can get step-by-step guidance for fixing deprecated API calls during an SDK upgrade. The process guides application developers through identifying deprecated calls and recommends alternatives to facilitate smooth migrations.