unity-sample

Verify UnitySkills REST server connectivity with sample API calls.

Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-sample-rayzerrek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-sample
Source: https://github.com/Rayzerrek/dotfiles/tree/main/.pi/agent/skills/unity-skills/skills/sample
Command: npx skills add https://github.com/Rayzerrek/dotfiles --skill unity-sample-rayzerrek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides lightweight sample operations for checking whether the UnitySkills REST server is reachable and responding before you attempt real work.

Core Features & Use Cases

  • Connectivity Checks: Use simple sample calls to verify API reachability and confirm your client can talk to the server.
  • Scene Queries: Inspect the current scene or search for objects with basic read-only operations.
  • Basic Object Actions: Create, move, scale, rotate, or delete simple primitives for controlled testing and demos.
  • Use Case: A developer can send a first ping-style request to confirm the service is alive, then run a small scene query to validate end-to-end integration.

Quick Start

Use the unity-sample skill to run a simple connectivity test against the UnitySkills REST server.

Frequently Asked Questions about unity-sample

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

FAQPage Schema
How do I test Unity REST API connectivity and check if the server is reachable?

You can test Unity REST API connectivity by sending a simple ping-style request to verify the server is alive and responding before attempting real work. This confirms basic API reachability and validates your client can talk to the UnitySkills REST server.

What is a Unity smoke test and when do I need to run one?

A Unity smoke test is a lightweight sample operation that verifies whether the UnitySkills REST server is reachable and responding. You need to run one as a first-call check to confirm API reachability and validate end-to-end integration before performing real work.

Can I query the current Unity scene and search for objects using a REST API?

Yes, you can query the current Unity scene and search for objects using basic read-only operations via the REST API. This allows you to inspect the scene and validate that your scene queries return the expected objects for testing and demos.

How do I create and move Unity primitives through a REST API for testing?

You can create, move, scale, rotate, or delete simple Unity primitives through REST API calls for controlled testing and demos. These basic object actions help validate API responsiveness and end-to-end integration with the Unity environment.

Do I need the UnitySkills server to expose a skill schema for REST endpoint discovery?

Yes, the UnitySkills server must expose the skill schema and support documented REST endpoints for discovery and execution. This is required to verify API reachability, run connectivity tests, and perform basic scene queries or object operations.