vrc-get — vrchat vrc-get, VRCQuestTools, community, vrchat, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

About this Skill

Unity editor extension to support uploading VRChat avatars for Oculus Quest

# Core Topics

kurotu kurotu
[330]
[24]
Updated: 4/17/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 1/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Locale and body language aligned
Review Score
1/11
Quality Score
41
Canonical Locale
en
Detected Body Locale
en

Unity editor extension to support uploading VRChat avatars for Oculus Quest

Core Value

Unity editor extension to support uploading VRChat avatars for Oculus Quest

Ideal Agent Persona

Suitable for operator workflows that need explicit guardrails before installation and execution.

Capabilities Granted for vrc-get

! Prerequisites & Limits

Why this page is reference-only

  • - The page lacks a strong recommendation layer.
  • - The page lacks concrete use-case guidance.
  • - The page lacks explicit limitations or caution signals.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is vrc-get?

Unity editor extension to support uploading VRChat avatars for Oculus Quest

How do I install vrc-get?

Run the command: npx killer-skills add kurotu/VRCQuestTools. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with vrc-get?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add kurotu/VRCQuestTools. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use vrc-get immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

vrc-get

Unity editor extension to support uploading VRChat avatars for Oculus Quest

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

vrc-get — VRChat Package Manager CLI

vrc-get is an open-source VPM (VRChat Package Manager) client for managing packages in Unity VRChat projects.

Quick Reference

GoalCommand
Install latestvrc-get install -y <package-id>
Install specific versionvrc-get install -y <package-id> <version>
Remove a packagevrc-get remove <package-id>
Upgrade a packagevrc-get upgrade <package-id>
Resolve all depsvrc-get resolve
Show installed packagesvrc-get info project
Search for a packagevrc-get search <query>
Add a repositoryvrc-get repo add <url>
List repositoriesvrc-get repo list

Installation Workflow

Step 1: Add the repository (if not yet added)

Third-party packages need their repository registered first. Check with vrc-get repo list — if the vendor isn't listed, add it:

bash
1vrc-get repo add <repository-url>

Step 2: Install the package

bash
1vrc-get install -y <package-id> # latest stable version 2vrc-get install -y <package-id> <version> # specific version (e.g. 1.5.0) 3vrc-get install -y --prerelease <package-id> # include prerelease builds

The -y flag skips the interactive confirmation prompt — always include it in scripts or automated contexts.

Step 3: Verify

bash
1vrc-get info project

This shows locked packages (pinned in vpm-manifest.json) and other installed packages.


Common Repositories & Packages

Official VRChat (built-in, no repo add needed)

  • com.vrchat.base — VRChat Base SDK
  • com.vrchat.avatars — VRChat Avatars SDK

Nadena (bd_)

Repository: https://vpm.nadena.dev/vpm.json

  • nadena.dev.ndmf — Non-Destructive Modular Framework (NDMF)
  • nadena.dev.modular-avatar — Modular Avatar

Prerelease channel: https://vpm.nadena.dev/vpm-prerelease.json

lilxyzw

Repository: https://lilxyzw.github.io/vpm-repos/vpm.json

  • jp.lilxyzw.liltoon — lilToon shader

anatawa12

Repository: https://vpm.anatawa12.com/vpm.json

  • com.anatawa12.avatar-optimizer — Avatar Optimizer (AAO)

kurotu (VRCQuestTools)

Repository: https://kurotu.github.io/vpm-repos/vpm.json

  • com.github.kurotu.vrc-quest-tools — VRCQuestTools

Tips

  • Version format: Semantic versioning without v prefix — e.g., 1.5.0, 3.9.0.
  • "latest": Simply omit the version argument to get the latest stable release.
  • After git pull: Run vrc-get resolve to reinstall all packages defined in vpm-manifest.json.
  • Outdated packages: vrc-get outdated lists packages with newer versions available.
  • CI helper script: This project includes scripts/vrc-get-install.sh <id> <version|"latest"> which wraps vrc-get install -y and handles the "latest" string correctly for use in CI matrix jobs.

Example: Install NDMF 1.5.0

bash
1vrc-get repo add https://vpm.nadena.dev/vpm.json 2vrc-get install -y nadena.dev.ndmf 1.5.0 3vrc-get info project

Example: Install the latest lilToon

bash
1vrc-get repo add https://lilxyzw.github.io/vpm-repos/vpm.json 2vrc-get install -y jp.lilxyzw.liltoon

Example: Search and install an unknown package

bash
1vrc-get search "avatar optimizer" 2# Find the package ID from results, then: 3vrc-get install -y <found-package-id>

Related Skills

Looking for an alternative to vrc-get or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer